feat: 搜索时允许根据描述搜索和一些样式调整

This commit is contained in:
osiris
2024-05-14 15:05:57 +08:00
parent efc1cb52eb
commit c860a01416
9 changed files with 101 additions and 24 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ const appDesc = ref(import.meta.env.VITE_APP_DESC || '')
<template>
<div class="w-full rounded-2xl z-10 p-5 text-center">
{{ appDesc }} © 2024 <a href="https://github.com/taoran1401/tools-web" target="_blank" class="text-blue-700">Tools-Web</a>
<el-text>{{ appDesc }} © 2024 <a href="https://github.com/taoran1401/tools-web" target="_blank" class="text-blue-700">Tools-Web</a></el-text>
</div>
</template>