diff options
| author | Shishkevich D. <135337715+shishkevichd@users.noreply.github.com> | 2025-06-05 14:56:33 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-06-05 14:56:33 +0300 |
| commit | c7d315f8484caa9db87886e9c16535e92662831f (patch) | |
| tree | 4b76ed965072f0d680a6532ed8e457224e106a32 /web/html/index.html | |
| parent | 1781790dce2935c169c9663e74534071fcd28fc8 (diff) | |
chore: clean readme, add link to wiki (#3045)
Diffstat (limited to 'web/html/index.html')
| -rw-r--r-- | web/html/index.html | 19 |
1 files changed, 16 insertions, 3 deletions
diff --git a/web/html/index.html b/web/html/index.html index acc499df..2a6fb0ad 100644 --- a/web/html/index.html +++ b/web/html/index.html @@ -226,8 +226,21 @@ </a-col> <a-col :sm="24" :lg="12"> <a-card title='3X-UI' hoverable> - <a rel="noopener" href="https://github.com/MHSanaei/3x-ui/releases" target="_blank"><a-tag color="green">v{{ .cur_ver }}</a-tag></a> - <a rel="noopener" href="https://t.me/XrayUI" target="_blank"><a-tag color="green">@XrayUI</a-tag></a> + <a rel="noopener" href="https://github.com/MHSanaei/3x-ui/releases" target="_blank"> + <a-tag color="green"> + <span>v{{ .cur_ver }}</span> + </a-tag> + </a> + <a rel="noopener" href="https://t.me/XrayUI" target="_blank"> + <a-tag color="green"> + <span>@XrayUI</span> + </a-tag> + </a> + <a rel="noopener" href="https://github.com/MHSanaei/3x-ui/wiki" target="_blank"> + <a-tag> + <span>{{ i18n "pages.index.documentation" }}</span> + </a-tag> + </a> </a-card> </a-col> <a-col :sm="24" :lg="12"> @@ -303,7 +316,7 @@ <a-col :sm="24" :lg="12"> <a-card title='{{ i18n "pages.index.ipAddresses" }}' hoverable> <template #extra> - <a-tooltip> + <a-tooltip :placement="isMobile ? 'topRight' : 'top'"> <template #title> {{ i18n "pages.index.toggleIpVisibility" }} </template> |
