1. Initial music loads twice on app start, a second load is triggered as soon as the page is clicked. So I close autounlock
2. Unplayable music can’t be play
1. Increase the timeout time to prevent blocking the rendering process
2. Use the modification package to solve the problem that song information may not be available and repeatedly requested.
* feat: add config to resolve path alias.
* feat: use vue-i18n for language switch
* feat: add .editorconfig for ide
* fix: add no-referrer to avoid CROB
* fix: setCookie and fix typo
* feat: integrate vue-i18n
* feat: player component i18n support
* fix: duplicate key warning in explore page
* fix: like songs number changed in library page
* fire: remove todo
* fix: same text search on enter will cause error
* fix: scrobble error params type
* feat: prettier task supported
* fix: prettier ignore config update
* fix: conflict
* fix: commitMP3 and countrycode to countryCode
* lint: prettier
* feat: settings page i18n supported
* feat: option for change default devServer port
* feat: using jsdoc config to update api comments
* feat: update jsdoc comments
* docs: update jsdoc comments
* docs: update jsdoc comments
* feat: add config to resolve path alias.
* feat: use vue-i18n for language switch
* feat: add .editorconfig for ide
* fix: add no-referrer to avoid CROB
* fix: setCookie and fix typo
* feat: integrate vue-i18n
* feat: player component i18n support
* fix: duplicate key warning in explore page
* fix: like songs number changed in library page
* fire: remove todo
* fix: same text search on enter will cause error
* fix: scrobble error params type
* feat: prettier task supported
* fix: prettier ignore config update
* fix: conflict
* fix: commitMP3 and countrycode to countryCode
* lint: prettier
* feat: settings page i18n supported
* feat: add config to resolve path alias.
* feat: use vue-i18n for language switch
* feat: add .editorconfig for ide
* fix: add no-referrer to avoid CROB
* fix: setCookie and fix typo
* feat: integrate vue-i18n
* feat: player component i18n support
* fix: duplicate key warning in explore page
* fix: like songs number changed in library page
* fire: remove todo
* fix: same text search on enter will cause error
* fix: scrobble error params type
* feat: prettier task supported
* fix: prettier ignore config update
* fix: conflict
* fix: commitMP3 and countrycode to countryCode
* lint: prettier
* feat: add config to resolve path alias.
* feat: use vue-i18n for language switch
* feat: add .editorconfig for ide
* fix: add no-referrer to avoid CROB
* fix: setCookie and fix typo
* feat: integrate vue-i18n
* feat: player component i18n support
* fix: duplicate key warning in explore page
* fix: like songs number changed in library page
* fire: remove todo
* fix: same text search on enter will cause error
* fix: scrobble error params type
* feat: prettier task supported
* fix: prettier ignore config update
* fix: conflict
* feat: add config to resolve path alias.
* feat: use vue-i18n for language switch
* feat: add .editorconfig for ide
* fix: add no-referrer to avoid CROB
* fix: setCookie and fix typo
* feat: integrate vue-i18n
* feat: player component i18n support
* fix: duplicate key warning in explore page
* fix: like songs number changed in library page
* fire: remove todo
* fix: same text search on enter will cause error
* fix: scrobble error params type
* feat: add config to resolve path alias.
* feat: use vue-i18n for language switch
* feat: add .editorconfig for ide
* fix: add no-referrer to avoid CROB
* fix: setCookie and fix typo
* feat: integrate vue-i18n
* feat: player component i18n support
* fix: duplicate key warning in explore page
* fix: like songs number changed in library page
* fire: remove todo
* fix: same text search on enter will cause error
* feat: add config to resolve path alias.
* feat: use vue-i18n for language switch
* feat: add .editorconfig for ide
* fix: add no-referrer to avoid CROB
* fix: setCookie and fix typo
* feat: integrate vue-i18n
* feat: player component i18n support
* fix: duplicate key warning in explore page
* fix: like songs number changed in library page
* feat: add config to resolve path alias.
* feat: use vue-i18n for language switch
* feat: add .editorconfig for ide
* fix: add no-referrer to avoid CROB
* fix: setCookie and fix typo
* feat: integrate vue-i18n
* feat: player component i18n support
* feat: add config to resolve path alias.
* feat: use vue-i18n for language switch
* feat: add .editorconfig for ide
* fix: add no-referrer to avoid CROB
* fix: setCookie and fix typo
* feat: integrate vue-i18n
* feat(utils/request): make configuring baseURL easier
* docs(config/request): update the corresponding changes
5bc29f9200327de1d8aa23ab383bbd7f115db7ee
* feat(utils/request): make the errors friendly
I replaced the ugly if-statement with Map, and
I also make the message user-friendly
since this project is written for users, not only for developers.
And also, I removed the useless "alert", it is useless and annoying for users.