• Joined on 2026-05-11
iye pushed to main at zyc/UI-UX 2026-05-13 15:13:35 +08:00
8597957af4 fix(auth): reject wrong OTP codes when Redis is missing (security)
iye pushed to main at zyc/UI-UX 2026-05-13 14:56:50 +08:00
0a7c1ec130 feat(auth): wire Aliyun SMS provider for phone OTP login
iye pushed to main at zyc/UI-UX 2026-05-13 14:43:56 +08:00
15af8e1781 fix(image): disable next/image optimization for TOS-hosted assets
iye pushed to main at zyc/UI-UX 2026-05-13 14:37:49 +08:00
8c88943a06 feat(tos): point all static assets to volcano TOS bucket
iye pushed to main at zyc/UI-UX 2026-05-13 14:26:46 +08:00
c0bce80dd1 chore(tools): asset compression pipeline for TOS bucket upload
iye pushed to main at zyc/UI-UX 2026-05-13 14:07:57 +08:00
409c4c4b50 docs(ops): TOS bucket + Aliyun SMS integration spec for team handoff
iye pushed to main at zyc/UI-UX 2026-05-13 13:58:29 +08:00
71a2672ff6 fix(data,ranking,ui): real dynamic ranking + data sync hardening
Compare 2 commits »
iye pushed to main at zyc/UI-UX 2026-05-12 19:01:41 +08:00
d5ed43acbd feat(ui): design overhaul, global login modal, design spec
iye pushed to main at zyc/UI-UX 2026-05-12 14:15:51 +08:00
bd5a361a18 feat(vote): remove all voting limits (no daily quota, no per-artist cap, unlimited votes)
iye pushed to main at zyc/UI-UX 2026-05-12 14:09:42 +08:00
9fe9fa914f fix(ux): center modals with overlay; live vote with toast; deterministic mock data; cascade layer fix
7949f9bcd1 fix(nav,auth): trim nav to wireframe pages; auth gracefully degrades when DB unavailable in dev
Compare 2 commits »
iye pushed to main at zyc/UI-UX 2026-05-12 10:06:18 +08:00
854a162109 feat(live): real-time ranking polling hook + LiveBadge, ranking page falls back to mock when API unavailable
iye pushed to main at zyc/UI-UX 2026-05-12 10:04:00 +08:00
b7fbd5ac53 feat(auth): Auth.js v5 with phone OTP login, send-otp API, login page and user state in nav
iye pushed to main at zyc/UI-UX 2026-05-12 09:59:39 +08:00
175276a085 feat(api): add REST API routes (artists/ranking/me/vote/signin) + Redis rate limiting + Zod validation
iye pushed to main at zyc/UI-UX 2026-05-12 09:51:20 +08:00
91a0dd0f05 feat(db): Prisma 6 + MySQL schema with all models, seed script and env example
iye pushed to main at zyc/UI-UX 2026-05-12 09:45:49 +08:00
4f87a7d36b feat(me): /me user center with quota card, sign-in calendar, stats and fan support
iye pushed to main at zyc/UI-UX 2026-05-12 09:43:44 +08:00
e7166ecf81 feat(ranking): /ranking page with Top3 podium, Top4-12 list, debut line divider and rescue zone
iye pushed to main at zyc/UI-UX 2026-05-12 09:42:02 +08:00
5f06b5122b feat(artist): dynamic /artist/[id] page with hero, 15s video, gallery lightbox, bio and floating vote
iye pushed to main at zyc/UI-UX 2026-05-12 09:39:23 +08:00
28447c2e65 feat(home): add HeroBanner with PV video + ArtistFilters + 35-artist grid/list views
iye pushed to main at zyc/UI-UX 2026-05-12 09:37:26 +08:00
abce95aae8 feat(components): add Button, Countdown, ArtistCard, Top12Bar, VoteModal core components
iye pushed to main at zyc/UI-UX 2026-05-12 09:32:49 +08:00
c441ed7026 feat(layout): add Navigation, Footer and Logo components with root layout shell