├── .github └── ISSUE_TEMPLATE │ ├── bug_report.yml │ └── feature_request.yml ├── .gitignore ├── Dict ├── README.md ├── book │ ├── 1521164624473_IELTSluan_2.zip │ ├── 1521164625401_Level4luan_2.zip │ ├── 1521164626760_BEC_2.zip │ ├── 1521164629184_PEPGaoZhong_6.zip │ ├── 1521164629611_GMATluan_2.zip │ ├── 1521164630387_Level4luan_1.zip │ ├── 1521164632445_PEPXiaoXue6_2.zip │ ├── 1521164633851_CET6_3.zip │ ├── 1521164634796_PEPGaoZhong_10.zip │ ├── 1521164635290_Level8_1.zip │ ├── 1521164635506_CET4_2.zip │ ├── 1521164636496_SAT_3.zip │ ├── 1521164637271_GRE_2.zip │ ├── 1521164639915_PEPGaoZhong_11.zip │ ├── 1521164640451_TOEFL_2.zip │ ├── 1521164643060_CET4_3.zip │ ├── 1521164647417_Level4_1.zip │ ├── 1521164647926_ChuZhong_2.zip │ ├── 1521164648940_PEPGaoZhong_7.zip │ ├── 1521164649209_CET4_1.zip │ ├── 1521164649506_BEC_3.zip │ ├── 1521164650006_Level8luan_2.zip │ ├── 1521164652700_ChuZhong_3.zip │ ├── 1521164653685_Level4_2.zip │ ├── 1521164654696_KaoYan_2.zip │ ├── 1521164656604_PEPXiaoXue3_2.zip │ ├── 1521164657147_PEPGaoZhong_5.zip │ ├── 1521164657462_PEPGaoZhong_4.zip │ ├── 1521164657744_IELTS_2.zip │ ├── 1521164658897_KaoYan_3.zip │ ├── 1521164660466_CET6luan_1.zip │ ├── 1521164661106_KaoYanluan_1.zip │ ├── 1521164661774_PEPXiaoXue3_1.zip │ ├── 1521164662073_GMAT_2.zip │ ├── 1521164663086_PEPXiaoXue4_2.zip │ ├── 1521164663794_Level8_2.zip │ ├── 1521164666266_PEPGaoZhong_8.zip │ ├── 1521164666522_PEPChuZhong8_2.zip │ ├── 1521164666922_IELTS_3.zip │ ├── 1521164667985_TOEFL_3.zip │ ├── 1521164668667_CET6_1.zip │ ├── 1521164669076_ChuZhongluan_2.zip │ ├── 1521164669833_KaoYan_1.zip │ ├── 1521164670293_PEPGaoZhong_9.zip │ ├── 1521164670910_SAT_2.zip │ ├── 1521164672691_GMAT_3.zip │ ├── 1521164673602_GaoZhongluan_2.zip │ ├── 1521164674793_PEPGaoZhong_1.zip │ ├── 1521164675301_GaoZhong_2.zip │ ├── 1521164676690_PEPGaoZhong_3.zip │ ├── 1521164677043_PEPChuZhong7_2.zip │ ├── 1521164677447_PEPXiaoXue4_1.zip │ ├── 1521164677706_GRE_3.zip │ ├── 1521164678610_PEPGaoZhong_2.zip │ ├── 1521164679263_GaoZhong_3.zip │ ├── 1523620217431_CET4luan_1.zip │ ├── 1524052539052_CET4luan_2.zip │ ├── 1524052554766_CET6_2.zip │ ├── 1530101067588_PEPChuZhong7_1.zip │ ├── 1530101070747_PEPChuZhong8_1.zip │ ├── 1530101073491_PEPXiaoXue5_2.zip │ ├── 1530101075331_PEPXiaoXue6_1.zip │ ├── 1530101078234_PEPChuZhong9_1.zip │ ├── 1530101080610_PEPXiaoXue5_1.zip │ ├── 1530101082895_BeiShiGaoZhong_7.zip │ ├── 1530101085958_BeiShiGaoZhong_2.zip │ ├── 1530101089143_BeiShiGaoZhong_3.zip │ ├── reciteWord_1545032493536_WaiYanSheChuZhong_2.zip │ ├── reciteWord_1545032532744_WaiYanSheChuZhong_3.zip │ ├── reciteWord_1545032533243_WaiYanSheChuZhong_1.zip │ ├── reciteWord_1545032533455_WaiYanSheChuZhong_4.zip │ ├── reciteWord_1545032533808_WaiYanSheChuZhong_5.zip │ ├── reciteWord_1545032534071_WaiYanSheChuZhong_6.zip │ ├── reciteWord_BeiShiGaoZhong_1.zip │ ├── reciteWord_BeiShiGaoZhong_10.zip │ ├── reciteWord_BeiShiGaoZhong_11.zip │ ├── reciteWord_BeiShiGaoZhong_4.zip │ ├── reciteWord_BeiShiGaoZhong_5.zip │ ├── reciteWord_BeiShiGaoZhong_6.zip │ ├── reciteWord_BeiShiGaoZhong_8.zip │ └── reciteWord_BeiShiGaoZhong_9.zip └── 已整理词库 │ ├── CET4luan_1.json │ └── KaoYan_3.json ├── LICENSE ├── MANIFEST.in ├── README.md ├── fix_keys.py ├── img ├── example1.png ├── example2.png └── example3.png ├── local_test ├── Kaoyan.json ├── __init__.py ├── get_word.py ├── read_user.py ├── student.json ├── turn_json.py └── write_user.py ├── nonebot_plugin_wordsnorote ├── Kaoyan.json ├── __init__.py ├── get_word.py ├── read_user.py └── write_user.py ├── setup.py └── turn_json.py /.github/ISSUE_TEMPLATE/bug_report.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GC-ZF/nonebot_plugin_wordsnorote/HEAD/.github/ISSUE_TEMPLATE/bug_report.yml -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/feature_request.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GC-ZF/nonebot_plugin_wordsnorote/HEAD/.github/ISSUE_TEMPLATE/feature_request.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GC-ZF/nonebot_plugin_wordsnorote/HEAD/.gitignore -------------------------------------------------------------------------------- /Dict/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GC-ZF/nonebot_plugin_wordsnorote/HEAD/Dict/README.md -------------------------------------------------------------------------------- /Dict/book/1521164624473_IELTSluan_2.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GC-ZF/nonebot_plugin_wordsnorote/HEAD/Dict/book/1521164624473_IELTSluan_2.zip -------------------------------------------------------------------------------- /Dict/book/1521164625401_Level4luan_2.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GC-ZF/nonebot_plugin_wordsnorote/HEAD/Dict/book/1521164625401_Level4luan_2.zip -------------------------------------------------------------------------------- /Dict/book/1521164626760_BEC_2.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GC-ZF/nonebot_plugin_wordsnorote/HEAD/Dict/book/1521164626760_BEC_2.zip -------------------------------------------------------------------------------- /Dict/book/1521164629184_PEPGaoZhong_6.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GC-ZF/nonebot_plugin_wordsnorote/HEAD/Dict/book/1521164629184_PEPGaoZhong_6.zip -------------------------------------------------------------------------------- /Dict/book/1521164629611_GMATluan_2.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GC-ZF/nonebot_plugin_wordsnorote/HEAD/Dict/book/1521164629611_GMATluan_2.zip -------------------------------------------------------------------------------- /Dict/book/1521164630387_Level4luan_1.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GC-ZF/nonebot_plugin_wordsnorote/HEAD/Dict/book/1521164630387_Level4luan_1.zip -------------------------------------------------------------------------------- /Dict/book/1521164632445_PEPXiaoXue6_2.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GC-ZF/nonebot_plugin_wordsnorote/HEAD/Dict/book/1521164632445_PEPXiaoXue6_2.zip -------------------------------------------------------------------------------- /Dict/book/1521164633851_CET6_3.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GC-ZF/nonebot_plugin_wordsnorote/HEAD/Dict/book/1521164633851_CET6_3.zip -------------------------------------------------------------------------------- /Dict/book/1521164634796_PEPGaoZhong_10.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GC-ZF/nonebot_plugin_wordsnorote/HEAD/Dict/book/1521164634796_PEPGaoZhong_10.zip -------------------------------------------------------------------------------- /Dict/book/1521164635290_Level8_1.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GC-ZF/nonebot_plugin_wordsnorote/HEAD/Dict/book/1521164635290_Level8_1.zip -------------------------------------------------------------------------------- /Dict/book/1521164635506_CET4_2.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GC-ZF/nonebot_plugin_wordsnorote/HEAD/Dict/book/1521164635506_CET4_2.zip -------------------------------------------------------------------------------- /Dict/book/1521164636496_SAT_3.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GC-ZF/nonebot_plugin_wordsnorote/HEAD/Dict/book/1521164636496_SAT_3.zip -------------------------------------------------------------------------------- /Dict/book/1521164637271_GRE_2.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GC-ZF/nonebot_plugin_wordsnorote/HEAD/Dict/book/1521164637271_GRE_2.zip -------------------------------------------------------------------------------- /Dict/book/1521164639915_PEPGaoZhong_11.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GC-ZF/nonebot_plugin_wordsnorote/HEAD/Dict/book/1521164639915_PEPGaoZhong_11.zip -------------------------------------------------------------------------------- /Dict/book/1521164640451_TOEFL_2.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GC-ZF/nonebot_plugin_wordsnorote/HEAD/Dict/book/1521164640451_TOEFL_2.zip -------------------------------------------------------------------------------- /Dict/book/1521164643060_CET4_3.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GC-ZF/nonebot_plugin_wordsnorote/HEAD/Dict/book/1521164643060_CET4_3.zip -------------------------------------------------------------------------------- /Dict/book/1521164647417_Level4_1.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GC-ZF/nonebot_plugin_wordsnorote/HEAD/Dict/book/1521164647417_Level4_1.zip -------------------------------------------------------------------------------- /Dict/book/1521164647926_ChuZhong_2.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GC-ZF/nonebot_plugin_wordsnorote/HEAD/Dict/book/1521164647926_ChuZhong_2.zip -------------------------------------------------------------------------------- /Dict/book/1521164648940_PEPGaoZhong_7.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GC-ZF/nonebot_plugin_wordsnorote/HEAD/Dict/book/1521164648940_PEPGaoZhong_7.zip -------------------------------------------------------------------------------- /Dict/book/1521164649209_CET4_1.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GC-ZF/nonebot_plugin_wordsnorote/HEAD/Dict/book/1521164649209_CET4_1.zip -------------------------------------------------------------------------------- /Dict/book/1521164649506_BEC_3.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GC-ZF/nonebot_plugin_wordsnorote/HEAD/Dict/book/1521164649506_BEC_3.zip -------------------------------------------------------------------------------- /Dict/book/1521164650006_Level8luan_2.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GC-ZF/nonebot_plugin_wordsnorote/HEAD/Dict/book/1521164650006_Level8luan_2.zip -------------------------------------------------------------------------------- /Dict/book/1521164652700_ChuZhong_3.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GC-ZF/nonebot_plugin_wordsnorote/HEAD/Dict/book/1521164652700_ChuZhong_3.zip -------------------------------------------------------------------------------- /Dict/book/1521164653685_Level4_2.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GC-ZF/nonebot_plugin_wordsnorote/HEAD/Dict/book/1521164653685_Level4_2.zip -------------------------------------------------------------------------------- /Dict/book/1521164654696_KaoYan_2.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GC-ZF/nonebot_plugin_wordsnorote/HEAD/Dict/book/1521164654696_KaoYan_2.zip -------------------------------------------------------------------------------- /Dict/book/1521164656604_PEPXiaoXue3_2.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GC-ZF/nonebot_plugin_wordsnorote/HEAD/Dict/book/1521164656604_PEPXiaoXue3_2.zip -------------------------------------------------------------------------------- /Dict/book/1521164657147_PEPGaoZhong_5.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GC-ZF/nonebot_plugin_wordsnorote/HEAD/Dict/book/1521164657147_PEPGaoZhong_5.zip -------------------------------------------------------------------------------- /Dict/book/1521164657462_PEPGaoZhong_4.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GC-ZF/nonebot_plugin_wordsnorote/HEAD/Dict/book/1521164657462_PEPGaoZhong_4.zip -------------------------------------------------------------------------------- /Dict/book/1521164657744_IELTS_2.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GC-ZF/nonebot_plugin_wordsnorote/HEAD/Dict/book/1521164657744_IELTS_2.zip -------------------------------------------------------------------------------- /Dict/book/1521164658897_KaoYan_3.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GC-ZF/nonebot_plugin_wordsnorote/HEAD/Dict/book/1521164658897_KaoYan_3.zip -------------------------------------------------------------------------------- /Dict/book/1521164660466_CET6luan_1.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GC-ZF/nonebot_plugin_wordsnorote/HEAD/Dict/book/1521164660466_CET6luan_1.zip -------------------------------------------------------------------------------- /Dict/book/1521164661106_KaoYanluan_1.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GC-ZF/nonebot_plugin_wordsnorote/HEAD/Dict/book/1521164661106_KaoYanluan_1.zip -------------------------------------------------------------------------------- /Dict/book/1521164661774_PEPXiaoXue3_1.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GC-ZF/nonebot_plugin_wordsnorote/HEAD/Dict/book/1521164661774_PEPXiaoXue3_1.zip -------------------------------------------------------------------------------- /Dict/book/1521164662073_GMAT_2.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GC-ZF/nonebot_plugin_wordsnorote/HEAD/Dict/book/1521164662073_GMAT_2.zip -------------------------------------------------------------------------------- /Dict/book/1521164663086_PEPXiaoXue4_2.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GC-ZF/nonebot_plugin_wordsnorote/HEAD/Dict/book/1521164663086_PEPXiaoXue4_2.zip -------------------------------------------------------------------------------- /Dict/book/1521164663794_Level8_2.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GC-ZF/nonebot_plugin_wordsnorote/HEAD/Dict/book/1521164663794_Level8_2.zip -------------------------------------------------------------------------------- /Dict/book/1521164666266_PEPGaoZhong_8.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GC-ZF/nonebot_plugin_wordsnorote/HEAD/Dict/book/1521164666266_PEPGaoZhong_8.zip -------------------------------------------------------------------------------- /Dict/book/1521164666522_PEPChuZhong8_2.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GC-ZF/nonebot_plugin_wordsnorote/HEAD/Dict/book/1521164666522_PEPChuZhong8_2.zip -------------------------------------------------------------------------------- /Dict/book/1521164666922_IELTS_3.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GC-ZF/nonebot_plugin_wordsnorote/HEAD/Dict/book/1521164666922_IELTS_3.zip -------------------------------------------------------------------------------- /Dict/book/1521164667985_TOEFL_3.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GC-ZF/nonebot_plugin_wordsnorote/HEAD/Dict/book/1521164667985_TOEFL_3.zip -------------------------------------------------------------------------------- /Dict/book/1521164668667_CET6_1.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GC-ZF/nonebot_plugin_wordsnorote/HEAD/Dict/book/1521164668667_CET6_1.zip -------------------------------------------------------------------------------- /Dict/book/1521164669076_ChuZhongluan_2.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GC-ZF/nonebot_plugin_wordsnorote/HEAD/Dict/book/1521164669076_ChuZhongluan_2.zip -------------------------------------------------------------------------------- /Dict/book/1521164669833_KaoYan_1.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GC-ZF/nonebot_plugin_wordsnorote/HEAD/Dict/book/1521164669833_KaoYan_1.zip -------------------------------------------------------------------------------- /Dict/book/1521164670293_PEPGaoZhong_9.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GC-ZF/nonebot_plugin_wordsnorote/HEAD/Dict/book/1521164670293_PEPGaoZhong_9.zip -------------------------------------------------------------------------------- /Dict/book/1521164670910_SAT_2.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GC-ZF/nonebot_plugin_wordsnorote/HEAD/Dict/book/1521164670910_SAT_2.zip -------------------------------------------------------------------------------- /Dict/book/1521164672691_GMAT_3.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GC-ZF/nonebot_plugin_wordsnorote/HEAD/Dict/book/1521164672691_GMAT_3.zip -------------------------------------------------------------------------------- /Dict/book/1521164673602_GaoZhongluan_2.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GC-ZF/nonebot_plugin_wordsnorote/HEAD/Dict/book/1521164673602_GaoZhongluan_2.zip -------------------------------------------------------------------------------- /Dict/book/1521164674793_PEPGaoZhong_1.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GC-ZF/nonebot_plugin_wordsnorote/HEAD/Dict/book/1521164674793_PEPGaoZhong_1.zip -------------------------------------------------------------------------------- /Dict/book/1521164675301_GaoZhong_2.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GC-ZF/nonebot_plugin_wordsnorote/HEAD/Dict/book/1521164675301_GaoZhong_2.zip -------------------------------------------------------------------------------- /Dict/book/1521164676690_PEPGaoZhong_3.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GC-ZF/nonebot_plugin_wordsnorote/HEAD/Dict/book/1521164676690_PEPGaoZhong_3.zip -------------------------------------------------------------------------------- /Dict/book/1521164677043_PEPChuZhong7_2.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GC-ZF/nonebot_plugin_wordsnorote/HEAD/Dict/book/1521164677043_PEPChuZhong7_2.zip -------------------------------------------------------------------------------- /Dict/book/1521164677447_PEPXiaoXue4_1.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GC-ZF/nonebot_plugin_wordsnorote/HEAD/Dict/book/1521164677447_PEPXiaoXue4_1.zip -------------------------------------------------------------------------------- /Dict/book/1521164677706_GRE_3.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GC-ZF/nonebot_plugin_wordsnorote/HEAD/Dict/book/1521164677706_GRE_3.zip -------------------------------------------------------------------------------- /Dict/book/1521164678610_PEPGaoZhong_2.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GC-ZF/nonebot_plugin_wordsnorote/HEAD/Dict/book/1521164678610_PEPGaoZhong_2.zip -------------------------------------------------------------------------------- /Dict/book/1521164679263_GaoZhong_3.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GC-ZF/nonebot_plugin_wordsnorote/HEAD/Dict/book/1521164679263_GaoZhong_3.zip -------------------------------------------------------------------------------- /Dict/book/1523620217431_CET4luan_1.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GC-ZF/nonebot_plugin_wordsnorote/HEAD/Dict/book/1523620217431_CET4luan_1.zip -------------------------------------------------------------------------------- /Dict/book/1524052539052_CET4luan_2.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GC-ZF/nonebot_plugin_wordsnorote/HEAD/Dict/book/1524052539052_CET4luan_2.zip -------------------------------------------------------------------------------- /Dict/book/1524052554766_CET6_2.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GC-ZF/nonebot_plugin_wordsnorote/HEAD/Dict/book/1524052554766_CET6_2.zip -------------------------------------------------------------------------------- /Dict/book/1530101067588_PEPChuZhong7_1.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GC-ZF/nonebot_plugin_wordsnorote/HEAD/Dict/book/1530101067588_PEPChuZhong7_1.zip -------------------------------------------------------------------------------- /Dict/book/1530101070747_PEPChuZhong8_1.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GC-ZF/nonebot_plugin_wordsnorote/HEAD/Dict/book/1530101070747_PEPChuZhong8_1.zip -------------------------------------------------------------------------------- /Dict/book/1530101073491_PEPXiaoXue5_2.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GC-ZF/nonebot_plugin_wordsnorote/HEAD/Dict/book/1530101073491_PEPXiaoXue5_2.zip -------------------------------------------------------------------------------- /Dict/book/1530101075331_PEPXiaoXue6_1.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GC-ZF/nonebot_plugin_wordsnorote/HEAD/Dict/book/1530101075331_PEPXiaoXue6_1.zip -------------------------------------------------------------------------------- /Dict/book/1530101078234_PEPChuZhong9_1.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GC-ZF/nonebot_plugin_wordsnorote/HEAD/Dict/book/1530101078234_PEPChuZhong9_1.zip -------------------------------------------------------------------------------- /Dict/book/1530101080610_PEPXiaoXue5_1.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GC-ZF/nonebot_plugin_wordsnorote/HEAD/Dict/book/1530101080610_PEPXiaoXue5_1.zip -------------------------------------------------------------------------------- /Dict/book/1530101082895_BeiShiGaoZhong_7.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GC-ZF/nonebot_plugin_wordsnorote/HEAD/Dict/book/1530101082895_BeiShiGaoZhong_7.zip -------------------------------------------------------------------------------- /Dict/book/1530101085958_BeiShiGaoZhong_2.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GC-ZF/nonebot_plugin_wordsnorote/HEAD/Dict/book/1530101085958_BeiShiGaoZhong_2.zip -------------------------------------------------------------------------------- /Dict/book/1530101089143_BeiShiGaoZhong_3.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GC-ZF/nonebot_plugin_wordsnorote/HEAD/Dict/book/1530101089143_BeiShiGaoZhong_3.zip -------------------------------------------------------------------------------- /Dict/book/reciteWord_1545032493536_WaiYanSheChuZhong_2.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GC-ZF/nonebot_plugin_wordsnorote/HEAD/Dict/book/reciteWord_1545032493536_WaiYanSheChuZhong_2.zip -------------------------------------------------------------------------------- /Dict/book/reciteWord_1545032532744_WaiYanSheChuZhong_3.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GC-ZF/nonebot_plugin_wordsnorote/HEAD/Dict/book/reciteWord_1545032532744_WaiYanSheChuZhong_3.zip -------------------------------------------------------------------------------- /Dict/book/reciteWord_1545032533243_WaiYanSheChuZhong_1.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GC-ZF/nonebot_plugin_wordsnorote/HEAD/Dict/book/reciteWord_1545032533243_WaiYanSheChuZhong_1.zip -------------------------------------------------------------------------------- /Dict/book/reciteWord_1545032533455_WaiYanSheChuZhong_4.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GC-ZF/nonebot_plugin_wordsnorote/HEAD/Dict/book/reciteWord_1545032533455_WaiYanSheChuZhong_4.zip -------------------------------------------------------------------------------- /Dict/book/reciteWord_1545032533808_WaiYanSheChuZhong_5.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GC-ZF/nonebot_plugin_wordsnorote/HEAD/Dict/book/reciteWord_1545032533808_WaiYanSheChuZhong_5.zip -------------------------------------------------------------------------------- /Dict/book/reciteWord_1545032534071_WaiYanSheChuZhong_6.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GC-ZF/nonebot_plugin_wordsnorote/HEAD/Dict/book/reciteWord_1545032534071_WaiYanSheChuZhong_6.zip -------------------------------------------------------------------------------- /Dict/book/reciteWord_BeiShiGaoZhong_1.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GC-ZF/nonebot_plugin_wordsnorote/HEAD/Dict/book/reciteWord_BeiShiGaoZhong_1.zip -------------------------------------------------------------------------------- /Dict/book/reciteWord_BeiShiGaoZhong_10.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GC-ZF/nonebot_plugin_wordsnorote/HEAD/Dict/book/reciteWord_BeiShiGaoZhong_10.zip -------------------------------------------------------------------------------- /Dict/book/reciteWord_BeiShiGaoZhong_11.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GC-ZF/nonebot_plugin_wordsnorote/HEAD/Dict/book/reciteWord_BeiShiGaoZhong_11.zip -------------------------------------------------------------------------------- /Dict/book/reciteWord_BeiShiGaoZhong_4.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GC-ZF/nonebot_plugin_wordsnorote/HEAD/Dict/book/reciteWord_BeiShiGaoZhong_4.zip -------------------------------------------------------------------------------- /Dict/book/reciteWord_BeiShiGaoZhong_5.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GC-ZF/nonebot_plugin_wordsnorote/HEAD/Dict/book/reciteWord_BeiShiGaoZhong_5.zip -------------------------------------------------------------------------------- /Dict/book/reciteWord_BeiShiGaoZhong_6.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GC-ZF/nonebot_plugin_wordsnorote/HEAD/Dict/book/reciteWord_BeiShiGaoZhong_6.zip -------------------------------------------------------------------------------- /Dict/book/reciteWord_BeiShiGaoZhong_8.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GC-ZF/nonebot_plugin_wordsnorote/HEAD/Dict/book/reciteWord_BeiShiGaoZhong_8.zip -------------------------------------------------------------------------------- /Dict/book/reciteWord_BeiShiGaoZhong_9.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GC-ZF/nonebot_plugin_wordsnorote/HEAD/Dict/book/reciteWord_BeiShiGaoZhong_9.zip -------------------------------------------------------------------------------- /Dict/已整理词库/CET4luan_1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GC-ZF/nonebot_plugin_wordsnorote/HEAD/Dict/已整理词库/CET4luan_1.json -------------------------------------------------------------------------------- /Dict/已整理词库/KaoYan_3.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GC-ZF/nonebot_plugin_wordsnorote/HEAD/Dict/已整理词库/KaoYan_3.json -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GC-ZF/nonebot_plugin_wordsnorote/HEAD/LICENSE -------------------------------------------------------------------------------- /MANIFEST.in: -------------------------------------------------------------------------------- 1 | include nonebot_plugin_wordsnorote/* 2 | prune local_test -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GC-ZF/nonebot_plugin_wordsnorote/HEAD/README.md -------------------------------------------------------------------------------- /fix_keys.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GC-ZF/nonebot_plugin_wordsnorote/HEAD/fix_keys.py -------------------------------------------------------------------------------- /img/example1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GC-ZF/nonebot_plugin_wordsnorote/HEAD/img/example1.png -------------------------------------------------------------------------------- /img/example2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GC-ZF/nonebot_plugin_wordsnorote/HEAD/img/example2.png -------------------------------------------------------------------------------- /img/example3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GC-ZF/nonebot_plugin_wordsnorote/HEAD/img/example3.png -------------------------------------------------------------------------------- /local_test/Kaoyan.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GC-ZF/nonebot_plugin_wordsnorote/HEAD/local_test/Kaoyan.json -------------------------------------------------------------------------------- /local_test/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GC-ZF/nonebot_plugin_wordsnorote/HEAD/local_test/__init__.py -------------------------------------------------------------------------------- /local_test/get_word.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GC-ZF/nonebot_plugin_wordsnorote/HEAD/local_test/get_word.py -------------------------------------------------------------------------------- /local_test/read_user.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GC-ZF/nonebot_plugin_wordsnorote/HEAD/local_test/read_user.py -------------------------------------------------------------------------------- /local_test/student.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GC-ZF/nonebot_plugin_wordsnorote/HEAD/local_test/student.json -------------------------------------------------------------------------------- /local_test/turn_json.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GC-ZF/nonebot_plugin_wordsnorote/HEAD/local_test/turn_json.py -------------------------------------------------------------------------------- /local_test/write_user.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GC-ZF/nonebot_plugin_wordsnorote/HEAD/local_test/write_user.py -------------------------------------------------------------------------------- /nonebot_plugin_wordsnorote/Kaoyan.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GC-ZF/nonebot_plugin_wordsnorote/HEAD/nonebot_plugin_wordsnorote/Kaoyan.json -------------------------------------------------------------------------------- /nonebot_plugin_wordsnorote/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GC-ZF/nonebot_plugin_wordsnorote/HEAD/nonebot_plugin_wordsnorote/__init__.py -------------------------------------------------------------------------------- /nonebot_plugin_wordsnorote/get_word.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GC-ZF/nonebot_plugin_wordsnorote/HEAD/nonebot_plugin_wordsnorote/get_word.py -------------------------------------------------------------------------------- /nonebot_plugin_wordsnorote/read_user.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GC-ZF/nonebot_plugin_wordsnorote/HEAD/nonebot_plugin_wordsnorote/read_user.py -------------------------------------------------------------------------------- /nonebot_plugin_wordsnorote/write_user.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GC-ZF/nonebot_plugin_wordsnorote/HEAD/nonebot_plugin_wordsnorote/write_user.py -------------------------------------------------------------------------------- /setup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GC-ZF/nonebot_plugin_wordsnorote/HEAD/setup.py -------------------------------------------------------------------------------- /turn_json.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GC-ZF/nonebot_plugin_wordsnorote/HEAD/turn_json.py --------------------------------------------------------------------------------