upgrade to v1.7.0

This commit is contained in:
wanxp 2022-11-20 02:30:17 +08:00
parent 80873784fc
commit fe111276e9
5 changed files with 21 additions and 17 deletions

@ -19,8 +19,8 @@
</a> </a>
</p> </p>
Import _Movie, Book, Music, Teleplay, Note, Game_ even _Your Personal Comment_ from Douban in [Obsidian](https://obsidian.md/) Import _Movie, Book, Music, Teleplay, Note, Game_ even _Your Personal Movie/Book/Music_ from Douban in [Obsidian](https://obsidian.md/)
在[Obsidian](https://obsidian.md/)使用并导入豆瓣中的 _电影/书籍/音乐/电视剧/日记/游戏_ 甚至是 _你个人的评语_ , 包含评分/发布日期/演员表等信息. 在[Obsidian](https://obsidian.md/)使用并导入豆瓣中的 _电影/书籍/音乐/电视剧/日记/游戏_ 甚至是 _你标记过的书影音_ , 包含你的评分/发布日期/演员表等信息.
![background](./doc/background.png) ![background](./doc/background.png)
--- If you want some features or have any questions about this plugin, create issues or join the development is welcome. --- If you want some features or have any questions about this plugin, create issues or join the development is welcome.
@ -30,16 +30,19 @@ Import _Movie, Book, Music, Teleplay, Note, Game_ even _Your Personal Comment_ f
- [Development Roadmap](https://github.com/users/Wanxp/projects/1) - [Development Roadmap](https://github.com/users/Wanxp/projects/1)
## Target/功能 ## Target/功能
- [x] Import Movie/导入电影 - [ ] Sync Personal Movie/同步个人看过的电影
- [x] Import Teleplay/导入电视剧 - [ ] Sync Personal Book/同步个人阅读过的书籍
- [x] Import Book/导入书籍 - [ ] Sync Personal Music/同步个人听过的音乐
- [x] Import Music/导入音乐 - [ ] Import Movie/导入电影
- [x] Import Note/导入日记 - [ ] Import Teleplay/导入电视剧
- [x] Import Game/导入游戏 - [ ] Import Book/导入书籍
- [x] Personal Comment/导入个人的评论,评论时间,阅读状态,个人评分 - [ ] Import Music/导入音乐
- [x] Attachment Files/支持保存封面至本地 - [ ] Import Note/导入日记
- [x] Custom Variables/支持自定义参数 - [ ] Import Game/导入游戏
- [ ] Broadcast/广播 - [ ] Personal Comment/导入个人的评论,评论时间,阅读状态,个人评分
- [ ] Attachment Files/支持保存封面至本地
- [ ] Custom Variables/支持自定义参数
- [x] Broadcast/广播
## Support Field/支持的字段 ## Support Field/支持的字段

@ -1,7 +1,7 @@
{ {
"id": "obsidian-douban-plugin", "id": "obsidian-douban-plugin",
"name": "Douban", "name": "Douban",
"version": "v1.6.3", "version": "v1.7.0",
"minAppVersion": "0.12.0", "minAppVersion": "0.12.0",
"description": "This is a plugin that can import movies/books/musics/notes/games info data from Douban for Obsidian .", "description": "This is a plugin that can import movies/books/musics/notes/games info data from Douban for Obsidian .",
"author": "Wanxp", "author": "Wanxp",

@ -1,6 +1,6 @@
{ {
"name": "obsidian-douban-plugin", "name": "obsidian-douban-plugin",
"version": "v1.6.3", "version": "v1.7.7",
"description": "This is a plugin for Obsidian (https://obsidian.md) that can import data from Douban (https://www.douban.com/).", "description": "This is a plugin for Obsidian (https://obsidian.md) that can import data from Douban (https://www.douban.com/).",
"main": "main.js", "main": "main.js",
"scripts": { "scripts": {

@ -16,7 +16,7 @@ export default {
'110008': `已经存在同步任务: {0}-{1} 结束之后再重试`, '110008': `已经存在同步任务: {0}-{1} 结束之后再重试`,
'500002': `同步状态`, '500002': `同步状态`,
'110030': `类型:`, '110030': `类型:`,
'110031': `替换已有:`, '110031': `替换同名文档:`,
'110032': `范围:`, '110032': `范围:`,
'110033': `进度:`, '110033': `进度:`,
'110034': `输出文件夹:`, '110034': `输出文件夹:`,
@ -444,7 +444,7 @@ export default {
'500704': `看过`, '500704': `看过`,
'500004': `所有`, '500004': `所有`,
'500110': `强制更新所有, 如果未启用则只增量更新新增的部分`, '500110': `开启后,同步时若遇到同名文档则会覆盖`,

@ -14,5 +14,6 @@
"v1.6.0": "0.12.0", "v1.6.0": "0.12.0",
"v1.6.1": "0.12.0", "v1.6.1": "0.12.0",
"v1.6.2": "0.12.0", "v1.6.2": "0.12.0",
"v1.6.3": "0.12.0" "v1.6.3": "0.12.0",
"v1.7.0": "0.12.0"
} }