feat(desktop): add client release updater
Desktop Client Build / Resolve Build Metadata (push) Successful in 19s
Frontend CI / Frontend (push) Successful in 3m20s
Backend CI / Backend (push) Successful in 16m48s
Desktop Client Build / Build Desktop Client (push) Successful in 24m46s
Desktop Client Build / Publish Client Artifacts to NAS (push) Successful in 37s

This commit is contained in:
2026-05-25 19:23:49 +08:00
parent 41b4a765ac
commit 5f6e9f11da
46 changed files with 5508 additions and 160 deletions
+4
View File
@@ -23,6 +23,7 @@ import {
Popconfirm,
Radio,
Result,
Segmented,
Select,
Space,
Spin,
@@ -32,6 +33,7 @@ import {
Tabs,
Tag,
Tooltip,
Upload,
message,
} from 'ant-design-vue'
import { createApp } from 'vue'
@@ -95,6 +97,7 @@ bindUnauthorizedHandler(() => {
Radio,
Result,
Select,
Segmented,
Space,
Spin,
Statistic,
@@ -103,6 +106,7 @@ bindUnauthorizedHandler(() => {
Tabs,
Tag,
Tooltip,
Upload,
].forEach((component) => {
app.use(component)
})