mirror of
https://github.com/Wanxp/obsidian-douban.git
synced 2026-04-05 01:28:46 +08:00
Merge remote-tracking branch 'origin/master'
# Conflicts: # package.json # src/org/wanxp/utils/HttpUtil.ts
This commit is contained in:
commit
9ccb10c5d4
@ -164,11 +164,13 @@ export default class DoubanPlugin extends Plugin {
|
|||||||
}
|
}
|
||||||
|
|
||||||
async onload() {
|
async onload() {
|
||||||
|
console.log("----douban-plugins-load------")
|
||||||
await this.loadSettings();
|
await this.loadSettings();
|
||||||
if (this.settings.statusBar) {
|
if (this.settings.statusBar) {
|
||||||
this.doubanStatusBar = this.addStatusBarItem();
|
this.doubanStatusBar = this.addStatusBarItem();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
this.addCommand({
|
this.addCommand({
|
||||||
id: "searcher-douban-import-and-create-file",
|
id: "searcher-douban-import-and-create-file",
|
||||||
name: i18nHelper.getMessage("110101"),
|
name: i18nHelper.getMessage("110101"),
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user