mirror of
https://github.com/yeban8090/book-smith.git
synced 2026-07-22 05:46:23 +00:00
修复打包错误
This commit is contained in:
parent
af3c0a6cd5
commit
ccb950d153
1 changed files with 1 additions and 1 deletions
|
|
@ -76,8 +76,8 @@ export default class BookSmithPlugin extends Plugin {
|
|||
this.settings = Object.assign({}, DEFAULT_SETTINGS, await this.loadData());
|
||||
this.bookManager = new BookManager(this.app, this.settings);
|
||||
this.templateManager = new TemplateManager(this.settings);
|
||||
this.imgTemplateManager = new ImgTemplateManager(this.app, this.settings);
|
||||
this.themeManager = new ThemeManager(this.app, this.settings);
|
||||
this.imgTemplateManager = new ImgTemplateManager(this.app, this.themeManager);
|
||||
}
|
||||
|
||||
async saveSettings() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue