Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .env
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,11 @@ VUE_APP_FILTER_CONFIG = "https://github.com/tindy2013/subconverter/blob/a24cb7c0
VUE_APP_SUBCONVERTER_REMOTE_CONFIG = "https://subconverter.oss-ap-southeast-1.aliyuncs.com/Rules/RemoteConfig/universal/urltest.ini"

# API 后端
VUE_APP_SUBCONVERTER_DEFAULT_BACKEND = "https://subapi.cmliussss.net"
VUE_APP_SUBCONVERTER_DEFAULT_BACKEND = "https://subapi.coisini.us.ci/"

# 短链接后端
VUE_APP_MYURLS_DEFAULT_BACKEND = "https://v1.mk"

# 文本托管后端
VUE_APP_CONFIG_UPLOAD_BACKEND = "https://subapi.v1.mk"

8 changes: 6 additions & 2 deletions public/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,11 @@ body {
font-size: 14px;
line-height: 1.42857143;
color: #333;
background-color: #fff
background-color: #fff;
background-image: url(https://lsky.coisini.us.kg/i/OQpJFM3nbu/696f9a616352b.jpg);
background-repeat: no-repeat;
background-position: right;
background-size: contain;
}

input,
Expand Down Expand Up @@ -7129,4 +7133,4 @@ button.close {
.hidden-print {
display: none !important
}
}
}
Binary file modified public/favicon.ico
100755 → 100644
Binary file not shown.
Binary file modified public/favicon.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 1 addition & 4 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@
</head>

<body>
<section id="canvas-show" class="canvas-wrap">
<div id="canvas" class="gradient"></div>
</section>
<div id="app"></div>
<script src="/js/jquery.min.js"></script>
<script src="/js/three.min.js"></script>
Expand All @@ -31,4 +28,4 @@
<script src="/js/color.js"></script>
</body>

</html>
</html>
13 changes: 11 additions & 2 deletions src/views/Subconverter.vue
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<svg-icon class="youguan" icon-class="youtube" style="float:right;margin-left:10px" @click="gotoYouTuBe" />
<svg-icon class="channel" icon-class="telegram" style="float:right;margin-left: 10px"
@click="gotoTgChannel" />
<div style="text-align:center;font-size:15px">订 阅 转 换</div>
<div style="text-align:center;font-size:15px;color:#7367f0;">订 阅 转 换</div>
</div>
<el-container>
<el-form :model="form" label-width="80px" label-position="left" style="width: 100%">
Expand Down Expand Up @@ -338,12 +338,14 @@ export default {
"suo.yt": "https://suo.yt/short",
},
customBackend: {
"DY负载均衡后端【vless reality+hy1+hy2】": "https://subapi.coisini.us.kg",
"CM负载均衡后端【vless reality+hy1+hy2】": "https://subapi.cmliussss.net",
"CM应急备用后端【vless reality+hy1+hy2】": "https://subapi.fxxk.dedyn.io",
"肥羊增强型后端【vless reality+hy1+hy2】": "https://url.v1.mk",
"肥羊备用后端【vless reality+hy1+hy2】": "https://api.v1.mk",
},
backendOptions: [
{ value: "https://subapi.coisini.us.kg" },
{ value: "https://subapi.cmliussss.net" },
{ value: "https://subapi.fxxk.dedyn.io" },
{ value: "https://url.v1.mk" },
Expand Down Expand Up @@ -780,7 +782,7 @@ export default {
form: {
sourceSubUrl: "",
clientType: "",
customBackend: this.getUrlParam() == "" ? "https://url.v1.mk" : this.getUrlParam(),
customBackend: this.getUrlParam() == "" ? "https://subapi.coisini.us.kg" : this.getUrlParam(),
shortType: "https://v1.mk/short",
remoteConfig: "https://raw.githubusercontent.com/cmliu/ACL4SSR/main/Clash/config/ACL4SSR_Online.ini",
excludeRemarks: "",
Expand Down Expand Up @@ -1304,3 +1306,10 @@ export default {
}
};
</script>