feat: expand novel IP and production workflows
This commit is contained in:
@@ -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: '她醒来后开始反击。',
|
||||
|
||||
Reference in New Issue
Block a user