This commit is contained in:
2025-05-16 23:42:23 +08:00
commit 0deca45d06
19 changed files with 5274 additions and 0 deletions

6
script/1.js Executable file
View File

@@ -0,0 +1,6 @@
function decode(val){
return val
}
function encode(val){
return val
}

4603
script/sign.js Executable file

File diff suppressed because one or more lines are too long