mirror of
https://github.com/Wanxp/obsidian-douban.git
synced 2026-04-04 16:48:44 +08:00
update config description
This commit is contained in:
parent
7480d773ea
commit
eb25c5be2b
@ -8,7 +8,7 @@ parent: 如何使用
|
||||
## Cookie登录Douban
|
||||
此方式仅在Obsidian-Douban中点击`登录按钮`,弹窗后,扫码登录失败的用户
|
||||
### 操作
|
||||
1. 打开浏览器(此处以及后续默认为Chrome浏览器)
|
||||
1. 打开浏览器(此处默认为您使用的浏览器为Chrome或Chromium衍生浏览器)
|
||||
2. 访问[豆瓣网站](https://www.douban.com/)
|
||||
3. 在豆瓣网站中 登录豆瓣
|
||||
4. 再次访问`https://douban.com`
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"id": "obsidian-douban-plugin",
|
||||
"name": "Douban",
|
||||
"version": "2.0.2",
|
||||
"version": "2.0.3",
|
||||
"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",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "obsidian-douban-plugin",
|
||||
"version": "2.0.2",
|
||||
"version": "2.0.3",
|
||||
"description": "This is a plugin for Obsidian (https://obsidian.md) that can import data from Douban (https://www.douban.com/).",
|
||||
"main": "main.js",
|
||||
"scripts": {
|
||||
|
||||
@ -150,7 +150,7 @@ export function constructLoginSettingsUI(containerEl: HTMLElement, manager: Sett
|
||||
'a',
|
||||
{
|
||||
text: i18nHelper.getMessage('100139'),
|
||||
href: 'https://wiki.wanxuping.com/zh/obsidian-douban/setting/login/getCookie',
|
||||
href: 'https://obsidian-douban.wanxuping.com/20_howtouse_25_setting_login_douban_cookie.html',
|
||||
},
|
||||
(a) => {
|
||||
a.setAttr('target', '_blank');
|
||||
|
||||
@ -47,6 +47,7 @@
|
||||
"1.9.9": "0.12.0",
|
||||
"2.0.0": "0.12.0",
|
||||
"2.0.1": "0.12.0",
|
||||
"2.0.2": "0.12.0"
|
||||
"2.0.2": "0.12.0",
|
||||
"2.0.3": "0.12.0"
|
||||
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user