chore: add participants (#410)

Fixes #409
This commit is contained in:
lollipopkit🏳️‍⚧️
2024-06-23 00:27:26 +08:00
committed by GitHub
parent f1315dda7f
commit 190da74f66

View File

@@ -3,15 +3,17 @@ abstract final class GithubIds {
// If you want to change your Github ID, please open an issue. // If you want to change your Github ID, please open an issue.
static const contributors = <GhId>{ static const contributors = <GhId>{
'PaperCube', 'PaperCube',
'Integral-Tech',
'its-tom', 'its-tom',
'leganck',
'azkadev', 'azkadev',
'kalashnikov', 'kalashnikov',
'FrancXPT',
'RainSunMe',
'calvinweb', 'calvinweb',
'QazCetelic',
'RainSunMe',
'FrancXPT',
'Liloupar', 'Liloupar',
'dccif', 'dccif',
'QazCetelic',
}; };
static const participants = <GhId>{ static const participants = <GhId>{
@@ -71,6 +73,16 @@ abstract final class GithubIds {
'FHU-yezi', 'FHU-yezi',
'ZRY233', 'ZRY233',
'Jasonzhu1207', 'Jasonzhu1207',
'sakuraanzu',
'licaon-kter',
'77160860',
'mijjjj',
'muyunil',
'Hua159',
'jaydong2016',
'geol',
'Mooling0602',
'IllTamer',
}; };
} }