You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
flowchart LR
subgraph Authoring["创作层"]
Admin["Admin<br/>Web 管理后台"]
Desktop["Desktop<br/>桌面客户端"]
end
subgraph Core["平台层"]
API["API<br/>NestJS REST"]
Plugins["Plugins<br/>Hook 扩展"]
end
subgraph Delivery["交付层"]
Theme["Theme<br/>Next.js 访客站"]
end
Admin --> API
Desktop --> API
Plugins --> API
API --> Theme