🐛 fix(global): Add user agent limit settings to subscription configuration
This commit is contained in:
parent
dcb4005044
commit
86a75ee48f
@ -57,6 +57,8 @@ export const useGlobalStore = create<GlobalStore>((set) => ({
|
|||||||
subscribe_path: '',
|
subscribe_path: '',
|
||||||
subscribe_domain: '',
|
subscribe_domain: '',
|
||||||
pan_domain: false,
|
pan_domain: false,
|
||||||
|
user_agent_limit: false,
|
||||||
|
user_agent_list: '',
|
||||||
},
|
},
|
||||||
verify_code: {
|
verify_code: {
|
||||||
verify_code_expire_time: 5,
|
verify_code_expire_time: 5,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user