style: Adjust UI color palette and update gitignore to exclude CLAUDE.md and 样本.mp3.
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -26,3 +26,5 @@ qwen3-tts-frontend/node_modules/
|
|||||||
qwen3-tts-frontend/dist/
|
qwen3-tts-frontend/dist/
|
||||||
qwen3-tts-frontend/.env
|
qwen3-tts-frontend/.env
|
||||||
qwen3-tts-frontend/.env.local
|
qwen3-tts-frontend/.env.local
|
||||||
|
CLAUDE.md
|
||||||
|
样本.mp3
|
||||||
@@ -1,6 +1,7 @@
|
|||||||
fastapi==0.115.0
|
fastapi==0.115.0
|
||||||
uvicorn[standard]==0.32.0
|
uvicorn[standard]==0.32.0
|
||||||
pydantic==2.9.0
|
pydantic[email]==2.9.0
|
||||||
|
pydantic-settings==2.5.2
|
||||||
python-multipart==0.0.12
|
python-multipart==0.0.12
|
||||||
python-jose[cryptography]==3.3.0
|
python-jose[cryptography]==3.3.0
|
||||||
passlib==1.7.4
|
passlib==1.7.4
|
||||||
|
|||||||
@@ -59,16 +59,16 @@
|
|||||||
--card-foreground: 0 0% 98%;
|
--card-foreground: 0 0% 98%;
|
||||||
--popover: 0 0% 5%;
|
--popover: 0 0% 5%;
|
||||||
--popover-foreground: 0 0% 98%;
|
--popover-foreground: 0 0% 98%;
|
||||||
--primary: 206 27% 45%;
|
--primary: 209 37% 21%;
|
||||||
--primary-foreground: 38 43% 86%;
|
--primary-foreground: 38 43% 86%;
|
||||||
--secondary: 197 26% 67%;
|
--secondary: 197 26% 67%;
|
||||||
--secondary-foreground: 209 37% 21%;
|
--secondary-foreground: 209 37% 21%;
|
||||||
--muted: 0 0% 17.5%;
|
--muted: 0 0% 17.5%;
|
||||||
--muted-foreground: 0 0% 65%;
|
--muted-foreground: 0 0% 65%;
|
||||||
--accent: 209 37% 21%;
|
--accent: 38 43% 86%;
|
||||||
--accent-foreground: 197 26% 67%;
|
--accent-foreground: 209 37% 21%;
|
||||||
--destructive: 0 62.8% 30.6%;
|
--destructive: 0 84.2% 60.2%;
|
||||||
--destructive-foreground: 0 0% 98%;
|
--destructive-foreground: 210 40% 98%;
|
||||||
--border: 0 0% 17.5%;
|
--border: 0 0% 17.5%;
|
||||||
--input: 0 0% 17.5%;
|
--input: 0 0% 17.5%;
|
||||||
--ring: 0 0% 84%;
|
--ring: 0 0% 84%;
|
||||||
|
|||||||
Reference in New Issue
Block a user