Skip to content

Commit

Permalink
fix: 修复WordPress初始化错误的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
terwer committed Aug 6, 2023
1 parent c6b36dc commit 2aa08ba
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"zhi-github-middleware": "^0.1.6",
"zhi-lib-base": "^0.4.4",
"zhi-notion-markdown": "^0.1.1",
"zhi-siyuan-api": "^1.29.14",
"zhi-siyuan-api": "^2.0.0",
"zhi-xmlrpc-middleware": "^0.4.4"
}
}
8 changes: 4 additions & 4 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ export class MetaweblogConfig extends BlogConfig {
this.blogName = ""
this.posidKey = ""
this.previewUrl = ""
this.pageType = PageTypeEnum.Markdown
this.pageType = PageTypeEnum.Html
this.placeholder = new MetaweblogPlaceholder()
this.middlewareUrl = middlewareUrl
}
Expand Down

0 comments on commit 2aa08ba

Please sign in to comment.