fix(themeEditor): should allow all roles to use (#2538)

This commit is contained in:
被雨水过滤的空气-Rain 2023-08-26 12:07:59 +08:00 committed by GitHub
parent 643594abad
commit d1f4f0d29a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,6 +28,7 @@ export class ThemeEditorPlugin extends Plugin {
},
],
});
this.app.acl.allow('themeConfig', '*');
}
async install(options?: InstallOptions) {