mirror of
https://github.com/Wanxp/obsidian-douban.git
synced 2026-04-04 08:38:41 +08:00
450 B
450 B
| title | layout | nav_order |
|---|---|---|
| 开发 | default | 700 |
如何开发调试
- 进入你的Obsidian测试文档文件夹下的
/.obsidian/plugins/ - 克隆代码
git clone git@github.com:Wanxp/obsidian-douban.git - 进入代码文件夹
cd obsidian-douban - install
npm install - 构建
npm run build - 运行
npm run dev - 进入Obsidian插件中心重新加载当前插件
- 享受开发吧