Skip to content

Commit 4cc738f

Browse files
CumuloCumuloclaude
andcommitted
redesign UI with ethereal romance aesthetic inspired by 二月兰 photography
Replace deep purple-black theme with dreamy periwinkle/lilac palette, animated gradient blobs, SVG noise texture, and glassmorphism effects. Add Cormorant Garamond + Outfit typography. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 49fdd54 commit 4cc738f

16 files changed

Lines changed: 903 additions & 711 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -49,34 +49,11 @@ jobs:
4949
- run: pnpm lint
5050

5151
server-test:
52-
name: Backend Tests
52+
name: Backend Unit Tests
5353
runs-on: ubuntu-latest
5454
defaults:
5555
run:
5656
working-directory: server
57-
services:
58-
postgres:
59-
image: postgres:16
60-
env:
61-
POSTGRES_USER: violet
62-
POSTGRES_PASSWORD: violet
63-
POSTGRES_DB: violet_test
64-
ports:
65-
- 5432:5432
66-
options: >-
67-
--health-cmd pg_isready
68-
--health-interval 5s
69-
--health-timeout 5s
70-
--health-retries 5
71-
redis:
72-
image: redis:7
73-
ports:
74-
- 6379:6379
75-
options: >-
76-
--health-cmd "redis-cli ping"
77-
--health-interval 5s
78-
--health-timeout 5s
79-
--health-retries 5
8057
steps:
8158
- uses: actions/checkout@v4
8259
- uses: pnpm/action-setup@v4
@@ -89,11 +66,4 @@ jobs:
8966
cache-dependency-path: server/pnpm-lock.yaml
9067
- run: pnpm install
9168
- run: npx prisma generate
92-
- run: npx prisma migrate deploy
93-
env:
94-
DATABASE_URL: postgresql://violet:violet@localhost:5432/violet_test
9569
- run: pnpm run test
96-
env:
97-
DATABASE_URL: postgresql://violet:violet@localhost:5432/violet_test
98-
REDIS_HOST: localhost
99-
REDIS_PORT: 6379

DESIGN.md

Lines changed: 122 additions & 394 deletions
Large diffs are not rendered by default.

client/index.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@
44
<meta charset="UTF-8" />
55
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7-
<title>Violet - NJU代恋</title>
7+
<title>Violet - 校园初见,如花般绽放</title>
8+
<link rel="preconnect" href="https://fonts.googleapis.com">
9+
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
10+
<link href="https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;1,400&family=Outfit:wght@300;400;500&display=swap" rel="stylesheet">
811
</head>
912
<body>
1013
<div id="app"></div>

0 commit comments

Comments
 (0)