add: user accomplished

This commit is contained in:
wwweww
2026-02-27 05:42:13 +08:00
parent 659168fe32
commit a0c720eb2f
90 changed files with 9592 additions and 1180 deletions
+1 -2
View File
@@ -19,7 +19,6 @@ const { values } = parseArgs({
}
})
const Paths = {
root: __dirname,
desc: path.join(__dirname, "desc"),
@@ -92,7 +91,7 @@ const Generators = {
await run('goctl', [
"docker", "--go", path.relative(__dirname, servicePath)
])
}
},
};