feat: 移除更新类型字段
This commit is contained in:
@@ -7,10 +7,6 @@ export type GlobalConfig_Update = {
|
||||
* 是否自动更新
|
||||
*/
|
||||
IfAutoUpdate?: (boolean | null);
|
||||
/**
|
||||
* 更新类型, stable为稳定版, beta为测试版
|
||||
*/
|
||||
UpdateType?: ('stable' | 'beta' | null);
|
||||
/**
|
||||
* 更新源: GitHub源, Mirror酱源, 自建源
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user