Implement scene-based chapter quest progression
Some checks failed
CI / verify (push) Has been cancelled

This commit is contained in:
2026-04-08 11:58:47 +08:00
parent 9d2fc9e4b8
commit bd9fdcbe31
170 changed files with 18259 additions and 1049 deletions

View File

@@ -177,6 +177,7 @@ describe('scenePresets custom world npc mapping', () => {
expect(scene).toBeTruthy();
expect(npc).toBeTruthy();
expect(npc?.characterId).toBe(npc?.id);
expect(npc?.title).toBe('潮路领航人');
expect(npc?.backstory).toContain('断桥坠潮夜');
expect(npc?.personality).toContain('谨慎冷静');