feature:新增角色/组织状态追踪系统,章节分析自动更新角色存活状态、心理状态及组织成员变动

This commit is contained in:
xiamuceer-j
2026-02-12 12:38:52 +08:00
parent 5bb0b034e8
commit 58ff24c3d1
7 changed files with 953 additions and 12 deletions
+5 -1
View File
@@ -220,6 +220,11 @@ export interface Character {
location?: string;
motto?: string;
color?: string;
// 角色/组织状态
status?: string;
status_changed_chapter?: number;
current_state?: string;
state_updated_chapter?: number;
// 职业相关字段
main_career_id?: string;
main_career_stage?: number;
@@ -240,7 +245,6 @@ export interface CharacterUpdate {
personality?: string;
background?: string;
appearance?: string;
relationships?: string;
organization_type?: string;
organization_purpose?: string;
organization_members?: string;