feat: add shadcn ui config (#954)

* feat: add shadcn ui config

* chore: tailwind config
This commit is contained in:
BiggerRain
2025-10-29 10:38:52 +08:00
committed by GitHub
parent c879c63b17
commit 1996298f0c
8 changed files with 299 additions and 28 deletions

View File

@@ -35,7 +35,6 @@ function MainApp() {
<>
<SearchChat isTauri={true} hasModules={["search", "chat"]} />
<UpdateApp />
{synthesizeItem && <Synthesize />}
</>
);