feat: HYW & Koneko 音源管理后台 v3.0.0 (原始版本)

This commit is contained in:
Miao-moe
2026-07-11 17:30:10 +00:00
commit 6ca24b714d
54 changed files with 16774 additions and 0 deletions

48
.gitignore vendored Normal file
View File

@@ -0,0 +1,48 @@
# Dependencies
node_modules/
.pnp
.pnp.js
# Build outputs
.next/
out/
build/
dist/
# Database
prisma/*.db
prisma/*.db-journal
*.db
*.db-journal
# Environment files
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
# IDE
.idea/
.vscode/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db
# Logs
logs/
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Testing
coverage/
.nyc_output/
# Misc
*.tsbuildinfo
next-env.d.ts