From 729d8549e2b536a10c402a88e0d4cfde9e4baf3f Mon Sep 17 00:00:00 2001 From: Alireza Ahmadi Date: Mon, 4 Dec 2023 19:17:38 +0100 Subject: new frontend and mobile view #1286 --- web/html/xui/xray.html | 911 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 911 insertions(+) create mode 100644 web/html/xui/xray.html (limited to 'web/html/xui/xray.html') diff --git a/web/html/xui/xray.html b/web/html/xui/xray.html new file mode 100644 index 00000000..db5aa202 --- /dev/null +++ b/web/html/xui/xray.html @@ -0,0 +1,911 @@ + + +{{template "head" .}} + + + + {{ template "commonSider" . }} + + + + + + + + + {{ i18n "pages.settings.save" }} + {{ i18n "pages.settings.restartPanel" }} + + + + + + + + + + + {{ i18n "pages.settings.resetDefaultConfig" }} + + + + +

+ + {{ i18n "pages.settings.templates.generalConfigsDesc" }} +

+
+ + + + + + + + + + + + + + + + + + + +
+ + +

+ + {{ i18n "pages.settings.templates.blockConfigsDesc" }} +

+
+ + + + + +
+ + +

+ + {{ i18n "pages.settings.templates.blockCountryConfigsDesc" }} +

+
+ + + + + + +
+ + +

+ + {{ i18n "pages.settings.templates.directCountryConfigsDesc" }} +

+
+ + + + + + +
+ + +

+ + {{ i18n "pages.settings.templates.ipv4ConfigsDesc" }} +

+
+ + +
+ + +

+ + {{ i18n "pages.settings.templates.warpConfigsDesc" }} +

+
+ + + + +
+
+
+ + +

+ + {{ i18n "pages.settings.templates.manualListsDesc" }} +

+
+ + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + +
+
+
+
+
+
+{{template "js" .}} +{{template "component/themeSwitcher" .}} +{{template "component/setting"}} + + + \ No newline at end of file -- cgit v1.2.3