clashInstall() { if (this.customSubUrl === "") { this.$message.error("请先填写必填项,生成订阅链接"); return false; } const url = "cl*****ash://install-config?url="; window.open( url + encodeURIComponent( this.curtomShortSubUrl !== "" ? this.curtomShortSubUrl : this.customSubUrl ) ); },
一键导入的 Scheme
8 min read