- 在 MusicDetail 组件中添加了歌词展开和折叠功能 - 新增 isLyricExpanded、isLyricTooLong 和 displayedLyric 等响应式变量 - 实现了 toggleLyricExpansion 方法来切换歌词展开状态 - 在模板中添加了折叠和展开歌词的按钮
82 lines
1.0 KiB
Plaintext
82 lines
1.0 KiB
Plaintext
# Logs
|
|
logs
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
lerna-debug.log*
|
|
|
|
node_modules
|
|
dist
|
|
dist-ssr
|
|
*.local
|
|
|
|
|
|
# Editor directories and files
|
|
.vscode/*
|
|
!.vscode/extensions.json
|
|
.idea
|
|
.DS_Store
|
|
*.suo
|
|
*.ntvs*
|
|
*.njsproj
|
|
*.sln
|
|
*.sw?
|
|
### Example user template template
|
|
### Example user template
|
|
|
|
# IntelliJ project files
|
|
.log
|
|
*.gz
|
|
.gz
|
|
*/.gz
|
|
*/.log
|
|
target
|
|
*.iml
|
|
out
|
|
gen
|
|
*/upload
|
|
*/.vscode
|
|
.vscode
|
|
#忽略所有.svn目录
|
|
.svn/
|
|
#忽略所有target目录
|
|
target/
|
|
#忽略所有.idea目录及其内容
|
|
.idea/
|
|
.idea/*
|
|
#忽略所有.ipr文件
|
|
*.ipr
|
|
#忽略所有.iws文件
|
|
*.iws
|
|
#忽略所有.gradle目录
|
|
.gradle/
|
|
#忽略所有.settings目录
|
|
.settings/
|
|
#忽略所有.classpath文件
|
|
.classpath
|
|
#忽略所有.project文件
|
|
.project
|
|
#忽略所有.pydevproject文件
|
|
.pydevproject
|
|
#忽略所有.DS_Store文件
|
|
|
|
#忽略所有.class文件
|
|
*.class
|
|
#忽略所有.log文件
|
|
|
|
#忽略所有.tmp文件
|
|
*.tmp
|
|
#忽略所有.swp文件
|
|
*.swp
|
|
node_modules/
|
|
/dist/
|
|
|
|
.git
|
|
|
|
# Editor directories and files
|
|
dist/
|
|
npm-debug.log
|
|
.vscode/
|