We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
d2ffa42
fix: 修复打包后 server/ 子目录文件缺失导致启动报错
build.files 遗漏了 server/**/*,导致 server/utils.js、server/qqmusic.js、server/weather.js、server/podcast.js 未被包含进 asar,app 启动时 require 失败。