登录之后获取全局数据

This commit is contained in:
chen wei bo
2025-09-12 11:29:22 +08:00
parent c11a310ea1
commit 8372d3b489
7 changed files with 159 additions and 12 deletions
@@ -39,7 +39,7 @@ export class GlobalConfig extends BaseConfig {
return oneData.emotionApiKey;
}
/** 获取情绪判断机器人api */
/** 获取ai模型 */
public getModel(): string | null {
let oneData = this.getAllConfig();
if (!oneData) return null;