登录之后获取全局数据
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user