mirror of
https://gitee.com/dromara/electron-egg.git
synced 2026-05-14 19:52:10 +08:00
example addon
This commit is contained in:
@@ -175,13 +175,13 @@ module.exports = (appInfo) => {
|
||||
/**
|
||||
* 插件功能
|
||||
* window 官方内置插件
|
||||
* test demo插件
|
||||
* example demo插件
|
||||
*/
|
||||
config.addons = {
|
||||
window: {
|
||||
enable: true,
|
||||
},
|
||||
test: {
|
||||
example: {
|
||||
enable: true,
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user