From 7b15274c842b31e8caded3e7f272237f31824852 Mon Sep 17 00:00:00 2001 From: "Shishkevich D." <135337715+shishkevichd@users.noreply.github.com> Date: Mon, 24 Mar 2025 09:45:15 +0000 Subject: chore: moving the settings tabs to a separate directory --- web/html/xui/settings/xray/advanced.html | 14 ++ web/html/xui/settings/xray/balancers.html | 53 ++++++ web/html/xui/settings/xray/basics.html | 275 ++++++++++++++++++++++++++++++ web/html/xui/settings/xray/dns.html | 149 ++++++++++++++++ web/html/xui/settings/xray/outbounds.html | 72 ++++++++ web/html/xui/settings/xray/reverse.html | 38 +++++ web/html/xui/settings/xray/routing.html | 119 +++++++++++++ 7 files changed, 720 insertions(+) create mode 100644 web/html/xui/settings/xray/advanced.html create mode 100644 web/html/xui/settings/xray/balancers.html create mode 100644 web/html/xui/settings/xray/basics.html create mode 100644 web/html/xui/settings/xray/dns.html create mode 100644 web/html/xui/settings/xray/outbounds.html create mode 100644 web/html/xui/settings/xray/reverse.html create mode 100644 web/html/xui/settings/xray/routing.html (limited to 'web/html/xui/settings/xray') 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"}} + + + + {{ i18n "pages.xray.completeTemplate"}} + {{ i18n "pages.xray.Inbounds" }} + {{ i18n "pages.xray.Outbounds" }} + {{ i18n "pages.xray.Routings" }} + + + +{{end}} \ No newline at end of file diff --git a/web/html/xui/settings/xray/balancers.html b/web/html/xui/settings/xray/balancers.html new file mode 100644 index 00000000..7e062ec0 --- /dev/null +++ b/web/html/xui/settings/xray/balancers.html @@ -0,0 +1,53 @@ +{{define "settings/xray/balancers"}} + + +{{end}} \ No newline at end of file diff --git a/web/html/xui/settings/xray/basics.html b/web/html/xui/settings/xray/basics.html new file mode 100644 index 00000000..292d8f50 --- /dev/null +++ b/web/html/xui/settings/xray/basics.html @@ -0,0 +1,275 @@ +{{define "settings/xray/basics"}} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + {{ i18n "pages.settings.resetDefaultConfig" }} + + + + +{{end}} \ No newline at end of file diff --git a/web/html/xui/settings/xray/dns.html b/web/html/xui/settings/xray/dns.html new file mode 100644 index 00000000..65735ff9 --- /dev/null +++ b/web/html/xui/settings/xray/dns.html @@ -0,0 +1,149 @@ +{{define "settings/xray/dns"}} + + + + + + + + + + + +{{end}} \ No newline at end of file diff --git a/web/html/xui/settings/xray/outbounds.html b/web/html/xui/settings/xray/outbounds.html new file mode 100644 index 00000000..45d07c4c --- /dev/null +++ b/web/html/xui/settings/xray/outbounds.html @@ -0,0 +1,72 @@ +{{define "settings/xray/outbounds"}} + + + + + + {{ i18n "pages.xray.outbound.addOutbound" }} + + WARP + + + + + + + + + + + + + + + + + +{{end}} \ No newline at end of file diff --git a/web/html/xui/settings/xray/reverse.html b/web/html/xui/settings/xray/reverse.html new file mode 100644 index 00000000..a8c93ea9 --- /dev/null +++ b/web/html/xui/settings/xray/reverse.html @@ -0,0 +1,38 @@ +{{define "settings/xray/reverse"}} + + +{{end}} \ No newline at end of file diff --git a/web/html/xui/settings/xray/routing.html b/web/html/xui/settings/xray/routing.html new file mode 100644 index 00000000..8c2502de --- /dev/null +++ b/web/html/xui/settings/xray/routing.html @@ -0,0 +1,119 @@ +{{define "settings/xray/routing"}} + + {{ i18n "pages.xray.rules.add" }} + + + + + + + + +{{end}} \ No newline at end of file -- cgit v1.2.3 From 19f79386172118630d1a36e4c7b031504e081077 Mon Sep 17 00:00:00 2001 From: danilshishkevich Date: Tue, 25 Mar 2025 15:13:17 +0000 Subject: chore: giving keys for each `a-collapse-panel` --- web/html/xui/settings/xray/basics.html | 14 +++++++------- web/html/xui/settings/xray/dns.html | 8 ++++---- 2 files changed, 11 insertions(+), 11 deletions(-) (limited to 'web/html/xui/settings/xray') diff --git a/web/html/xui/settings/xray/basics.html b/web/html/xui/settings/xray/basics.html index 292d8f50..3f78de77 100644 --- a/web/html/xui/settings/xray/basics.html +++ b/web/html/xui/settings/xray/basics.html @@ -1,6 +1,6 @@ {{define "settings/xray/basics"}} - - + + - + @@ -64,7 +64,7 @@ - + - + - + - + {{ i18n "pages.settings.resetDefaultConfig" }} diff --git a/web/html/xui/settings/xray/dns.html b/web/html/xui/settings/xray/dns.html index 65735ff9..696f73e1 100644 --- a/web/html/xui/settings/xray/dns.html +++ b/web/html/xui/settings/xray/dns.html @@ -1,6 +1,6 @@ {{define "settings/xray/dns"}} - - + + @@ -59,7 +59,7 @@