feat(core): 语音功能上线

This commit is contained in:
DLmaster361
2025-06-01 03:16:56 +08:00
parent 3f8e2fbe6b
commit 9a0e7265c6
55 changed files with 182 additions and 29 deletions

View File

@@ -2,8 +2,12 @@
"main_version": "4.3.9.1",
"version_info": {
"4.3.9.1": {
"新增功能": [
"语音功能上线"
],
"修复bug": [
"网络模块支持并发请求"
"网络模块支持并发请求",
"修复中止任务时程序异常卡顿"
],
"程序优化": [
"非UI组件转为QObject类"