Merge remote-tracking branch 'origin/feature/refactor' into feature/refactor
# Conflicts: # frontend/src/views/Settings.vue
This commit is contained in:
@@ -7,10 +7,6 @@ export type GlobalConfig_Update = {
|
||||
* 是否自动更新
|
||||
*/
|
||||
IfAutoUpdate?: (boolean | null);
|
||||
/**
|
||||
* 更新类型, stable为稳定版, beta为测试版
|
||||
*/
|
||||
UpdateType?: ('stable' | 'beta' | null);
|
||||
/**
|
||||
* 更新源: GitHub源, Mirror酱源, 自建源
|
||||
*/
|
||||
|
||||
@@ -31,7 +31,6 @@ export interface SettingsData {
|
||||
}
|
||||
Update: {
|
||||
IfAutoUpdate: boolean
|
||||
UpdateType: string
|
||||
Source: string
|
||||
ProxyAddress: string
|
||||
MirrorChyanCDK: string
|
||||
|
||||
Reference in New Issue
Block a user