From b044183d3f3eae7150371318a017160fcd67c715 Mon Sep 17 00:00:00 2001 From: wanshenmean <cathay_xy@163.com> Date: 星期三, 08 四月 2026 18:09:28 +0800 Subject: [PATCH] Merge branch 'dev' to sync branches --- Code/WMS/AGENTS.md | 10 ++++------ 1 files changed, 4 insertions(+), 6 deletions(-) diff --git a/Code/WMS/AGENTS.md b/Code/WMS/AGENTS.md index bce6547..5497ed3 100644 --- a/Code/WMS/AGENTS.md +++ b/Code/WMS/AGENTS.md @@ -14,12 +14,10 @@ - `dotnet run --project WIDESEA_WMSServer/WIDESEA_WMSServer.csproj`:本地启动 API。 前端(在 `WIDESEA_WMSClient` 目录执行): -- `yarn install`:安装依赖。 -- `yarn dev`:启动 Vite 开发服务。 -- `yarn build`:构建生产包。 -- `yarn preview`:预览生产构建结果。 -- `yarn test:unit`:运行单元测试。 -- `yarn lint`:执行代码检查。 +- `npm install`:安装依赖。 +- `npm run serve`:启动本地开发服务(Vite)。 +- `npm run build`:构建生产资源。 +- `npm run lint`:执行 ESLint 检查。 ## 开发流程强制规范 -- Gitblit v1.9.3