feat: AI verification code recognition settings

This commit is contained in:
eoao
2026-05-10 02:17:42 +08:00
parent baa70a863c
commit 92e18ea683
8 changed files with 119 additions and 4 deletions

View File

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