代码ts化, 修复编译上传脚本

This commit is contained in:
jie
2024-11-03 22:04:05 +08:00
parent 916150eea2
commit 57c28c29ef
21 changed files with 410 additions and 216 deletions

16
.secret.js Normal file
View File

@@ -0,0 +1,16 @@
let config = {
"main": {
"token": "",
"protocol": "http",
"hostname": "127.0.0.1",
"port": "21025",
"path": "/",
"branch": "default"
},
"local": {
"copyPath": "C:\\Users\\jie\\AppData\\Local\\Screeps\\scripts\\127_0_0_1___21025\\default"
}
}
export { config }