feat: 添加语音模块支持,优化服务启动方式

This commit is contained in:
2026-03-17 04:03:39 +08:00
parent 308df54a15
commit 90517f2289
18 changed files with 221 additions and 43 deletions

View File

@@ -5,7 +5,7 @@ function getBasePath() {
if (process.pkg) {
return path.dirname(process.execPath);
}
return path.join(__dirname, '../..');
return process.cwd();
}
function getPublicPath() {