Skip to content

Commit

Permalink
0.10.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Yiyuiii committed Dec 16, 2023
1 parent bf18f52 commit 2b4c4e8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion nonebot_plugin_moegoe/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -322,4 +322,4 @@ async def _(matcher: Matcher, matched: Tuple[Any, ...] = RegexGroup()):
try:
await matcher.finish(record)
except ActionFailed as e:
await matcher.finish("moegoe语音发送失败:" + str(e))
await matcher.finish("moegoe语音发送失败:" + str(e))
2 changes: 1 addition & 1 deletion nonebot_plugin_moegoe/profile.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,4 @@ regex = "^让(中配|英配|日配)?([^0-9.]+)(以(.+))?说(国语|汉语|汉文
replace = [[',', ''], ['.', ''], ['!', ''], ['?', ''], ['0', ''], ['1', ''], ['2', ''], ['3', ''], ['4', ''], ['5', ''], ['6', ''], ['7', ''], ['8', ''], ['9', ''], ]
nation = {'中配'='ZH','英配'='EN','日配'='JP'}
lang = {'国语'='ZH','汉语'='ZH','汉文'='ZH','中文'='ZH','Chinese'='ZH','英语'='EN','英文'='EN','English'='EN','日语'='JP','日文'='JP','日本语'='JP','Japanese'='JP'}
character_list = '请到API界面查看:https://v2.genshinvoice.top/'
character_list = '请到API界面查看:https://v2.genshinvoice.top/'
2 changes: 1 addition & 1 deletion nonebot_plugin_moegoe/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ def write_file(path: Path, data, binary=True):
if binary:
path.write_bytes(data)
else:
path.write_text(data, encoding='UTF-8')
path.write_text(data, encoding='UTF-8')
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ gradio_client = "^0.7.0"

[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
build-backend = "poetry.core.masonry.api"

0 comments on commit 2b4c4e8

Please sign in to comment.