摘要: ## 样式重置 > normalize.css ```bash npm install --save normalize.css ``` #### download https://necolas.github.io/normalize.css/latest/normalize.css > tail 阅读全文
posted @ 2021-12-09 17:16 走我们钓鱼去 阅读(21) 评论(0) 推荐(0) 编辑
摘要: 1. 设置打开时全屏 ```js const win = new BrowserWindow({ }) win.setFullScreen(true); ``` 2. 打包成免安装版软件 ```json 在打包命令后面添加:--dir ``` 阅读全文
posted @ 2021-12-09 17:15 走我们钓鱼去 阅读(134) 评论(0) 推荐(0) 编辑