feat: Add dashboard, subscription, and account UI components, and update .gitignore to exclude npm cache files.

This commit is contained in:
2569718930@qq.com
2026-03-13 08:51:06 +08:00
parent 1e541433e5
commit 003aff98d6
17 changed files with 413 additions and 568 deletions
+6
View File
@@ -30,3 +30,9 @@ Thumbs.db
frontend/node_modules/
frontend/.next/
frontend/.vercel/
# Local npm cache
.npm-cache/
npm-debug.log*
yarn-debug.log*
yarn-error.log*