根据官网代码规范优化结构,精简代码。使用reconfigure模式支持重设参数。增加多实例支持。去掉debug信息。

This commit is contained in:
Howell Jiang
2025-04-18 15:42:59 +08:00
parent c8415edaeb
commit 2d3f8cd3b0
12 changed files with 129 additions and 200 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
from typing import Final
DOMAIN: Final = "baidu_voice"
ENDPOINT: Final = "http://vop.baidu.com/server_api"
# 配置项
CONF_APP_ID: Final = "app_id"
CONF_API_KEY: Final = "api_key"