mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-16 13:27:08 +00:00
fix: country code judgement problem
This commit is contained in:
parent
c1ca4f2f9b
commit
cc1f5611a7
3 changed files with 5 additions and 5 deletions
|
|
@ -317,7 +317,7 @@ export function supportGuoba () {
|
|||
component: 'InputNumber',
|
||||
componentProps: {
|
||||
min: 0,
|
||||
max: 20
|
||||
max: 100
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue