添加独立管理后台

This commit is contained in:
2026-03-13 21:12:58 +08:00
parent 5e3380f5ef
commit 16116a841d
235 changed files with 34577 additions and 1 deletions

View File

@@ -0,0 +1,6 @@
export function AddSecret(secret) {
if (!secret) {
secret = ''
}
global['gva-secret'] = secret
}