From 823d24e92becd2b13114fa5428ace99f9c3bc220 Mon Sep 17 00:00:00 2001 From: megachweng Date: Mon, 22 Jul 2019 11:24:11 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E8=8B=B1=E8=8B=B1=E6=B3=A8?= =?UTF-8?q?=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 3 ++- addon/constants.py | 2 +- anki_addon_page.tpl | 4 ++++ 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index d20b223..74dc863 100644 --- a/.gitignore +++ b/.gitignore @@ -4,4 +4,5 @@ meta.json __pycache__ .pytest_cache *.log -*.zip \ No newline at end of file +*.zip +venv \ No newline at end of file diff --git a/addon/constants.py b/addon/constants.py index 25dd30f..15d91d0 100644 --- a/addon/constants.py +++ b/addon/constants.py @@ -1,4 +1,4 @@ -VERSION = 'v6.0.1' +VERSION = 'v6.0.2' RELEASE_URL = 'https://github.com/megachweng/Dict2Anki' VERSION_CHECK_API = 'https://api.github.com/repos/megachweng/Dict2Anki/releases/latest' MODEL_NAME = f'Dict2Anki-{VERSION}' diff --git a/anki_addon_page.tpl b/anki_addon_page.tpl index 2227ab0..0c57503 100644 --- a/anki_addon_page.tpl +++ b/anki_addon_page.tpl @@ -2,6 +2,10 @@ Dict2Anki 是一款方便有道词典欧陆词典用户同步生成单词本卡片至Anki的插件 Change Logs: +v6.0.2: + 添加英英注释 THX to deluser8 +v6.0.1: + 修复菜单栏不雅词汇 v6.0.0: 导入指定单词分组 添加必应(bing)词典查询API