前端重构

This commit is contained in:
2023-02-03 00:21:17 +08:00
parent 2fdff3cb33
commit 3c6d8df6d6
31 changed files with 4649 additions and 705 deletions

View File

@@ -16,6 +16,12 @@ $(BINARY):
get:
$(GO_GET)
assets:
mkdir -p assets
yarn --cwd frontend install --frozen-lockfile --non-interactive
yarn --cwd frontend build
cp -r frontend/dist/. assets/
package:$(BINARY)
tar -zcf $(PACKAGE_NAME) $(BINARY) config_example.ini