docs: update project status v4.8, AGENTS.md build notes, deployment docs

- PROJECT-STATUS.md: v4.8 changelog (SEO, share hooks, version injection)
- AGENTS.md: update version to v1.0.17, add build notes for SEO/version/share
- DEPLOYMENT.md: update deploy instructions for robots.txt/sitemap.xml/static, version bump
This commit is contained in:
yuzhiran
2026-06-21 20:09:45 +08:00
parent d8fb8e3bba
commit 1e8e22c9ed
3 changed files with 25 additions and 10 deletions
+6 -1
View File
@@ -128,7 +128,11 @@ npm run build:h5
### 3. 部署到 Web 服务器
```bash
# 构建含 SEO 文件(robots.txt, sitemap.xml, 数字人头像)
npm run build:h5
# 部署所有产物
scp -r dist/build/h5/* user@your-server:/www/wwwroot/zhiyin.yzrcloud.cn/
# 或者使用服务端脚本(自动复制 static/、robots.txt、sitemap.xml
```
### 4. Nginx 配置
@@ -223,7 +227,7 @@ node scripts/upload-mp.js
```
### 版本号
当前线上版本:**1.0.16**git tag v1.0.16
当前线上版本:**1.0.17**git tag v1.0.16,脚本自动末位自增 → 上传版本 1.0.17
---
@@ -250,3 +254,4 @@ node scripts/upload-mp.js
| 2026-06-09 | 初版 | AI |
| 2026-06-09 | 更新生产域名:zhiyinwx.yzrcloud.cnAPI :3006)、zhiyin.yzrcloud.cnH5 静态目录) | 小之 |
| 2026-06-21 | 更新部署版本至 v1.0.16;小程序上传工具使用 git tag 自动获取版本号 | 小之 |
| 2026-06-21 | v4.8 SEO + 分享全面优化:部署新增 robots.txt、sitemap.xml、static/ 目录;版本号自动注入(Vite define);13 页面微信分享全部开启;上传脚本版本号末位自增 1 | AI |