feat: 添加语音模块支持,优化服务启动方式
This commit is contained in:
@@ -5,7 +5,7 @@ function getBasePath() {
|
||||
if (process.pkg) {
|
||||
return path.dirname(process.execPath);
|
||||
}
|
||||
return path.join(__dirname, '../..');
|
||||
return process.cwd();
|
||||
}
|
||||
|
||||
function getPublicPath() {
|
||||
|
||||
Reference in New Issue
Block a user