重构前端

This commit is contained in:
sky22333
2026-07-12 01:19:44 +08:00
parent 26b45c98bf
commit 79f23d13ad
42 changed files with 3641 additions and 3353 deletions

BIN
.github/demo/demo.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 56 KiB

BIN
.github/demo/demo1.jpg vendored

Binary file not shown.

Before

Width:  |  Height:  |  Size: 79 KiB

View File

@@ -25,6 +25,18 @@ jobs:
with:
go-version-file: "src/go.mod"
cache-dependency-path: "src/go.sum"
- name: 设置 Node.js
uses: actions/setup-node@v6
with:
node-version-file: web/package.json
cache-dependency-path: web/package-lock.json
- name: 构建前端
run: |
cd web
npm ci
npm run build
- name: 获取版本号
id: version