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

update

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