Merge remote-tracking branch 'origin/feature/refactor' into feature/refactor

# Conflicts:
#	frontend/src/views/Settings.vue
This commit is contained in:
MoeSnowyFox
2025-09-14 00:42:54 +08:00
5 changed files with 1 additions and 12 deletions

View File

@@ -7,10 +7,6 @@ export type GlobalConfig_Update = {
* 是否自动更新
*/
IfAutoUpdate?: (boolean | null);
/**
* 更新类型, stable为稳定版, beta为测试版
*/
UpdateType?: ('stable' | 'beta' | null);
/**
* 更新源: GitHub源, Mirror酱源, 自建源
*/

View File

@@ -31,7 +31,6 @@ export interface SettingsData {
}
Update: {
IfAutoUpdate: boolean
UpdateType: string
Source: string
ProxyAddress: string
MirrorChyanCDK: string