mirror of
https://github.com/clash-verge-rev/clash-verge-rev.git
synced 2024-11-15 19:22:26 +08:00
Update web-ui-viewer.tsx Fix yacd parameter hostname error (#1484)
This commit is contained in:
parent
1b7dafe743
commit
1ea3b956ad
|
@ -24,7 +24,7 @@ export const WebUIViewer = forwardRef<DialogRef>((props, ref) => {
|
||||||
|
|
||||||
const webUIList = verge?.web_ui_list || [
|
const webUIList = verge?.web_ui_list || [
|
||||||
"https://metacubex.github.io/metacubexd/#/setup?http=true&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",
|
"https://yacd.metacubex.one/?hostname=%host&port=%port&secret=%secret",
|
||||||
];
|
];
|
||||||
|
|
||||||
const handleAdd = useLockFn(async (value: string) => {
|
const handleAdd = useLockFn(async (value: string) => {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user