feat: 移除更新类型字段

This commit is contained in:
DLmaster361
2025-09-14 00:37:43 +08:00
parent c4d1ed3184
commit 6846415899
6 changed files with 3 additions and 37 deletions

View File

@@ -111,9 +111,6 @@ class GlobalConfig(ConfigBase):
Notify_CompanyWebHookBotUrl = ConfigItem("Notify", "CompanyWebHookBotUrl", "")
Update_IfAutoUpdate = ConfigItem("Update", "IfAutoUpdate", False, BoolValidator())
Update_UpdateType = ConfigItem(
"Update", "UpdateType", "stable", OptionsValidator(["stable", "beta"])
)
Update_Source = ConfigItem(
"Update",
"Source",