diff options
| author | MHSanaei <33454419+MHSanaei@users.noreply.github.com> | 2023-03-24 20:07:44 +0300 |
|---|---|---|
| committer | MHSanaei <33454419+MHSanaei@users.noreply.github.com> | 2023-03-24 20:07:44 +0300 |
| commit | 33db9d0f905867d7dbce6c35501e79d52b75f009 (patch) | |
| tree | 144426d755af69a08e1947743ad4dd15864889ef /web/html/xui/index.html | |
| parent | 27d020709e8109e09023861bfbb2aeb5e41d5687 (diff) | |
remove others
Diffstat (limited to 'web/html/xui/index.html')
| -rw-r--r-- | web/html/xui/index.html | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/web/html/xui/index.html b/web/html/xui/index.html index a591a3c0..3d9b326c 100644 --- a/web/html/xui/index.html +++ b/web/html/xui/index.html @@ -88,8 +88,6 @@ <a-tag color="blue" style="cursor: pointer;" @click="stopXrayService">{{ i18n "pages.index.stopXray" }}</a-tag> <a-tag color="blue" style="cursor: pointer;" @click="restartXrayService">{{ i18n "pages.index.restartXray" }}</a-tag> <a-tag color="blue" style="cursor: pointer;" @click="openSelectV2rayVersion">{{ i18n "pages.index.xraySwitch" }}</a-tag> - <a-tag color="blue" style="cursor: pointer;" @click="openLogs">Logs</a-tag> - <a-tag color="green">3x-ui v{{ .cur_ver }}</a-tag> </a-card> </a-col> <a-col :sm="24" :md="12"> @@ -172,6 +170,13 @@ </a-row> </a-card> </a-col> + <a-col :sm="24" :md="12"> + <a-card hoverable :class="siderDrawer.isDarkTheme ? darkClass : ''"> + x-ui: <a href="https://github.com/MHSanaei/3x-ui/releases" target="_blank"><a-tag color="green">3x-ui v{{ .cur_ver }}</a-tag></a> + <a href="https://t.me/panel3xui" target="_blank"><a-tag color="green">Telegram</a-tag></a> + <a-tag color="blue" style="cursor: pointer;" @click="openLogs">Log Reports</a-tag> + </a-card> + </a-col> </a-row> </transition> </a-layout-content> |
