We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
问题: CSS的background url无法正确引入
出现场景: mainWindow.loadURL(`file://${__dirname}/client/index.html`);
mainWindow.loadURL(`file://${__dirname}/client/index.html`);
效果如下:
临时解决: 采取 electron/issues/4612 中的方法。