File tree Expand file tree Collapse file tree 3 files changed +32
-1
lines changed Expand file tree Collapse file tree 3 files changed +32
-1
lines changed Original file line number Diff line number Diff line change 1+ # Byte-compiled / optimized / DLL files
2+ __pycache__ /
3+ * .py [cod ]
4+ * $py.class
5+
6+ # C extensions
7+ * .so
8+
9+ # Distribution / packaging
10+ .Python
11+ build /
12+ develop-eggs /
13+ dist /
14+ downloads /
15+ eggs /
16+ .eggs /
17+ lib /
18+ lib64 /
19+ parts /
20+ sdist /
21+ var /
22+ wheels /
23+ share /python-wheels /
24+ * .egg-info /
25+ .installed.cfg
26+ * .egg
27+ MANIFEST
Original file line number Diff line number Diff line change @@ -123,6 +123,10 @@ bot返回内容:
123123
124124- 追加发病语录数据
125125
126+ ### 0.2.1
127+
128+ - 追加发病语录数据
129+
126130</details >
127131
128132## 🔧 开发环境
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " nonebot_plugin_random_stereotypes"
3- version = " 0.2.0 "
3+ version = " 0.2.1 "
44description = " 基于Nonebot2的发病语录插件"
55authors = [
" Ikaros <[email protected] >" ]
66license = " MIT"
You can’t perform that action at this time.
0 commit comments