Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
youshandefeiyang authored Mar 28, 2024
1 parent 9b9fe87 commit 229292b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/views/Subconverter.vue
Original file line number Diff line number Diff line change
Expand Up @@ -889,7 +889,7 @@ export default {
form: {
sourceSubUrl: "",
clientType: "",
customBackend: this.getUrlParam() == "" ? "https://api.v1.mk" : this.getUrlParam(),
customBackend: this.getUrlParam() == "" ? "https://apiurl.v1.mk" : this.getUrlParam(),
shortType: "https://v1.mk/short",
remoteConfig: "https://raw.githubusercontent.com/ACL4SSR/ACL4SSR/master/Clash/config/ACL4SSR_Online_Full_NoAuto.ini",
excludeRemarks: "",
Expand Down Expand Up @@ -1402,7 +1402,7 @@ export default {
.then(res => {
this.backendVersion = res.data.replace(/backend\n$/gm, "");
this.backendVersion = this.backendVersion.replace("subconverter", "SubConverter");
let a = this.form.customBackend.indexOf("api.v1.mk") !== -1 || this.form.customBackend.indexOf("sub.d1.mk") !== -1;
let a = this.form.customBackend.indexOf("apiurl.v1.mk") !== -1 || this.form.customBackend.indexOf("sub.d1.mk") !== -1;
let b = this.form.customBackend.indexOf("127.0.0.1") !== -1;
a ? this.$message.success(`${this.backendVersion}` + "肥羊负载均衡增强版后端,已屏蔽免费节点池(会返回403),额外支持vless reality+hysteria+hysteria2订阅转换") : b ? this.$message.success(`${this.backendVersion}` + "本地局域网自建版后端") : this.$message.success(`${this.backendVersion}` + "官方原版后端不支持vless/hysteria订阅转换");
})
Expand Down

0 comments on commit 229292b

Please sign in to comment.