small fixes

This commit is contained in:
Alireza Ahmadi
2023-05-15 19:32:02 +02:00
parent 5e8556be33
commit 0c4bf6fac8
3 changed files with 3 additions and 3 deletions

View File

@@ -45,7 +45,7 @@
</style>
<body>
<a-layout id="app" v-cloak :class="themeSwitcher.darkClass">
<a-layout id="app" v-cloak :class="themeSwitcher.darkCardClass">
<transition name="list" appear>
<a-layout-content>
<a-row type="flex" justify="center">

View File

@@ -76,7 +76,7 @@
<a-row>
<a-col :sm="24" :md="12">
<a-card hoverable :class="themeSwitcher.darkCardClass">
x-ui: <a-tag color="green">{{ .cur_ver }}</a-tag>
x-ui: <a href="https://github.com/alireza0/x-ui/releases" target="_blank"><a-tag color="green">{{ .cur_ver }}</a-tag></a>
xray: <a-tag color="green" style="cursor: pointer;" @click="openSelectV2rayVersion">[[ status.xray.version ]]</a-tag>
</a-card>
</a-col>

View File

@@ -520,7 +520,7 @@ show_menu() {
${green}14.${plain} Cancel x-ui Autostart
————————————————
${green}15.${plain} 一A key installation bbr (latest kernel)
${green}16.${plain} 一Apply for an SSL certificate with one click(acme script)
${green}16.${plain} 一Apply for a SSL certificate with one click(acme script)
"
show_status
echo && read -p "Please enter your selection [0-16]: " num