mirror of
https://github.com/GiriNeko/YesPlayMusic.git
synced 2025-12-16 05:08:04 +00:00
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:
parent
02c4ee9fb2
commit
6fa6155817
5 changed files with 29 additions and 12 deletions
|
|
@ -49,7 +49,7 @@ module.exports = {
|
|||
pluginOptions: {
|
||||
// electron-builder的配置文件
|
||||
electronBuilder: {
|
||||
externals: ["@nondanee/unblockneteasemusic"],
|
||||
externals: ["@nondanee/unblockneteasemusic", "@njzy/unblockneteasemusic"],
|
||||
builderOptions: {
|
||||
productName: "YesPlayMusic",
|
||||
copyright: "Copyright © YesPlayMusic",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue