mirror of
https://github.com/itdoginfo/podkop.git
synced 2025-12-15 16:06:53 +03:00
fix: force http for yacd enable link
This commit is contained in:
@@ -784,6 +784,10 @@ function getClashWsUrl() {
|
||||
const { hostname } = window.location;
|
||||
return `ws://${hostname}:9090`;
|
||||
}
|
||||
function getClashUIUrl() {
|
||||
const { hostname } = window.location;
|
||||
return `http://${hostname}:9090/ui`;
|
||||
}
|
||||
|
||||
// src/helpers/splitProxyString.ts
|
||||
function splitProxyString(str) {
|
||||
@@ -1966,6 +1970,7 @@ return baseclass.extend({
|
||||
getClashConfig,
|
||||
getClashGroupDelay,
|
||||
getClashProxies,
|
||||
getClashUIUrl,
|
||||
getClashVersion,
|
||||
getClashWsUrl,
|
||||
getConfigSections,
|
||||
|
||||
Reference in New Issue
Block a user