[agent][wdd] - 初始化项目

This commit is contained in:
zeaslity
2025-02-10 15:07:44 +08:00
parent a0811d62e7
commit b8f0b14852
12 changed files with 455 additions and 0 deletions

View File

@@ -3,5 +3,8 @@ package main
import "agent-wdd/cmd"
func main() {
// WDD 启动
cmd.Execute()
}