# 本地验证记录(2026-09-08,DSH 0.1.2-rc.1 / Windows) > 本文件记录 dsh-beginner-hub v0.1.0 在本机的验收过程与证据(敏感值一律不出现)。 ## 环境 - DSH CLI:`C:\Users\10464\AppData\Local\npm-cache\_npx\1e7f6d9597241db0\node_modules\.bin\dsh.cmd` - DSH_HOME:`D:\deepseek_harness_qwen\dsh_data` - profile:`web`(bundles:`@deepseek-ai/dsh-base`、`@deepseek-ai/dsh-web-app`、`dsh-whale-widget`、`dsh-beginner-hub`) ## 验收逐条证据 ### 1. node --check 全部通过 ``` OK: lib\index.js / lib\env-check.js / lib\settings-lite.js / lib\data.js / lib\frontend\hub.js / tests\smoke.mjs ``` 另:`node tests\smoke.mjs` 输出「全部冒烟测试通过 ✅」(settings-lite 解析、env-check 容错、data 完整性)。 ### 2. 安装成功(退出码 0) `dsh plugin --profile web add link:D:\openclaw_workspace\dsh-beginner-hub`: ``` dependencies: + dsh-beginner-hub link:../../../../openclaw_workspace/dsh-beginner-hub Done in 5.7s using pnpm v12.3.4 ``` profile `package.json` 现在包含: - `dependencies["dsh-beginner-hub"] = "link:D:/openclaw_workspace/dsh-beginner-hub"` - `dsh.profile.bundles` 末尾追加了 `"dsh-beginner-hub"` 组成树验证(`dsh --profile web --dump-config`,退出码 0)能看到插入行: ``` # == dsh-beginner-hub - id: dsh-beginner-hub name: dsh-beginner-hub ``` ### 3. 启动验证(dsh web,端口 3080) 后台启动 `dsh web --no-open --port 3080`(日志 `dev.log`),启动行: ``` dsh web: http://127.0.0.1:3080/?token=... ``` 日志全文仅此一行,**无任何插件加载报错**(dev.log 与 dev.log.err 均无 beginner-hub/error/warn 字样)。 端点自测(全部 200): | 端点 | 结果 | | --- | --- | | `GET /dsh-beginner-hub/hub.js` | 200 application/javascript | | `GET /dsh-beginner-hub/hub.css` | 200 text/css | | `GET /dsh-beginner-hub/data.json` | 200 application/json(commands=8 / templates=6) | | `GET /dsh-beginner-hub/status.json` | 200 application/json | | `GET /`(token 握手后) | 200,`index.html` 已被注入 `` 与 `