From 8c8d280f147ce4e8f604080d1dbf066332e55efc Mon Sep 17 00:00:00 2001 From: mhsanaei Date: Thu, 18 Sep 2025 12:20:21 +0200 Subject: minor change --- web/html/settings/panel/subscription/subpage.html | 276 ++++++++++++++++++++++ web/html/subscription.html | 276 ---------------------- 2 files changed, 276 insertions(+), 276 deletions(-) create mode 100644 web/html/settings/panel/subscription/subpage.html delete mode 100644 web/html/subscription.html (limited to 'web/html') diff --git a/web/html/settings/panel/subscription/subpage.html b/web/html/settings/panel/subscription/subpage.html new file mode 100644 index 00000000..c9cf241f --- /dev/null +++ b/web/html/settings/panel/subscription/subpage.html @@ -0,0 +1,276 @@ +{{ template "page/head_start" .}} + + + + + + + +{{ template "page/head_end" .}} + +{{ template "page/body_start" .}} + + + + + + + + + + + + + + + + {{ i18n + "pages.settings.subSettings"}} + + + + + + + + + + + + {{ i18n + "pages.settings.subSettings"}} + Json + + + + + + + + + + + + + + + [[ + app.sId + ]] + + + + + [[ + app.download + ]] + [[ + app.upload + ]] + [[ app.used + ]] + [[ + app.total + ]] + [[ + app.remained ]] + + + + + + + + + + + + +
+ + +
+ [[ linkName(link, idx) + ]] +
+
+
+
+ + + + + + + + + Android + + + V2Box + V2RayNG + Sing-box + V2RayTun + NPV + Tunnel + + + + + + + + iOS + + + Shadowrocket + V2Box + Streisand + V2RayTun + NPV + Tunnel + + + + + + + +
+
+
+
+
+ + + + + +{{template "component/aThemeSwitch" .}} + + +{{ template "page/body_end" .}} \ No newline at end of file diff --git a/web/html/subscription.html b/web/html/subscription.html deleted file mode 100644 index c9cf241f..00000000 --- a/web/html/subscription.html +++ /dev/null @@ -1,276 +0,0 @@ -{{ template "page/head_start" .}} - - - - - - - -{{ template "page/head_end" .}} - -{{ template "page/body_start" .}} - - - - - - - - - - - - - - - - {{ i18n - "pages.settings.subSettings"}} - - - - - - - - - - - - {{ i18n - "pages.settings.subSettings"}} - Json - - - - - - - - - - - - - - - [[ - app.sId - ]] - - - - - [[ - app.download - ]] - [[ - app.upload - ]] - [[ app.used - ]] - [[ - app.total - ]] - [[ - app.remained ]] - - - - - - - - - - - - -
- - -
- [[ linkName(link, idx) - ]] -
-
-
-
- - - - - - - - - Android - - - V2Box - V2RayNG - Sing-box - V2RayTun - NPV - Tunnel - - - - - - - - iOS - - - Shadowrocket - V2Box - Streisand - V2RayTun - NPV - Tunnel - - - - - - - -
-
-
-
-
- - - - - -{{template "component/aThemeSwitch" .}} - - -{{ template "page/body_end" .}} \ No newline at end of file -- cgit v1.2.3