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