Skip to content

v0.2.1

Choose a tag to compare

@github-actions github-actions released this 10 Jul 12:22
· 690 commits to main since this release
v0.2.1 — 品牌图标

接入设计交付的 web favicon 与桌面应用图标。

web: favicon(ico/16/32)、apple-touch-icon、PWA 清单、theme-color。
     此前 <head> 无任何图标引用,/favicon.ico 被 SPA 兜底路由返回 index.html
     (200 + text/html),浏览器当成损坏图标静默失败。

desktop: icon.icns 用圆角母版(macOS 惯例),icon.ico 与 PNG 用方形母版
         (Windows/Linux 惯例)。交付包未含 .ico,由方形母版生成。

其余与 v0.2.0 相同:Tauri v2 桌面壳 + 压缩载荷共享运行时。