diff --git a/web/html/xui/index.html b/web/html/xui/index.html index 55b46d08..1f66035a 100644 --- a/web/html/xui/index.html +++ b/web/html/xui/index.html @@ -77,8 +77,8 @@ - 3X: v{{ .cur_ver }} - Xray: v[[ status.xray.version ]] + 3X-UI v{{ .cur_ver }} + Xray v[[ status.xray.version ]] @panel3xui @@ -93,7 +93,7 @@ {{ i18n "pages.index.xrayStatus" }}: - [[ status.xray.state ]] + [[ status.xray.state.toUpperCase() ]] An error occurred while running Xray @@ -112,9 +112,9 @@ {{ i18n "pages.index.operationHours" }}: - Xray: + Xray [[ formatSecond(status.appStats.uptime) ]] - OS: + OS [[ formatSecond(status.uptime) ]] @@ -246,8 +246,10 @@ :closable="true" @ok="() => versionModal.visible = false" :class="themeSwitcher.currentTheme" footer=""> -

{{ i18n "pages.index.xraySwitchClick"}}

-

{{ i18n "pages.index.xraySwitchClickDesk"}}

+