From 405f6baceb2ce04f52baa33ceabc7b91ece18a0e Mon Sep 17 00:00:00 2001 From: jackeyGao Date: Fri, 21 Dec 2018 15:51:53 +0800 Subject: [PATCH] doc: add contributors svg --- README.md | 7 ++++++- test_poetry.py | 2 ++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a696daf..3caab0c 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,12 @@ ## 贡献&讨论 -提交issue来优化完善此数据库, 你也可以联系我的邮箱 gaojunqi@outlook.com +

+Contributors +

+ + +提交PR或者通过issue讨论来优化完善此数据库, 你也可以联系我的邮箱 gaojunqi@outlook.com 创建和维护`chinese-poetry`需要花费很多的时间和资源. 如果此数据库对您有很大的帮助, 请酌情考虑[打赏作者](https://jackeygao.io/donation.html). diff --git a/test_poetry.py b/test_poetry.py index c2f85f1..0ab9949 100644 --- a/test_poetry.py +++ b/test_poetry.py @@ -37,3 +37,5 @@ test_lunyu = functools.partial(__check_path__, './lunyu') test_huajianji = functools.partial(__check_path__, u'./wudai/花间集/') test_nantang2 = functools.partial(__check_path__, u'./wudai/南唐二主词/') + +test_nantang2 = functools.partial(__check_path__, u'./youmengying/')