From fe111276e95a55210e2fe4e86f3d11620ec2842c Mon Sep 17 00:00:00 2001 From: wanxp <977741432@qq.com> Date: Sun, 20 Nov 2022 02:30:17 +0800 Subject: [PATCH] upgrade to v1.7.0 --- README.md | 27 +++++++++++++++------------ manifest.json | 2 +- package.json | 2 +- src/org/wanxp/lang/locale/zh-cn.ts | 4 ++-- versions.json | 3 ++- 5 files changed, 21 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index 1bbe2a3..0736fb9 100644 --- a/README.md +++ b/README.md @@ -19,8 +19,8 @@

-Import _Movie, Book, Music, Teleplay, Note, Game_ even _Your Personal Comment_ from Douban in [Obsidian](https://obsidian.md/) -在[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/)使用并导入豆瓣中的 _电影/书籍/音乐/电视剧/日记/游戏_ 甚至是 _你标记过的书影音_ , 包含你的评分/发布日期/演员表等信息. ![background](./doc/background.png) --- 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) ## Target/功能 -- [x] Import Movie/导入电影 -- [x] Import Teleplay/导入电视剧 -- [x] Import Book/导入书籍 -- [x] Import Music/导入音乐 -- [x] Import Note/导入日记 -- [x] Import Game/导入游戏 -- [x] Personal Comment/导入个人的评论,评论时间,阅读状态,个人评分 -- [x] Attachment Files/支持保存封面至本地 -- [x] Custom Variables/支持自定义参数 -- [ ] Broadcast/广播 +- [ ] Sync Personal Movie/同步个人看过的电影 +- [ ] Sync Personal Book/同步个人阅读过的书籍 +- [ ] Sync Personal Music/同步个人听过的音乐 +- [ ] Import Movie/导入电影 +- [ ] Import Teleplay/导入电视剧 +- [ ] Import Book/导入书籍 +- [ ] Import Music/导入音乐 +- [ ] Import Note/导入日记 +- [ ] Import Game/导入游戏 +- [ ] Personal Comment/导入个人的评论,评论时间,阅读状态,个人评分 +- [ ] Attachment Files/支持保存封面至本地 +- [ ] Custom Variables/支持自定义参数 +- [x] Broadcast/广播 ## Support Field/支持的字段 diff --git a/manifest.json b/manifest.json index 6603539..2498e2a 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-douban-plugin", "name": "Douban", - "version": "v1.6.3", + "version": "v1.7.0", "minAppVersion": "0.12.0", "description": "This is a plugin that can import movies/books/musics/notes/games info data from Douban for Obsidian .", "author": "Wanxp", diff --git a/package.json b/package.json index cef7764..bb99c97 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "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/).", "main": "main.js", "scripts": { diff --git a/src/org/wanxp/lang/locale/zh-cn.ts b/src/org/wanxp/lang/locale/zh-cn.ts index d8bcac7..c9f9845 100644 --- a/src/org/wanxp/lang/locale/zh-cn.ts +++ b/src/org/wanxp/lang/locale/zh-cn.ts @@ -16,7 +16,7 @@ export default { '110008': `已经存在同步任务: {0}-{1}, 结束之后再重试`, '500002': `同步状态`, '110030': `类型:`, - '110031': `替换已有:`, + '110031': `替换同名文档:`, '110032': `范围:`, '110033': `进度:`, '110034': `输出文件夹:`, @@ -444,7 +444,7 @@ export default { '500704': `看过`, '500004': `所有`, - '500110': `强制更新所有, 如果未启用则只增量更新新增的部分`, + '500110': `开启后,同步时若遇到同名文档则会覆盖`, diff --git a/versions.json b/versions.json index 67f2b68..8ca94aa 100644 --- a/versions.json +++ b/versions.json @@ -14,5 +14,6 @@ "v1.6.0": "0.12.0", "v1.6.1": "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" }