docs: sync genarrative shared skills
Some checks failed
CI / verify (pull_request) Has been cancelled

This commit is contained in:
2026-05-08 17:39:49 +08:00
parent 3efc646868
commit 7e35231dfe
11 changed files with 1082 additions and 5 deletions

View File

@@ -23,7 +23,7 @@
## 验证命令
```bash
cd <repo-root>/.worktrees/hermes-996d586b
cd <repo-root>
npm install # 若 node_modules 缺失
npm run admin-web:typecheck
npm run admin-web:build
@@ -39,7 +39,7 @@ cargo test -p api-server admin_tracking -- --nocapture
启动命令:
```bash
cd <repo-root>/.worktrees/hermes-996d586b
cd <repo-root>
npm run api-server
npm run admin-web:dev -- --host 127.0.0.1
```