mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-22 09:30:14 +01:00
This commit is contained in:
parent
65920afeeb
commit
4c7a01a911
6 changed files with 8 additions and 3 deletions
|
|
@ -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
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue