Skip to content

Commit eb34f0b

Browse files
committedOct 23, 2024
📝refactor: 更新插件描述和版本号
- 修改插件描述为"小样本TTS,通过fish-speech调用本地或在线api发送语音" - 将版本号从0.2.2升级到0.2.3
1 parent 7291a5d commit eb34f0b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎nonebot_plugin_fishspeech_tts/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232

3333
__plugin_meta__ = PluginMetadata(
3434
name="FishSpeechTTS",
35-
description="一个插件,通过调用在线或本地api发送TTS语音",
35+
description="小样本TTS,通过fish-speech调用本地或在线api发送语音",
3636
usage="发送:[发音人]说[文本]即可发送TTS语音",
3737
homepage="https://github.com/Cvandia/nonebot-plugin-fishspeech-tts",
3838
config=Config,

‎pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "nonebot-plugin-fishspeech-tts"
3-
version = "0.2.2"
3+
version = "0.2.3"
44
description = "一个插件,通过调用在线或本地api发送TTS语音"
55
authors = ["divandia <106718176+Cvandia@users.noreply.github.com>"]
66
license = "MIT"

0 commit comments

Comments
 (0)