浏览代码

chore: update metacubexd #1200

dongchengjie 11 月之前
父节点
当前提交
c5c76ab539
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/components/setting/mods/web-ui-viewer.tsx

+ 1 - 1
src/components/setting/mods/web-ui-viewer.tsx

@@ -23,7 +23,7 @@ export const WebUIViewer = forwardRef<DialogRef>((props, ref) => {
   }));
 
   const webUIList = verge?.web_ui_list || [
-    "https://d.metacubex.one/#?hostname=%host&port=%port&secret=%secret",
+    "https://metacubex.github.io/metacubexd/#/setup?http=true&hostname=%host&port=%port&secret=%secret",
     "https://yacd.metacubex.one/?host=%host&port=%port&secret=%secret",
   ];