浏览文档展开
在评估 API 之前先理解技术栈。
这些页面将 Univer Runner 背后的内部架构笔记转化为面向工程师、架构师和技术决策者的可读系统指南。
重点不是 SDK API 参考。而是本地编辑、Git 风格审阅、托管审阅真相和远程工作簿重放背后的运行模型。
Architecture Overview
The architecture in one pass
Univer Runner is an offline-first spreadsheet collaboration stack that joins local editing, Git-shaped workflow, hosted review, and remote workbook sync.
6 min read
System Context
Where the system sits
Univer Runner is not one application. It is a coordinated set of local shells, hosted surfaces, and remote authority boundaries.
7 min read
Core Workflows
How work moves through the stack
The most important system behavior appears in the handoff between local editing, hosted review, and remote replay.
8 min read
Subsystem Boundaries
Which subsystem owns what
The architecture is easiest to operate when you keep shell responsibilities separate from kernel ownership and avoid reading command names as architecture.
8 min read
Glossary
The terms that matter
The architecture uses a tight vocabulary. Knowing which terms are durable truth and which are command language removes most confusion.
5 min read