Skip to content
This repository has been archived by the owner on May 28, 2024. It is now read-only.

Commit

Permalink
bump version 6.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
megachweng committed Feb 23, 2021
1 parent 962cb3e commit 7a7761c
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ deploy:

- provider: releases
api-key:
secure: fU2ULUqlFW9fM+MpJcQITlYUvIN70+77q6eJiFdrHY78BO39yqj5S9Hw7gdr7fCjdqH3JTqM0D1pkpS1w/8XyktEIVhmbucj8D08rN9T7yhx/2uouobuO5pVhL52Qu5Dwce2koku8xOXrHWQiRAO3dBa65aziW8JwTJCCiD+1b6m1iI6KMo9BAevY9nYAbMHR7S0wv8u+IH9ASUebQzQZo2iPg+ZuwY1YicNE1VHg+C88HhQrBWcv/rQBltWec289EV6yVkO043Mc0MZ7k9+75OdmcEAH4+xFA6WAShD4SNLMDvszg3VRIMW3+lFcPZGJcgNnAYcUWUNJ/jRgHe+9QBvqK+5z2ZRPpyXPtuD8YoMb/MHcYM2n095BkkrPD2RExyywGahNJJ5sm4rwihyf6RIvh6k3EZqnfC1Njx+2dODhpZ0F+iW2skbVYKVOegjVLxmNlBSH3ishH+AW9rkVgvQAnZ3y7p805tr14nd6UooxemY+rSmC9NVyeis3A1b76oKe3gwqvZYiJhsOrcoMtUlatVFQabj16hBZuttJcyQ1m+9hWxKjCnRW72OnAX3tF0P+j6xDpFdzeceHJmvKxh9u4KHuqCrWRr9VCXaS/2MkSx59rHhOgrxJZcX5xl6uJHEwBhJEyXlN6QghMser6TKQ58zX4wOH1bgcSk3jdc=
secure: dRGQfrEcQJyhKjk7LNv4HHFvUPQWsHDuaAp1oqs0LuxjSz0Mb3LcbMJzEdqqNcnL1DN777Vm82Fwy5zxI23xPVgUdmwlkxualV/gC6mzIBlUHk5CHzV1Rx2uczWWyglRiGKHyOoL6JDIk7FULuPyKUT75uTC5GRS3K1q7u07lsXu8pr9P7+Esv0YuR59cQtMEZ93aiIXnRFoFMqZ5h2hHaifd6GYfn6ojOqJKXOTRbC8sCOx6ZGTB34ZJ9jNPD7fnQjpsh+WyErrW8f9TXwN2eDLUDFpgy54gPx15GzmmbTFZ+zX1YtpPQbtS0YAIAWJZl0WuZ9o2XNUgpVZfWJ7Gy/vLbFn7ZBQZs+vVpp8OiDAgwaq2GciQZhBs/noXe8whRT2v753j0YoaMLcx59viJHfRdMTgGnqeavS5lxzSM5g1oSenRfatDg2bs/FGX1UVpjeY6wOrTt46W6O79nP3YTZmWmRO25TEbPJ3SH8uDj3ofLOcnUngnEeCTfiLED8CIDEY0B/WUyb8KJ5EGrZQHhodGse/YCXNafkviiVNsoNqWgWhWtGhW/AuIeiGUw2KlwQppigyK/162tzYWy5+xvOLqQXPiFbZWMJSHDaxusvoIE5J8CK8tKzXNa3+QCoYnLyQSF2B/P9KepuBzn47VBL25NJAwoMedKprCt1SbY=
file_glob: true
file: Dict2Anki-*.zip
skip_cleanup: false
Expand Down
7 changes: 7 additions & 0 deletions anki_addon_page.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
<strong>Dict2Anki</strong> 是一款方便<a href="http://cidian.youdao.com/multi.html" rel="nofollow">有道词典</a>、<a href="https://www.eudic.net/" rel="nofollow">欧陆词典</a>用户同步生成单词本卡片至<a href="https://apps.ankiweb.net/#download" rel="nofollow">Anki</a>的插件

<strong>Change Logs</strong>:
<strong>v6.1.4</strong>:
修复Anki 2.1.4版本同步失败的问题 THX to <a href="https://github.com/megachweng/Dict2Anki/pull/92">@YLongo</a>
修复Anki 2.1.4版本首次同步默认到Default Deck的问题
<strong>v6.1.3</strong>:
修复欧陆字典无法登录的问题 THX to <a href="https://github.com/megachweng/Dict2Anki/pull/84" rel="nofollow">@cythb</a>
<strong>v6.1.2</strong>
修复有道单词本分组获取失败的问题
<strong>v6.1.1</strong>:
添加欧陆词典查询API THX to <a href="https://github.com/megachweng/Dict2Anki/pull/73" rel="nofollow">wd</a>
<strong>v6.1.0</strong>:
Expand Down
8 changes: 3 additions & 5 deletions deploy.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
def create_zip():
file_paths = []
exclude_dirs = ['test', '__pycache__', '.git', '.idea', '.pytest_cache', 'screenshots', 'venv']
exclude_files = ['README.md', '.gitignore', '.travis.yml', 'deploy.py', 'requirements.txt', '.DS_Store','meta.json']
exclude_files = ['README.md', '.gitignore', '.travis.yml', 'deploy.py', 'requirements.txt', '.DS_Store',
'meta.json']
exclude_ext = ['.png', '.ui', '.qrc', '.log', '.zip', '.tpl']
for dirname, sub_dirs, files in os.walk("."):
for d in exclude_dirs:
Expand Down Expand Up @@ -71,7 +72,4 @@ def main():


if __name__ == '__main__':
if main():
exit(0)
else:
exit(1)
main()

0 comments on commit 7a7761c

Please sign in to comment.