fix(unblockMusic): the song information may fail to be fetched and reduce the request time

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.
This commit is contained in:
njzy 2020-12-04 00:16:18 +08:00
parent 02c4ee9fb2
commit 6fa6155817
5 changed files with 29 additions and 12 deletions

View file

@ -49,7 +49,7 @@ module.exports = {
pluginOptions: {
// electron-builder的配置文件
electronBuilder: {
externals: ["@nondanee/unblockneteasemusic"],
externals: ["@nondanee/unblockneteasemusic", "@njzy/unblockneteasemusic"],
builderOptions: {
productName: "YesPlayMusic",
copyright: "Copyright © YesPlayMusic",