diff --git a/web/html/xui/index.html b/web/html/xui/index.html
index 8dee4bf2..fdcb4b52 100644
--- a/web/html/xui/index.html
+++ b/web/html/xui/index.html
@@ -13,6 +13,9 @@
margin-inline: 0.3rem;
}
}
+ .ant-statistic-content {
+ font-size: 18px;
+ }
.ant-col-sm-24 {
margin-top: 10px;
}
@@ -120,18 +123,6 @@
-
-
- v{{ .cur_ver }}
- @XrayUI
-
-
-
-
- Xray: [[ TimeFormatter.formatSecond(status.appStats.uptime) ]]
- OS: [[ TimeFormatter.formatSecond(status.uptime) ]]
-
-
@@ -180,6 +171,18 @@
+
+
+ v{{ .cur_ver }}
+ @XrayUI
+
+
+
+
+ Xray: [[ TimeFormatter.formatSecond(status.appStats.uptime) ]]
+ OS: [[ TimeFormatter.formatSecond(status.uptime) ]]
+
+
@@ -198,54 +201,6 @@
Threads: [[ status.appStats.threads ]]
-
-
-
-
-
- {{ i18n "pages.index.toggleIpVisibility" }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
@@ -292,6 +247,54 @@
+
+
+
+
+
+ {{ i18n "pages.index.toggleIpVisibility" }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -566,7 +569,7 @@
spinning: false,
loadingTip: '{{ i18n "loading"}}',
showAlert: false,
- showIp: false,
+ showIp: true,
},
methods: {
loading(spinning, tip = '{{ i18n "loading"}}') {
@@ -700,4 +703,4 @@
});