feature:修复已知安全问题。

This commit is contained in:
pixelmaxQM
2024-06-02 21:13:51 +08:00
parent 2f67c23c5c
commit 53d0338218
4 changed files with 50 additions and 78 deletions

View File

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