Answers
这个字应该在
package.json
中的
window.title
字段设置,如:
{
"name": "kuang",
"main": "index.html",
"description": "information",
"author": "xxx.xxx",
"version": "1.2.3",
"window": {
"title": "kuang",
"frame": true,
"position": "center",
"as_desktop": true
}
}
确定只是在
win8
下没出现,还是你忘写了?
Hasen
answered 10 years, 7 months ago