Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: robbinhan/bob-anki
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.0.3
Choose a base ref
...
head repository: robbinhan/bob-anki
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 3 commits
  • 2 files changed
  • 3 contributors

Commits on Feb 6, 2023

  1. chore: 更新版本文件

    robbinhan committed Feb 6, 2023
    Copy the full SHA
    474b9ad View commit details
  2. update readme

    bin.han committed Feb 6, 2023
    Copy the full SHA
    ad0c488 View commit details
  3. Update README.md

    robbinhan authored Feb 6, 2023
    Copy the full SHA
    5a37c5d View commit details
Showing with 9 additions and 2 deletions.
  1. +8 −1 README.md
  2. +1 −1 src/appcast.json
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -10,4 +10,11 @@

1. 安装 [Bob](https://ripperhe.gitee.io/bob/#/general/quickstart/install) (version >= 0.50)
2. 下载插件: [anki](https://github.com/robbinhan/anki/releases)
3. 插件安装: [Bob 插件安装文档说明](https://ripperhe.gitee.io/bob/#/general/quickstart/plugin?id=%e5%ae%89%e8%a3%85%e6%8f%92%e4%bb%b6)
3. 插件安装: [Bob 插件安装文档说明](https://ripperhe.gitee.io/bob/#/general/quickstart/plugin?id=%e5%ae%89%e8%a3%85%e6%8f%92%e4%bb%b6)

## 使用
1. 打开anki,并安装[AnkiConnect](https://ankiweb.net/shared/info/2055492159)插件
2. Anki中必须有一个牌组叫 Default,有一个模板叫Basic,不然就会添加错误。
3. 使用Bob取词,单词就会存入anki中并带有bob标签

感谢 [#5](https://github.com/robbinhan/bob-anki/issues/5)
2 changes: 1 addition & 1 deletion src/appcast.json
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@
{
"version": "0.0.3",
"desc": "https://github.com/robbinhan/anki/blob/master/CHANGELOG.md",
"sha256": "488ac0c4d868586ddda371e86068c1109f714433dd4b55d75c631ede11a46170",
"sha256": "3ecaad2e2989a570a10d703acdfa7ac9984adf5419c323765de84af98f02bcb7",
"url": "https://github.com/robbinhan/anki/releases/download/v0.0.3/anki-v0.0.3.bobplugin",
"minBobVersion": "0.5.0"
},