Files
vtsuru.live/.gitignore
Megghy 00ce0fc7e1 feat: 更新 LiveRequest 组件,重构代码并优化歌曲请求逻辑
- 添加时间戳以解决缓存问题
- 重构组件结构,简化逻辑,增强可读性
- 更新歌曲请求设置和管理功能
2025-04-27 03:33:48 +08:00

28 lines
267 B
Plaintext

.DS_Store
node_modules
/dist
.yarn
# local env files
.env.local
.env.*.local
# Log files
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
# Editor directories and files
.idea
.vscode
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
env.d.ts
/.specstory
/.cursor