1 Star 0 Fork 11

wenfengSAT/electron-feishu

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
vue.config.js 747 Bytes
一键复制 编辑 原始数据 按行查看 历史
张德龙 提交于 2023-04-05 21:08 +08:00 . 初始化项目
const {defineConfig} = require("@vue/cli-service");
module.exports = defineConfig({
transpileDependencies: true,
pluginOptions: {
electronBuilder: {
nodeIntegration: true,
builderOptions: {
productName: "飞书",
copyright: "Copyright © 2022 张德龙 All Rights Reserved",
nsis: {
allowToChangeInstallationDirectory: true,
oneClick: false
},
win: {
icon: "./public/favicon.ico"
},
mac: {
icon: "./public/favicon.ico",
darkModeSupport: true
}
}
}
}
});
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
NodeJS
1
https://gitee.com/wenfengSAT/electron-feishu.git
[email protected]:wenfengSAT/electron-feishu.git
wenfengSAT
electron-feishu
electron-feishu
master

搜索帮助