From dd2a71ce9b2ec017d037a2a3302a69d1a5d1b4d4 Mon Sep 17 00:00:00 2001 From: Alireza Ahmadi Date: Sat, 20 Jun 2026 23:00:08 +0200 Subject: [PATCH] import-export routing rules --- web/html/xui/routing_rules.html | 71 +++++++++++++++++++++++++++++++++ 1 file changed, 71 insertions(+) diff --git a/web/html/xui/routing_rules.html b/web/html/xui/routing_rules.html index 4eea2359..2bcefac4 100644 --- a/web/html/xui/routing_rules.html +++ b/web/html/xui/routing_rules.html @@ -55,6 +55,21 @@ {{ i18n "pages.xray.rules.add" }} {{ i18n "pages.xray.save" }} + + + + + + + + {{ i18n "import" }} + + + + {{ i18n "export" }} + + + @@ -239,6 +254,7 @@ {{template "js" .}} {{template "component/themeSwitcher" .}} + {{template "ruleModal"}} {{template "warpModal"}} +{{template "promptModal"}} +{{template "textModal"}}