diff --git a/src/components/layout/TitleBar.vue b/src/components/layout/TitleBar.vue index 8cd5c34..fc717ab 100644 --- a/src/components/layout/TitleBar.vue +++ b/src/components/layout/TitleBar.vue @@ -2,7 +2,6 @@ import { ref, computed, onMounted, onUnmounted, nextTick } from 'vue' import { Search, Settings, ChevronRight, ArrowUp, Check, Loader2 } from '@lucide/vue' import { Input } from '@/components/ui/input' -import { Tooltip, TooltipTrigger, TooltipContent } from '@/components/ui/tooltip' import { invoke } from '@tauri-apps/api/core' import { getCurrentWindow } from '@tauri-apps/api/window' import { useSearchStore, type SearchItem } from '@/stores/searchStore' @@ -258,39 +257,31 @@ const handleBlur = () => { - - - - - 回到顶部 - +
- - - - - 保存当前模块设置 - +