我更改了我的应用程序图标,但由于某种原因我无法更新图标(目前有一个电子图标)。
我使用的相关模块:
"electron-builder": "5.7.0",
"electron-prebuilt": "^ 1.4.13"
Run Code Online (Sandbox Code Playgroud)
我的package.json:
"build": {
"appId": "com.siemens.dmv",
"asar": true,
"win": {
"target": "squirrel",
"icon": "./build/icon.ico",
"title": "DigitalManufacturingViewer",
"msi": true,
"IconUrl": "data: image / png; base64,
AAABAyUAJSshACMLBAAeJRAAAw0VAAYPEQAFJzsAE // (long string)
}
Run Code Online (Sandbox Code Playgroud)
我尝试了几个命令都没有成功,有谁知道我必须运行什么命令?
我希望你今天过得愉快!我正在尝试将新的 Google 网站嵌入到另一个网页中。我正在尝试使用 iframe 嵌入 Google 网站,但它不起作用。
代码行:
<iframe width="1280" height="720" src="https://sites.google.com/view/dm-viewer-samples" frameborder="0" scrolling="yes"></iframe>
Run Code Online (Sandbox Code Playgroud)
控制台错误:
拒绝在框架中显示“ https://accounts.google.com/ServiceLogin?passive=1209600&continue=https://sites.google.com/s/1qcUAedTDdwcpfVAuSclwMF0K0bM2o2Lq/edit?userId%3D0 ”,因为它设置了“X-Frame” -选项'到'拒绝'。