Skip to content

v0.4.0

Choose a tag to compare

@github-actions github-actions released this 25 Aug 03:47
· 36 commits to main since this release

v0.4.0

移除主页顶部的“Integrations / 集成”标题,Home 页直接展示 dsh 卡片,避免与顶部导航产生重复的入口感。

Changes

  • 移除 Home 页标题:删除 IntegrationView 中的 h2 标题,主页不再显示“Integrations / 集成”
  • 清理 i18n 死 key:同步删除英文与中文词典中不再使用的 Integrations

验证

  • pnpm run check:i18n 通过:前端 129 key、Rust 表 120 条,无缺失无死 key
  • vitest 19 项通过;tsc --noEmit 无报错
  • pnpm build 通过
  • pnpm run check:release -- --tag v0.4.0 通过