Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/MHSanaei/3x-ui.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSanaei <ho3ein.sanaei@gmail.com>2025-03-26 15:04:42 +0300
committerGitHub <noreply@github.com>2025-03-26 15:04:42 +0300
commitd376ce057c4e2de6071dfb2185b4fd9a3a4338b1 (patch)
treef349a170638f023f27f507ccbc1574bd50f4a164 /web/html/xui/settings/xray/advanced.html
parent6545d8b61df5ad03d89bd738dad84c5fc946a0b5 (diff)
parent5e6e900e64bb2da5c0146cafa75d1a7b7bafaed7 (diff)
Merge pull request #2823 from shishkevichd/refactor/refactor-5
Code refactoring
Diffstat (limited to 'web/html/xui/settings/xray/advanced.html')
-rw-r--r--web/html/xui/settings/xray/advanced.html14
1 files changed, 14 insertions, 0 deletions
diff --git a/web/html/xui/settings/xray/advanced.html b/web/html/xui/settings/xray/advanced.html
new file mode 100644
index 00000000..6b9cb87b
--- /dev/null
+++ b/web/html/xui/settings/xray/advanced.html
@@ -0,0 +1,14 @@
+{{define "settings/xray/advanced"}}
+<a-space direction="vertical" size="small">
+ <a-list-item-meta title='{{ i18n "pages.xray.Template"}}'
+ description='{{ i18n "pages.xray.TemplateDesc"}}'></a-list-item-meta>
+ <a-radio-group v-model="advSettings" @change="changeCode" button-style="solid" style="margin: 10px 0;"
+ :size="isMobile ? 'small' : ''">
+ <a-radio-button value="xraySetting">{{ i18n "pages.xray.completeTemplate"}}</a-radio-button>
+ <a-radio-button value="inboundSettings">{{ i18n "pages.xray.Inbounds" }}</a-radio-button>
+ <a-radio-button value="outboundSettings">{{ i18n "pages.xray.Outbounds" }}</a-radio-button>
+ <a-radio-button value="routingRuleSettings">{{ i18n "pages.xray.Routings" }}</a-radio-button>
+ </a-radio-group>
+ <textarea style="position:absolute; left: -800px;" id="xraySetting"></textarea>
+</a-space>
+{{end}} \ No newline at end of file