mirror of
https://github.com/andrey271192/PCAtelegram_web.git
synced 2026-09-21 12:01:56 +00:00
fix: add Mieru subscription URL
This commit is contained in:
@@ -501,6 +501,18 @@
|
||||
<button id="mieruRestartBtn" class="soft" type="button" data-i18n="restart">Restart</button>
|
||||
<button id="mieruStopBtn" class="danger" type="button" data-i18n="mieruStop">Stop</button>
|
||||
</div>
|
||||
<label>
|
||||
<span data-i18n="mieruSubscriptionUrl">mihomo subscription URL</span>
|
||||
<input id="mieruSubscriptionUrl" readonly spellcheck="false">
|
||||
</label>
|
||||
<label>
|
||||
<span data-i18n="mieruClashImportUrl">Clash import URL</span>
|
||||
<input id="mieruClashImportUrl" readonly spellcheck="false">
|
||||
</label>
|
||||
<div class="inline-form">
|
||||
<button id="mieruCopyUrlBtn" class="soft" type="button" data-i18n="copySubscriptionUrl">Copy subscription URL</button>
|
||||
<button id="mieruCopyYamlBtn" class="soft" type="button" data-i18n="copyYaml">Copy YAML</button>
|
||||
</div>
|
||||
<label>
|
||||
<span data-i18n="mieruClientConfig">Client JSON</span>
|
||||
<textarea id="mieruClientConfig" rows="8" readonly spellcheck="false"></textarea>
|
||||
@@ -509,7 +521,6 @@
|
||||
<span data-i18n="mieruMihomoYaml">mihomo YAML</span>
|
||||
<textarea id="mieruMihomoYaml" rows="8" readonly spellcheck="false"></textarea>
|
||||
</label>
|
||||
<button id="mieruCopyBtn" class="soft" type="button" data-i18n="copyConfig">Copy config</button>
|
||||
</form>
|
||||
</section>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user