代码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

5
src/index.d.ts vendored
View File

@@ -1,3 +1,4 @@
interface CreepMemory{
role: string
}
role: string,
working: boolean | null
}