硬件加速开关为对象

This commit is contained in:
gsx
2022-05-23 14:49:21 +08:00
parent 308ee12305
commit f12f5b0a20
2 changed files with 4 additions and 2 deletions

View File

@@ -106,7 +106,9 @@ module.exports = (appInfo) => {
/**
* 硬件加速
*/
config.hardGpu = false;
config.hardGpu = {
enable: false
};
/* 应用自动升级 (可选) */
config.autoUpdate = {