add new setting for {{scoreStar}} and {{myRatingStar}}

This commit is contained in:
HughWan 2023-12-29 23:37:52 +08:00
parent f2278b14d9
commit ba0f75be2a
2 changed files with 3 additions and 2 deletions

@ -1,7 +1,7 @@
{ {
"id": "obsidian-douban-plugin", "id": "obsidian-douban-plugin",
"name": "Douban", "name": "Douban",
"version": "2.0.0", "version": "2.0.1",
"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",

@ -45,6 +45,7 @@
"1.9.7": "0.12.0", "1.9.7": "0.12.0",
"1.9.8": "0.12.0", "1.9.8": "0.12.0",
"1.9.9": "0.12.0", "1.9.9": "0.12.0",
"2.0.0": "0.12.0" "2.0.0": "0.12.0",
"2.0.1": "0.12.0"
} }