This commit is contained in:
lollipopkit
2023-11-27 17:35:15 +08:00
parent 05de760c41
commit ad49593fe3
21 changed files with 62 additions and 102 deletions

View File

@@ -1,10 +1,8 @@
import 'package:toolbox/data/model/app/github_id.dart';
class GithubIds {
const GithubIds._();
abstract final class GithubIds {
// Thanks
// If you want to change the url, please open an issue.
// If you want to change your Github ID, please open an issue.
static const contributors = <GhId>{
'its-tom',
'RainSunMe',
@@ -41,6 +39,8 @@ class GithubIds {
'balh55y',
'wc7086',
'michaelsara',
'xingleiwu'
'xingleiwu',
'Cooper098',
'xushuojie',
};
}