mirror of
https://github.com/itdoginfo/podkop.git
synced 2026-08-04 04:45:14 +03:00
feat: migrate to proxied clash api methods
This commit is contained in:
@@ -170,7 +170,7 @@ function createSettingsContent(section) {
|
||||
form.Flag,
|
||||
'enable_yacd',
|
||||
_('Enable YACD'),
|
||||
`<a href="${main.getClashApiUrl()}/ui" target="_blank">${main.getClashApiUrl()}/ui</a>`,
|
||||
`<a href="${main.getClashUIUrl()}" target="_blank">${main.getClashUIUrl()}</a>`,
|
||||
);
|
||||
o.default = '0';
|
||||
o.rmempty = false;
|
||||
|
||||
Reference in New Issue
Block a user