build: 三端构建 - Dev技能

-  后端: mvn clean package -DskipTests (2.1s)
-  Flutter Web: flutter build web --release --dart-define=ENV=prod (22.5s)
- ⚠️ Admin: TypeScript类型错误(已知问题)
- 📦 代码已是最新的,无需拉取
This commit is contained in:
2026-04-07 03:08:59 +08:00
parent 52a31a4423
commit aa5749fd9c

View File

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