chore: update Cargo.lock, LlmSettings, tailwind config
This commit is contained in:
parent
12e3c52252
commit
23c2059773
512
desktop/src-tauri/Cargo.lock
generated
512
desktop/src-tauri/Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
@ -140,7 +140,7 @@ export function LlmSettingsPage() {
|
|||||||
</div>
|
</div>
|
||||||
)}
|
)}
|
||||||
|
|
||||||
{/* Base URL (Ollama) */}
|
{/* Base URL (Ollama or custom) */}
|
||||||
{settings.provider === 'ollama' && (
|
{settings.provider === 'ollama' && (
|
||||||
<div className="space-y-2">
|
<div className="space-y-2">
|
||||||
<label className="text-sm font-medium text-muted-foreground">URL Ollama</label>
|
<label className="text-sm font-medium text-muted-foreground">URL Ollama</label>
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
import tailwindcssAnimate from "tailwindcss-animate";
|
|
||||||
import type { Config } from "tailwindcss";
|
import type { Config } from "tailwindcss";
|
||||||
|
import tailwindcssAnimate from "tailwindcss-animate";
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
darkMode: ["class"],
|
darkMode: ["class"],
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user