chore: bump version to 4.2.2 and update documentation to reflect improved release workflows, CI dependencies, and project structure

This commit is contained in:
CJACK
2026-05-01 23:44:07 +08:00
parent 0bca6e2cee
commit 76ee2faa12
8 changed files with 19 additions and 19 deletions

View File

@@ -36,7 +36,7 @@ go run ./cmd/ds2api
cd webui
# 2. 安装依赖
npm install
npm ci
# 3. 启动开发服务器(热更新)
npm run dev