diff --git a/haoxian_kataichi/skills/L1-geo-html-screen-diff/examples.md b/haoxian_kataichi/skills/L1-geo-html-screen-diff/examples.md
index 362fd62..4618f77 100644
--- a/haoxian_kataichi/skills/L1-geo-html-screen-diff/examples.md
+++ b/haoxian_kataichi/skills/L1-geo-html-screen-diff/examples.md
@@ -5,24 +5,24 @@
## 单条
```text
-platform_url: https://haoxian.cemeta.cn/geo-monitor?batchDate=2026-09-17&reportType=monitor&level=project&project=1174&line=%E5%8D%A1%E6%B3%B0%E9%A9%B0::%E6%B1%BD%E8%BD%A6%E5%B9%B3%E5%8F%B0&tab=exposure&platform=doubao
+platform_url: https://haoxian.cemeta.cn/geo-monitor?batchDate=2026-09-20&reportType=monitor&level=project&project=1174&line=%E5%8D%A1%E6%B3%B0%E9%A9%B0::%E6%B1%BD%E8%BD%A6%E5%B9%B3%E5%8F%B0&tab=exposure&platform=doubao
html_url: https://cemeta-resource-1313090634.cos.ap-beijing.myqcloud.com/workflow/03a274fd-74e2-4fc8-bcc5-88b5286016f8.html
platform_period: 9月w38
html_monitor_date: 2026-09-15
-report_dir: /Users/lily/Desktop/haoxian_L0L1L2L3/好现灌数/卡泰驰/0917/01-L1-项目级/monitor-0917-test
+report_dir: /test/灌数/卡泰驰/项目级/monitor-0920-test
```
`platform_period` 对应用户说的 url日期。`html_monitor_date` 对应用户说的 html日期。`project` 从 `platform_url` 的 `project` 参数取。报告写成该目录下的 `测试报告-1-1174.md`;同一项目已有编号时,编号加 1。
## 批量
-地址对在 [batch.example.json](batch.example.json)。每一项的 `url` 当作 `platform_url`,`html_url` 原样使用。`project_id` 必须等于该项 `url` 里的 `project`。日期和报告目录整批共用,不写进 JSON。
+地址对在 [batch_0830.json](batch_0830.json)。每一项的 `url` 当作 `platform_url`,`html_url` 原样使用。`project_id` 必须等于该项 `url` 里的 `project`。日期和报告目录整批共用,不写进 JSON。
```text
-batch_json: /Users/lily/Desktop/haoxian_L0L1L2L3/好现灌数/.cursor/skills/l1-geo-html-screen-diff/batch.example.json
+batch_json: /test/haoxian-script/haoxian_kataichi/skills/L1-geo-html-screen-diff/batch_0830.json
platform_period: 9月w38
html_monitor_date: 2026-09-15
-report_dir: /Users/lily/Desktop/haoxian_L0L1L2L3/好现灌数/卡泰驰/0917/01-L1-项目级/monitor-0917-test
+report_dir: /test/灌数/卡泰驰/项目级/monitor-0920-test
```
按数组顺序逐项做完 12 项。每项单独编号,例如 `测试报告-1-1169.md`、`测试报告-1-1170.md`。同一项目已有 `测试报告-N-{project}.md` 时,只给该项编号加 1。消息里如果还写了一条 url地址和 html地址,仍以 JSON 为准,不要只做那一条。
diff --git a/haoxian_kataichi/skills/L3-geo-html-screen-diff/examples.md b/haoxian_kataichi/skills/L3-geo-html-screen-diff/examples.md
index e9c78ba..47a0d82 100644
--- a/haoxian_kataichi/skills/L3-geo-html-screen-diff/examples.md
+++ b/haoxian_kataichi/skills/L3-geo-html-screen-diff/examples.md
@@ -2,12 +2,27 @@
示例只说明参数怎么传。执行时用用户本次给的值,不要把下面的地址和日期当成默认值。
+## 单条
+
```text
platform_url: https://haoxian.cemeta.cn/geo-monitor?batchDate=2026-09-20&reportType=monitor&tab=citation
html_url: https://cemeta-resource-1313090634.cos.ap-beijing.myqcloud.com/workflow/28757ffe-f284-48bb-8af6-c7739de56fa8.html?hxv=4&hxts=2026-09-20T00%3A00%3A00
html_monitor_date: 2026-09-15
platform_period: 9月W38
-report_dir: D:/test/灌数/卡泰驰/企业级/monitor-0917-test
+report_dir: /test/灌数/卡泰驰/企业级/monitor-0920-test
```
这次示例里,HTML 监测日期 `2026-09-20` 对应平台监测周期 `9月W38`。报告写成该目录下的 `测试报告-1.md`。目录里已有 `测试报告-N.md` 时,编号加 1。`测试报告.md` 不算已有编号。换一批数据时,五个参数一起换。
+
+## 批量
+
+地址对在 [batch.json](batch.json)。每一项的 `url` 当作 `platform_url`,`html_url` 原样使用。`project_id` 必须等于该项 `url` 里的 `project`。日期和报告目录整批共用,不写进 JSON。
+
+```text
+batch_json: /test/haoxian-script/haoxian_kataichi/skills/L3-geo-html-screen-diff/batch.json
+platform_period: 9月w38
+html_monitor_date: 2026-09-15
+report_dir: /test/灌数/卡泰驰/企业级/monitor-0920-test
+```
+
+按数组顺序逐项做完 4 项。每项单独编号,例如 `测试报告-1-1169.md`、`测试报告-1-1170.md`。同一项目已有 `测试报告-N-{project}.md` 时,只给该项编号加 1。消息里如果还写了一条 url地址和 html地址,仍以 JSON 为准,不要只做那一条。
\ No newline at end of file