feat(hololake): converge industry modules and dynamic world UI
This commit is contained in:
parent
ef94ef462e
commit
a8fe571b5d
40 changed files with 9816 additions and 80 deletions
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"schema": "hololake.module-package/v1",
|
||||
"moduleId": "HL-MOD-WEBNOVEL-DELIVERY-004",
|
||||
"name": "高级版本与交付",
|
||||
"version": "1.0.0",
|
||||
"publisher": "HoloLake Official",
|
||||
"runtimeAdapter": "HOLOLAKE_NATIVE_SHARED_WEBNOVEL_ENGINE",
|
||||
"capabilities": ["chapter_version.read", "chapter_version.restore", "delivery.txt", "delivery.docx", "delivery.epub", "delivery.json"],
|
||||
"permissions": ["current_account.web_novel.read", "current_account.web_novel.write", "human_selected_export_path.write"],
|
||||
"dataPolicy": "PROGRAM_AND_USER_DATA_SEPARATED",
|
||||
"selfTest": "WEBNOVEL_VERSION_READBACK_AND_EXPORT_BUILD"
|
||||
}
|
||||
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"schema": "hololake.module-package/v1",
|
||||
"moduleId": "HL-MOD-WEBNOVEL-GRID-002",
|
||||
"name": "多维情节表与情节板",
|
||||
"version": "1.0.0",
|
||||
"publisher": "HoloLake Official",
|
||||
"runtimeAdapter": "HOLOLAKE_NATIVE_SHARED_WEBNOVEL_ENGINE",
|
||||
"capabilities": ["story_grid.read", "story_grid.write", "custom_field.write", "story_board.group"],
|
||||
"permissions": ["current_account.web_novel.read", "current_account.web_novel.write"],
|
||||
"dataPolicy": "ONE_SCENE_GRAPH_NO_DUPLICATE_STORY_STORE",
|
||||
"selfTest": "WEBNOVEL_GRID_SCHEMA_AND_SHARED_SCENE_PROJECTION"
|
||||
}
|
||||
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"schema": "hololake.module-package/v1",
|
||||
"moduleId": "HL-MOD-WEBNOVEL-OUTLINE-001",
|
||||
"name": "作品结构与大纲追踪",
|
||||
"version": "1.0.0",
|
||||
"publisher": "HoloLake Official",
|
||||
"runtimeAdapter": "HOLOLAKE_NATIVE_SHARED_WEBNOVEL_ENGINE",
|
||||
"capabilities": ["scene.write", "beat.write", "outline.track"],
|
||||
"permissions": ["current_account.web_novel.read", "current_account.web_novel.write"],
|
||||
"dataPolicy": "USER_DATA_REMAINS_AFTER_UNINSTALL",
|
||||
"selfTest": "WEBNOVEL_OUTLINE_SCHEMA_AND_ROUNDTRIP"
|
||||
}
|
||||
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"schema": "hololake.module-package/v1",
|
||||
"moduleId": "HL-MOD-WEBNOVEL-STORYWORLD-003",
|
||||
"name": "时间线与故事资料库",
|
||||
"version": "1.0.0",
|
||||
"publisher": "HoloLake Official",
|
||||
"runtimeAdapter": "HOLOLAKE_NATIVE_SHARED_WEBNOVEL_ENGINE",
|
||||
"capabilities": ["timeline.read", "timeline.write", "scene_entity.link", "story_bible.read"],
|
||||
"permissions": ["current_account.web_novel.read", "current_account.web_novel.write"],
|
||||
"dataPolicy": "USER_DATA_REMAINS_AFTER_UNINSTALL",
|
||||
"selfTest": "WEBNOVEL_TIMELINE_SCHEMA_AND_RELATION_ROUNDTRIP"
|
||||
}
|
||||
Loading…
Reference in a new issue