修正文案
parent
1f6a6bbb39
commit
358c449b17
|
@ -70,7 +70,10 @@ export default {
|
||||||
this.btnText = this.$t('user_api_import_online__input_confirm')
|
this.btnText = this.$t('user_api_import_online__input_confirm')
|
||||||
}
|
}
|
||||||
if (script.length > 3_000_000) {
|
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
|
return
|
||||||
}
|
}
|
||||||
this.$emit('import', script)
|
this.$emit('import', script)
|
||||||
|
|
Loading…
Reference in New Issue