main #2

Merged
jingrow merged 250 commits from main into v1 2026-01-13 22:45:50 +08:00
Showing only changes of commit 2a6e3f0611 - Show all commits

View File

@ -701,6 +701,16 @@ export default {
]
};
},
watch: {
//
selectedSuffix: {
handler(newSuffix, oldSuffix) {
if (oldSuffix && this.domainName && this.domainName.trim()) {
this.checkDomain();
}
}
}
},
computed: {
fullDomain() {
if (!this.domainName) return '';