Skip to content

Commit

Permalink
Upgrade to ver 0.1.0
Browse files Browse the repository at this point in the history
feat!: remove songs query by name function

feat: add throttle when dragging player

fix: player couldn't back to corrent position on resize

fix: keep player layout when other style join

fix: song id will treat as string to ignore more problem
  • Loading branch information
QingXia-Ela committed Mar 28, 2023
1 parent 3d37eb0 commit bef713a
Show file tree
Hide file tree
Showing 14 changed files with 93 additions and 60 deletions.
6 changes: 5 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,15 @@ pnpm-debug.log*
lerna-debug.log*

node_modules
dist
dist-ssr
build
*.local

# dist ignore unnecessary files
dist/index.html
dist/pvue.js
dist/vite.svg

# Editor directories and files
.vscode/*
!.vscode/extensions.json
Expand Down
1 change: 1 addition & 0 deletions dist/index.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit bef713a

Please sign in to comment.