Skip to content

Tags: zrong/blog

Tags

26.24.17

Toggle 26.24.17's commit message
fix(page): 恢复 Sprite Sheet Editor 截图库

将旧 WordPress gallery 标签替换为两行三列的图片网格,恢复页面中的界面截图展示,并保留点击打开原图的行为。

Agent-Task: 部署到 blog,并推送 blog 中的修改

Agent-Model: GPT-5

Agent-Decision: 使用页面内 HTML Grid 替换已失效的 gallery 标签,只修改目标页面,避免牵动主题全局样式和其它未提交内容。

Agent-Limitation: 未处理仓库中其它已有未提交内容;本次提交仅覆盖 Sprite Sheet Editor 页面截图展示。

26.20.16

Toggle 26.20.16's commit message
feat: update search integration and blog content

26.19.15

Toggle 26.19.15's commit message
chore: update clarity theme submodule

26.18.12

Toggle 26.18.12's commit message
refactor: 优化布局模板,修复多处 bug 并改善无障碍性

- 修复 download shortcode 变量遮蔽导致单文件显示 "files" 的 bug
- 修复 opengraph.html author 字段变量遮蔽失效及 $date 死代码
- rawhtml shortcode 改用 safeHTML,减少全局 unsafe 依赖
- video shortcode 补充 title/allowfullscreen/loading=lazy
- single.html 用 default 替换冗余的 newScratch,删除无用 $bg 变量
- featureImage 补充 alt 属性和 loading=lazy(WCAG 无障碍)
- copyright.html 移除重复内联样式,微信标签改用账号名,CC 链接加 noopener

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

26.18.11

Toggle 26.18.11's commit message
新增文章 2863 及配图,CLAUDE.md 改为 symlink

- 新增博文《漫剧全自动字幕翻译 Skill:Codex 5.5/DeepSeek V4/Gemini 3 混战》
- 新增配图 manju-auto-subtitle-translation-skill-1..11
- CLAUDE.md 改为软链接指向 AGENTS.md,兼容多 Agent 环境

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

26.17.10

Toggle 26.17.10's commit message
fix mermaid rendering for browser automation post

26.17.9

Toggle 26.17.9's commit message
Update clarity theme: use ES module for mermaid v11

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

26.17.8

Toggle 26.17.8's commit message
Update clarity theme: mermaid v11.14.0

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

26.15.7

Toggle 26.15.7's commit message
新增文章 2860/2861 及配图,更新 2859

- 2859: 更新文章内容
- 2860: 新增文章
- 2861: 新增文章《一到下午,所有的模型都在卡……》
- 新增相关配图

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

rspeak

Toggle rspeak's commit message
feat: 重构 rspeak 配置体系(agent_config.toml + [rspeak] 命名空间)

- 配置文件从 tools/rspeak/config.toml 迁移到项目根目录 agent_config.toml
- 所有配置键收纳到 [rspeak] 命名空间下,支持多 skill 共用
- 新增 blog_path 绝对路径配置,deploy.py 改用 get_blog_path() 定位博客
- Python 包从 tools/rspeak/rspeak/ 迁移到 .claude/skills/rspeak/scripts/rspeak/
- SKILL.md/reference.md 路径描述改为 {SKILL_DIR}/{SCRIPTS_DIR} 通用写法
- 删除 tools/rspeak/ 旧代码和图片资源

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>