feat: bundled theme update & bump to v1.1.0

This commit is contained in:
dyzulk
2026-01-19 14:13:57 +07:00
parent 9db1191155
commit f9dd9a566e
5 changed files with 299 additions and 74 deletions

View File

@@ -129,6 +129,12 @@
},
submit() {
// Fix: Intercept 'check' mode to prevent login submission
if (this.loginType === 'check') {
this.checkVoucher();
return;
}
this.loading = true;
if (typeof hexMD5 === 'function' && document.sendin) {