mirror of https://github.com/Mai-with-u/MaiBot.git
🤖 自动格式化代码 [skip ci]
parent
cb560ecd73
commit
14337b8171
|
|
@ -110,7 +110,7 @@ class TTSPlugin(BasePlugin):
|
||||||
|
|
||||||
# 从配置获取组件启用状态
|
# 从配置获取组件启用状态
|
||||||
enable_tts = self.get_config("components.enable_tts", True)
|
enable_tts = self.get_config("components.enable_tts", True)
|
||||||
components = [] # 添加Action组件
|
components = [] # 添加Action组件
|
||||||
if enable_tts:
|
if enable_tts:
|
||||||
components.append(
|
components.append(
|
||||||
(
|
(
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue