build: 更新 Flutter Web 构建产物(shadcn_ui 完全移除)

- 所有 shadcn_ui 组件已替换为 Material Design
- 样式主题已完整迁移
- 使用 --no-tree-shake-icons 解决 lucide_icons 问题
This commit is contained in:
2026-04-08 12:25:24 +08:00
parent 658f49e280
commit e4251a169d
15 changed files with 70291 additions and 79705 deletions

View File

@@ -37,6 +37,6 @@ _flutter.buildConfig = {"engineRevision":"e4b8dca3f1b4ede4c30371002441c88c12187e
_flutter.loader.load({
serviceWorkerSettings: {
serviceWorkerVersion: "1978404202" /* Flutter's service worker is deprecated and will be removed in a future Flutter release. */
serviceWorkerVersion: "894776289" /* Flutter's service worker is deprecated and will be removed in a future Flutter release. */
}
});