优化自动刷新邮件请求次数

This commit is contained in:
eoao
2026-01-12 22:33:00 +08:00
parent 97b2be8d25
commit 7694278045
10 changed files with 161 additions and 129 deletions

View File

@@ -127,6 +127,10 @@ export const settingConst = {
forcePathStyle: {
OPEN: 0,
CLOSE: 1
},
authRefresh: {
OPEN: 1,
CLOSE: 0
}
}