feat: expand novel IP and production workflows

This commit is contained in:
www
2026-09-18 08:14:05 +02:00
parent b2ae4600b4
commit d9c81a3ac0
235 changed files with 117971 additions and 2721 deletions
@@ -63,6 +63,8 @@ function createChapter(overrides: Partial<NovelChapter> = {}): NovelChapter {
id: 30n,
project_id: 10n,
novel_source_id: 20n,
volume_no: null,
volume_title: null,
chapter_no: 1,
title: '第1章 重生',
content: '她醒来后开始反击。',
@@ -116,6 +118,8 @@ const parsedText: ParsedNovelText = {
chapter_count: 1,
chapters: [
{
volume_no: null,
volume_title: null,
chapter_no: 1,
title: '第1章 重生',
content: '她醒来后开始反击。',