Commit Graph
4 Commits
Author SHA1 Message Date
ArmorandClaude 4ef15545e3 feat(wiki): 新增 GHC06 任务页与图库发布体系,级联更新既有页面
Co-Authored-By: Claude <noreply@anthropic.com>
2026-08-11 15:03:14 +08:00
Armor e3b3a16b10 feat(wiki): embed GHC-05 topology 2026-07-15 00:08:13 +08:00
ArmorandClaude ac2578ca8b fix(wiki): use group(1) for script extraction; use link button for topology
The wiki_update_page.py script had a bug where extract_script_to_script_js
used match.group(0) (including <script> tags) instead of group(1) (pure JS).
This caused Wiki.js to render page JS as escaped HTML text rather than
executing it.

Since Wiki.js markdown editor strips iframes and only the markdown editor
is enabled, the topology diagram is now linked via a prominent button that
opens the interactive topology viewer in a new tab.

Co-Authored-By: Claude <noreply@anthropic.com>
2026-07-13 17:06:33 +08:00
Armor cda0db06db feat: add wiki publishing tooling 2026-05-28 11:32:36 +08:00