diff options
| author | MHSanaei <ho3ein.sanaei@gmail.com> | 2023-06-07 12:15:58 +0300 |
|---|---|---|
| committer | MHSanaei <ho3ein.sanaei@gmail.com> | 2023-06-07 12:15:58 +0300 |
| commit | 594d682e202b30164aa7f9c510ec5955ed871541 (patch) | |
| tree | f1f7d7bfd4f48fa48e8a29b0da3ed57788bec2e6 /web/html/xui/index.html | |
| parent | 70f250dfe1e24249a4cc8102e3fef65959dfb15a (diff) | |
random sub Id
optimize utils
trojan short id fix
index page better view
Diffstat (limited to 'web/html/xui/index.html')
| -rw-r--r-- | web/html/xui/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/web/html/xui/index.html b/web/html/xui/index.html index 284fdf03..9795e87d 100644 --- a/web/html/xui/index.html +++ b/web/html/xui/index.html @@ -78,9 +78,9 @@ <a-row> <a-col :sm="24" :md="12"> <a-card hoverable :class="themeSwitcher.darkCardClass"> - 3x-ui: <a href="https://github.com/MHSanaei/3x-ui/releases" target="_blank"><a-tag color="green">v{{ .cur_ver }}</a-tag></a> + 3X: <a href="https://github.com/MHSanaei/3x-ui/releases" target="_blank"><a-tag color="green">v{{ .cur_ver }}</a-tag></a> Xray: <a-tag color="green" style="cursor: pointer;" @click="openSelectV2rayVersion">v[[ status.xray.version ]]</a-tag> - Telegram: <a href="https://t.me/panel3xui" target="_blank"><a-tag color="green">@panel3xui</a-tag></a> + <a href="https://t.me/panel3xui" target="_blank"><a-tag color="green">@panel3xui</a-tag></a> </a-card> </a-col> <a-col :sm="24" :md="12"> |
