init v1 script (#8)

* init v1 script

* .

* complete dashboard script

* init agent script (posix)

* complete agent script (posix)
This commit is contained in:
UUBulb
2024-11-30 13:49:06 +08:00
committed by GitHub
parent 7eb6a3af01
commit 7132b6d671
22 changed files with 2422 additions and 2666 deletions

View File

@ -2,5 +2,5 @@ LOCALES := zh_CN en_US
run:
@for locale in $(LOCALES); do \
go run ./cmd/scriptgen/main.go locale.json $$locale; \
go run ./cmd/scriptgen/main.go nezha/translations $$locale; \
done