feat:增加项目鸣谢页

This commit is contained in:
jiangrui
2025-03-13 16:26:41 +08:00
parent c1927a0ea9
commit 16a2b586fd
16 changed files with 1085 additions and 13 deletions

View File

@@ -7,6 +7,7 @@ export const TYPES = {
ImageService: Symbol.for("ImageService"),
SettingService: Symbol.for("SettingService"),
UserService: Symbol.for("UserService"),
SponsorsService: Symbol.for("SponsorsService"),
Cloud115Controller: Symbol.for("Cloud115Controller"),
QuarkController: Symbol.for("QuarkController"),
@@ -15,4 +16,5 @@ export const TYPES = {
ImageController: Symbol.for("ImageController"),
SettingController: Symbol.for("SettingController"),
UserController: Symbol.for("UserController"),
SponsorsController: Symbol.for("SponsorsController"),
};