Skip to content

Commit

Permalink
v0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
molanp authored Feb 12, 2023
1 parent 44d370e commit 4a0e177
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions zhenxun_plugin_niuniu/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
__plugin_des__ = "牛子大作战(误"
__plugin_type__ = ("群内小游戏",)
__plugin_cmd__ = ["注册牛子", "jj/JJ/Jj/jJ", "我的牛子", "牛子长度排行","牛子深度排行", "打胶", "牛牛大作战"]
__plugin_version__ = 0.1
__plugin_version__ = 0.2
__plugin_author__ = "molanp"
__plugin_settings__ = {
"level": 5,
Expand Down Expand Up @@ -388,4 +388,4 @@ def pic2b64(pic: Image) -> str:
buf = BytesIO()
pic.save(buf, format="PNG")
base64_str = base64.b64encode(buf.getvalue()).decode()
return "base64://" + base64_str
return "base64://" + base64_str

0 comments on commit 4a0e177

Please sign in to comment.