graph TB
main[程序核心
启动与功能管理] --> gui[图形界面
交互与展示]
subgraph 核心功能
gui --> edit[编辑系统
支持格式化/撤销/重做]
gui --> preview[实时预览
所见即所得]
edit --> format[格式工具
颜色/样式/特效]
edit --> events[互动事件
点击/悬停效果]
preview --> render[渲染引擎
高保真还原MC样式]
end
subgraph 书籍功能
gui --> book[书籍管理
多页面管理]
book --> export[导出功能
MC指令/数据包]
book --> template[模板系统
快速创建/管理模板]
book --> cloud[云同步
在线存储/多设备同步]
export --> formats[支持格式
MC原版/数据包/MCBook]
template --> builtin[内置模板
指南/规则/任务/商店]
end
subgraph 辅助功能
gui --> custom[个性化
主题/字体/界面]
gui --> i18n[多语言
中文/英文]
gui --> history[历史记录
自动保存/恢复]
gui --> update[更新系统
自动检查/在线更新]
custom --> theme[主题设置
明暗主题/颜色方案]
custom --> fonts[字体管理
自动安装/显示优化]
i18n --> lang[语言设置
实时切换/无缝过渡]
history --> backup[备份管理
历史版本/快速恢复]
end
style main fill:#f9f,stroke:#333,stroke-width:2px
style gui fill:#bbf,stroke:#333,stroke-width:2px
style edit fill:#bfb,stroke:#333,stroke-width:2px
style preview fill:#bfb,stroke:#333,stroke-width:2px
style book fill:#fdb,stroke:#333,stroke-width:2px
style cloud fill:#aff,stroke:#333,stroke-width:2px
style custom fill:#dcf,stroke:#333,stroke-width:2px
style update fill:#faa,stroke:#333,stroke-width:2px