迁移并重构项目,优化了执行流程

This commit is contained in:
2025-10-31 15:43:25 +08:00
commit 35bcd62ad5
29 changed files with 1312 additions and 0 deletions

View File

@ -0,0 +1,6 @@
package SafeLine
type Object struct {
Host string `json:"Host"`
ApiToken string `json:"ApiToken"`
}