提交 436c504e 编写于 作者: View Design's avatar View Design

update

上级 f7bbe9d6
...@@ -16,18 +16,18 @@ ...@@ -16,18 +16,18 @@
/> />
<div class="flex justify-between items-center"> <div class="flex justify-between items-center">
<div class="flex items-center gap-2"> <div class="flex items-center gap-2">
<UTooltip class="relative" :text="isPro ? '已开启专家搜索' : '已关闭专家搜索'" :shortcuts="[metaSymbol, 'O']"> <!-- <UTooltip class="relative" :text="isPro ? '已开启专家搜索' : '已关闭专家搜索'" :shortcuts="[metaSymbol, 'O']">-->
<div <!-- <div-->
v-show="!isPro" <!-- v-show="!isPro"-->
class="absolute w-7 h-0.5 rotate-45 top-3.5 left-1 bg-gray-700 dark:bg-gray-200 hover:bg-gray-900 dark:hover:bg-white rounded"/> <!-- class="absolute w-7 h-0.5 rotate-45 top-3.5 left-1 bg-gray-700 dark:bg-gray-200 hover:bg-gray-900 dark:hover:bg-white rounded"/>-->
<UButton <!-- <UButton-->
:ui="{ rounded: 'rounded-full' }" <!-- :ui="{ rounded: 'rounded-full' }"-->
:icon="isPro ? 'i-heroicons-sparkles-20-solid' : 'i-heroicons-sparkles-20-solid'" <!-- :icon="isPro ? 'i-heroicons-sparkles-20-solid' : 'i-heroicons-sparkles-20-solid'"-->
color="gray" <!-- color="gray"-->
variant="ghost" <!-- variant="ghost"-->
@click="handleTogglePro" <!-- @click="handleTogglePro"-->
/> <!-- />-->
</UTooltip> <!-- </UTooltip>-->
<USelectMenu <USelectMenu
v-model="selectedRepo" v-model="selectedRepo"
:ui-menu="menuUI" :ui-menu="menuUI"
......
...@@ -27,14 +27,14 @@ ...@@ -27,14 +27,14 @@
size="md" size="md"
@click="handleGetSignUrl('github')" @click="handleGetSignUrl('github')"
/> />
<UButton <!-- <UButton-->
block <!-- block-->
leading-icon="i-simple-icons-google" <!-- leading-icon="i-simple-icons-google"-->
label="使用 Google 登录" <!-- label="使用 Google 登录"-->
color="gray" <!-- color="gray"-->
size="md" <!-- size="md"-->
disabled <!-- disabled-->
/> <!-- />-->
<!-- <UDivider label="或" />--> <!-- <UDivider label="或" />-->
<!-- <UInput--> <!-- <UInput-->
<!-- class="w-full"--> <!-- class="w-full"-->
......
...@@ -23,6 +23,7 @@ ...@@ -23,6 +23,7 @@
color="gray" color="gray"
variant="ghost" variant="ghost"
label="问题反馈" label="问题反馈"
to="mailto:lianghao@csdn.net"
/> />
<ClientOnly> <ClientOnly>
<div class="flex"> <div class="flex">
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册