修正文案
This commit is contained in:
parent
1f6a6bbb39
commit
358c449b17
@ -70,7 +70,10 @@ export default {
|
||||
this.btnText = this.$t('user_api_import_online__input_confirm')
|
||||
}
|
||||
if (script.length > 3_000_000) {
|
||||
void dialog(this.$t('user_api_import__failed', { message: 'Too large script' }))
|
||||
void dialog(this.$t('user_api_import__failed', {
|
||||
message: 'Too large script',
|
||||
confirm: this.$t('ok'),
|
||||
}))
|
||||
return
|
||||
}
|
||||
this.$emit('import', script)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user