add contributors to the about page

This commit is contained in:
MaysWind
2025-12-30 00:28:20 +08:00
parent 2ada077b38
commit 3313ccf051
7 changed files with 241 additions and 9 deletions
+3
View File
@@ -0,0 +1,3 @@
export function getContributors(): ContributorInfo {
return __EZBOOKKEEPING_CONTRIBUTORS__ || {};
}