feat: 增强命令面板功能与AI助手集成

This commit is contained in:
Ray.Hao
2026-01-06 20:21:29 +08:00
parent 2953642e99
commit 4a8efc770e
6 changed files with 314 additions and 55 deletions

View File

@@ -49,12 +49,14 @@
<div class="i-svg:captcha" />
</template>
</el-input>
<div cursor-pointer h-40px w-120px flex-center @click="getCaptcha">
<div cursor-pointer h-44px w-140px flex-center @click="getCaptcha">
<el-icon v-if="codeLoading" class="is-loading" size="20"><Loading /></el-icon>
<img
v-else-if="captchaBase64"
border-rd-4px
object-cover
w-full
h-full
object-contain
shadow="[0_0_0_1px_var(--el-border-color)_inset]"
:src="captchaBase64"
alt="captchaCode"

View File

@@ -58,14 +58,15 @@
<div class="i-svg:captcha" />
</template>
</el-input>
<div cursor-pointer h="[40px]" w="[120px]" flex-center ml-10px @click="getCaptcha">
<div cursor-pointer h="[44px]" w="[140px]" flex-center ml-10px @click="getCaptcha">
<el-icon v-if="codeLoading" class="is-loading"><Loading /></el-icon>
<img
v-else
object-cover
border-rd-4px
p-1px
w-full
h-full
object-contain
shadow="[0_0_0_1px_var(--el-border-color)_inset]"
:src="captchaBase64"
alt="code"