1. 04 Mar, 2026 1 commit
  2. 02 Feb, 2026 1 commit
  3. 20 Jan, 2026 1 commit
  4. 16 Jan, 2026 2 commits
    • yangjianbo's avatar
      perf(前端): 优化页面加载性能和用户体验 · 92234857
      yangjianbo authored
      
      
      - 添加路由预加载功能,使用 requestIdleCallback 在浏览器空闲时预加载
      - 配置 Vite manualChunks 分离 vendor 库(vue/ui/chart/i18n/misc)
      - 新增 NavigationProgress 导航进度条组件,支持防闪烁和无障碍
      - 集成 Vitest 测试框架,添加 40 个单元测试和集成测试
      - 支持 prefers-reduced-motion 和暗色模式
      Co-Authored-By: default avatarClaude Opus 4.5 <noreply@anthropic.com>
      92234857
    • yangjianbo's avatar
      perf(前端): 优化页面加载性能和用户体验 · 8efa3617
      yangjianbo authored
      
      
      - 添加路由预加载功能,使用 requestIdleCallback 在浏览器空闲时预加载
      - 配置 Vite manualChunks 分离 vendor 库(vue/ui/chart/i18n/misc)
      - 新增 NavigationProgress 导航进度条组件,支持防闪烁和无障碍
      - 集成 Vitest 测试框架,添加 40 个单元测试和集成测试
      - 支持 prefers-reduced-motion 和暗色模式
      Co-Authored-By: default avatarClaude Opus 4.5 <noreply@anthropic.com>
      8efa3617
  5. 10 Jan, 2026 1 commit
    • Edric Li's avatar
      feat(settings): add home content customization and config injection · 5265b12c
      Edric Li authored
      - Add home_content setting for custom homepage (HTML or iframe URL)
      - Inject public settings into index.html to eliminate page flash
      - Support ETag caching with automatic invalidation on settings update
      - Add Vite plugin for dev mode settings injection
      - Refactor HomeView to use appStore instead of local API calls
      5265b12c
  6. 07 Jan, 2026 1 commit
  7. 05 Jan, 2026 2 commits
    • LLLLLLiulei's avatar
      feat: add account notes field · 94750fb6
      LLLLLLiulei authored
      94750fb6
    • shaw's avatar
      fix(frontend): 启用 vue-i18n JIT 编译修复消息插值不工作问题 · 090c9e66
      shaw authored
      问题:使用 vue-i18n 运行时版本后,带变量的翻译(如 '{days} 天')
      无法正确显示,直接显示原始字符串。
      
      原因:运行时版本不含消息编译器,无法在运行时编译消息插值。
      
      解决:启用 JIT 编译(__INTLIFY_JIT_COMPILATION__: true)
      - JIT 编译器将消息编译为 AST 对象而非 JavaScript 代码
      - 通过解释执行 AST 实现插值,无需 eval 或 new Function
      - 符合 CSP script-src 'self' 策略,不降低安全性
      
      同时将 vite.config.js.timestamp-* 临时文件添加到 .gitignore
      090c9e66
  8. 04 Jan, 2026 1 commit
  9. 26 Dec, 2025 1 commit
  10. 18 Dec, 2025 2 commits