Browse Source

Modify myurls backend

develop
CareyWong 5 years ago
parent
commit
074f3b65a8
  1. 2
      src/views/Subconverter.vue

2
src/views/Subconverter.vue

@ -214,7 +214,7 @@ const remoteConfigSample =
"https://raw.githubusercontent.com/tindy2013/subconverter/master/base/config/example_external_config.ini"; "https://raw.githubusercontent.com/tindy2013/subconverter/master/base/config/example_external_config.ini";
const gayhubRelease = "https://github.com/tindy2013/subconverter/releases"; const gayhubRelease = "https://github.com/tindy2013/subconverter/releases";
const defaultBackend = "https://api.wcc.best/sub?"; const defaultBackend = "https://api.wcc.best/sub?";
const shortUrlBackend = "https://s.wcc.best/short"; const shortUrlBackend = "https://api.suo.yt/short";
const configUploadBackend = "https://api.wcc.best/config/upload"; const configUploadBackend = "https://api.wcc.best/config/upload";
const tgBotLink = "https://t.me/CareyWong_bot"; const tgBotLink = "https://t.me/CareyWong_bot";

Loading…
Cancel
Save