merge: 同步 upstream/main 新功能到定制版本
- 分流规则 + 用户流量统计 - 验证码功能 - 节点分组管理 UI - 重构用户分组组件
This commit is contained in:
@@ -1112,9 +1112,14 @@ declare namespace API {
|
||||
|
||||
type VeifyConfig = {
|
||||
turnstile_site_key: string;
|
||||
captcha_type: string;
|
||||
enable_login_verify: boolean;
|
||||
enable_register_verify: boolean;
|
||||
enable_reset_password_verify: boolean;
|
||||
enable_user_login_captcha: boolean;
|
||||
enable_user_register_captcha: boolean;
|
||||
enable_user_reset_password_captcha: boolean;
|
||||
enable_admin_login_captcha: boolean;
|
||||
};
|
||||
|
||||
type VerifyCodeConfig = {
|
||||
|
||||
Reference in New Issue
Block a user