fix(ui): 换个正常的主页
This commit is contained in:
@@ -745,19 +745,6 @@ class AppConfig:
|
||||
class GlobalConfig(QConfig):
|
||||
"""全局配置"""
|
||||
|
||||
function_HomePage = OptionsConfigItem(
|
||||
"Function",
|
||||
"HomePage",
|
||||
"https://ak.hypergryph.com/news",
|
||||
OptionsValidator(
|
||||
[
|
||||
"https://ak.hypergryph.com/news",
|
||||
"https://ak-webview.hypergryph.com/gameBulletin",
|
||||
"https://ak.hypergryph.com/user/home",
|
||||
"https://prts.wiki/w/%E9%A6%96%E9%A1%B5",
|
||||
]
|
||||
),
|
||||
)
|
||||
function_HistoryRetentionTime = OptionsConfigItem(
|
||||
"Function", "HistoryRetentionTime", 0, OptionsValidator([7, 15, 30, 60, 0])
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user