This commit is contained in:
Vanessa 2023-06-30 10:44:33 +08:00
parent 65920afeeb
commit 4c7a01a911
6 changed files with 8 additions and 3 deletions

View file

@ -54,6 +54,7 @@ const loadPluginJS = async (app: App, item: IPluginData) => {
}
const plugin = new pluginClass({
app,
displayName: item.displayName,
name: item.name,
i18n: item.i18n
});