Skip to content

Commit

Permalink
修正文案
Browse files Browse the repository at this point in the history
  • Loading branch information
lyswhut committed Apr 25, 2024
1 parent 1f6a6bb commit 358c449
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 358c449

Please sign in to comment.