From 190da74f66d3b6e5998b5abcf36d6730b80adeba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?lollipopkit=F0=9F=8F=B3=EF=B8=8F=E2=80=8D=E2=9A=A7?= =?UTF-8?q?=EF=B8=8F?= <10864310+lollipopkit@users.noreply.github.com> Date: Sun, 23 Jun 2024 00:27:26 +0800 Subject: [PATCH] chore: add participants (#410) Fixes #409 --- lib/data/res/github_id.dart | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/lib/data/res/github_id.dart b/lib/data/res/github_id.dart index 01ee0ba33..0bd03b4ee 100644 --- a/lib/data/res/github_id.dart +++ b/lib/data/res/github_id.dart @@ -3,15 +3,17 @@ abstract final class GithubIds { // If you want to change your Github ID, please open an issue. static const contributors = { 'PaperCube', + 'Integral-Tech', 'its-tom', + 'leganck', 'azkadev', 'kalashnikov', - 'FrancXPT', - 'RainSunMe', 'calvinweb', + 'QazCetelic', + 'RainSunMe', + 'FrancXPT', 'Liloupar', 'dccif', - 'QazCetelic', }; static const participants = { @@ -71,6 +73,16 @@ abstract final class GithubIds { 'FHU-yezi', 'ZRY233', 'Jasonzhu1207', + 'sakuraanzu', + 'licaon-kter', + '77160860', + 'mijjjj', + 'muyunil', + 'Hua159', + 'jaydong2016', + 'geol', + 'Mooling0602', + 'IllTamer', }; }