已合并
doc: 更新AGENTS.md文档 #1746
Zhangjunwei创建于 28 天前
doc: 更新AGENTS.md文档 #1746
已合并
Zhangjunwei创建于 28 天前
1 个文件变更+1-0
@@ -87,6 +87,7 @@ JSON-LD 由 `app/.vitepress/config.ts` 的 `transformPageData` 钩子,按页
87- JSON-LD 中若有数据包含当前站点页面的url,需注意文件路径与对应url路径的结尾规则映射:`/zh/page/a.md` -> `/zh/page/a.html``/zh/page/b/index.md` -> `/zh/page/b/`87- JSON-LD 中若有数据包含当前站点页面的url,需注意文件路径与对应url路径的结尾规则映射:`/zh/page/a.md` -> `/zh/page/a.html``/zh/page/b/index.md` -> `/zh/page/b/`
88- 页面路由与JSON配置文件映射关系:1. `/zh/about/``/zh/about.html``/zh/about/index.html` -> `.geo/{tdk,jsonld}/zh/about/index.json`88- 页面路由与JSON配置文件映射关系:1. `/zh/about/``/zh/about.html``/zh/about/index.html` -> `.geo/{tdk,jsonld}/zh/about/index.json`
89- 不要在 Vue 组件里手动写 `<title>` / `<meta description>` 与之重复89- 不要在 Vue 组件里手动写 `<title>` / `<meta description>` 与之重复
90+- user-practice 类页面的 markdown 文件的 frontmatter 中的 title、description 等属性的值,不要直接修改,除非用户明确要求要改
90 91 
91### 3.2 Sitemap92### 3.2 Sitemap
92 93