example addon

This commit is contained in:
gsx
2022-11-25 09:40:25 +08:00
parent 6852fc4b65
commit 5fc5e75852
3 changed files with 8 additions and 8 deletions

View File

@@ -175,13 +175,13 @@ module.exports = (appInfo) => {
/**
* 插件功能
* window 官方内置插件
* test demo插件
* example demo插件
*/
config.addons = {
window: {
enable: true,
},
test: {
example: {
enable: true,
}
};