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
|
|
@ -19,15 +19,46 @@
|
|||
"future_bundle": "OPTIONAL_MULTI_INDUSTRY_BUNDLE",
|
||||
"runtime_loading": "HOT_PLUG_ON_DEMAND"
|
||||
},
|
||||
"user_channel_direct_entries": [
|
||||
{
|
||||
"domain": "FIFTH_DOMAIN",
|
||||
"channel": "HEARTBEAT_CORE_CHANNEL",
|
||||
"entry": "AUTHOR_WORKBENCH",
|
||||
"industry_key": "WEB_NOVEL",
|
||||
"shares_native_account_database_with_industry_projection": true
|
||||
}
|
||||
],
|
||||
"industries": [
|
||||
{
|
||||
"key": "WEB_NOVEL",
|
||||
"display_name": "网文行业",
|
||||
"order": 1,
|
||||
"industry_number": "IND-WEBNOVEL-001",
|
||||
"state": "PLANNED",
|
||||
"state_label": "待开发",
|
||||
"initialization_channel": null
|
||||
"state": "IN_DEVELOPMENT",
|
||||
"state_label": "原生写作引擎 · 收拢验收中",
|
||||
"initialization_channel": {
|
||||
"channel_id": "GH-WEBNOVEL-INIT-001",
|
||||
"display_name": "网文行业初始化频道",
|
||||
"state": "DEVELOPMENT_MODULE_MOUNTED",
|
||||
"state_label": "频道本体 · 内置轻量作者工作台",
|
||||
"legacy_projection_only": false,
|
||||
"channel_body_contract": "contracts/user-channel-body.json",
|
||||
"module_marketplace_plan": "contracts/web-novel-module-marketplace-plan.json",
|
||||
"replacement_rule": "BUILTIN_MINIMUM_ORGAN_PLUS_NUMBERED_HOT_PLUGGABLE_MARKETPLACE_MODULES",
|
||||
"module_loading": "HOT_PLUG_ON_DEMAND",
|
||||
"installed_open_source_modules": 0,
|
||||
"installed_native_modules": 1,
|
||||
"module_slots": [
|
||||
{
|
||||
"slot_id": "WEBNOVEL-AUTHOR-LIGHT",
|
||||
"display_name": "轻量作者工作台",
|
||||
"state": "DEVELOPMENT_MOUNTED",
|
||||
"state_label": "真实码字、作品卷章、版本保护与本机导入"
|
||||
}
|
||||
],
|
||||
"planned_marketplace_author_modules": 4,
|
||||
"marketplace_module_numbers_assigned": 0
|
||||
}
|
||||
},
|
||||
{
|
||||
"key": "PET",
|
||||
|
|
|
|||
Loading…
Reference in a new issue