mirror of
https://github.com/v2board/v2board.git
synced 2025-03-13 06:04:42 +08:00
修复windows下一键导入clashmeta链接BUG
This commit is contained in:
parent
f567832707
commit
5749860ef6
2
public/theme/v2board/assets/umi.js
vendored
2
public/theme/v2board/assets/umi.js
vendored
@ -1061,7 +1061,7 @@
|
|||||||
}),
|
}),
|
||||||
Object(u["n"])() && (t.push({
|
Object(u["n"])() && (t.push({
|
||||||
title: "ClashMeta",
|
title: "ClashMeta",
|
||||||
href: "clash://install-config?url=" + encodeURIComponent(e) + "&flag=meta" + "&name=" + window.settings.title
|
href: "clash://install-config?url=" + encodeURIComponent(e + "&flag=meta") + "&name=" + window.settings.title
|
||||||
}) && t.push({
|
}) && t.push({
|
||||||
title: "Clash For Windows",
|
title: "Clash For Windows",
|
||||||
href: "clash://install-config?url=" + encodeURIComponent(e) + "&name=" + window.settings.title
|
href: "clash://install-config?url=" + encodeURIComponent(e) + "&name=" + window.settings.title
|
||||||
|
Loading…
x
Reference in New Issue
Block a user