style: modify the style of the search input box (#513)

* style: modify the style of the search input box

* build: build error
This commit is contained in:
BiggerRain
2025-05-15 08:54:42 +08:00
committed by GitHub
parent 163df77e8a
commit aa99588001
14 changed files with 234 additions and 156 deletions

View File

@@ -5,7 +5,7 @@ import platformAdapter from "@/utils/platformAdapter";
import { useAppStore } from "@/stores/appStore";
import { useSyncStore } from "@/hooks/useSyncStore";
import UpdateApp from "@/components/UpdateApp";
import { useAppearanceStore } from "@/stores/appearance";
import { useAppearanceStore } from "@/stores/appearanceStore";
function MainApp() {
const addError = useAppStore((state) => state.addError);