upload project source code

This commit is contained in:
2026-04-30 18:49:43 +08:00
commit 9b394ba682
2277 changed files with 660945 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
/**
* 全局功能开关
* false: 不隐藏充值功能(显示)
* true: 隐藏充值功能
*/
export const HIDE_RECHARGE_FEATURE: boolean = true;