配置表数据变化

This commit is contained in:
chen wei bo
2025-09-05 10:56:43 +08:00
parent 76669b4639
commit 5821bc17ae
7 changed files with 11 additions and 10 deletions
@@ -1,4 +1,4 @@
import { AiCharacter } from "../../schema/schema";
import { AiCharacters } from "../../schema/schema";
import { ConfigManager } from "../manager/ConfigManager";
/**
@@ -46,7 +46,7 @@ export class RoleConfigLoader {
/**
* 获取所有配置的角色ID
*/
public static getAllRoles(): AiCharacter[] {
public static getAllRoles(): AiCharacters[] {
return ConfigManager.tables.TbAiCharacters.getDataList();
}
}