mirror of
https://github.com/memohai/Memoh.git
synced 2026-04-27 07:16:19 +09:00
2 lines
2.0 KiB
JavaScript
2 lines
2.0 KiB
JavaScript
import{_ as a,o as t,c as o,ag as n}from"./chunks/framework.ePeAWSvT.js";const _=JSON.parse('{"title":"核心概念","description":"","frontmatter":{},"headers":[],"relativePath":"zh/concepts/index.md","filePath":"zh/concepts/index.md","lastUpdated":1770887583000}'),r={name:"zh/concepts/index.md"};function i(l,e,d,s,c,h){return t(),o("div",null,[...e[0]||(e[0]=[n('<h1 id="核心概念" tabindex="-1">核心概念 <a class="header-anchor" href="#核心概念" aria-label="Permalink to "核心概念""></a></h1><p>本章节用于定义 Memoh 的核心账号与访问概念。</p><h2 id="概念图" tabindex="-1">概念图 <a class="header-anchor" href="#概念图" aria-label="Permalink to "概念图""></a></h2><ul><li><strong>系统账号(<code>User</code>)</strong>:Memoh 系统内账号。</li><li><strong>平台账号(<code>ChannelIdentity</code>)</strong>:用户在外部接入平台上的账号,不是 Memoh 系统内账号(例如用户的飞书账号)。</li><li><strong>Bot</strong>:由系统账号管理的资源与访问边界。</li><li><strong>账号绑定(<code>bind</code>)</strong>:把平台账号关联到系统账号的过程。</li></ul><h2 id="为什么重要" tabindex="-1">为什么重要 <a class="header-anchor" href="#为什么重要" aria-label="Permalink to "为什么重要""></a></h2><p>Memoh 需要同时处理外部接入平台消息与系统内权限控制。<br> 因此我们明确区分平台账号与系统账号,并将 bot 授权与账号绑定解耦。</p><p>术语说明:文档中的“平台账号”统一指用户在对应平台上的真实账号(如飞书账号),不指本项目内部账号。</p><h2 id="本章内容" tabindex="-1">本章内容 <a class="header-anchor" href="#本章内容" aria-label="Permalink to "本章内容""></a></h2><ul><li><a href="/zh/concepts/identity-and-binding.html">账号模型与绑定</a></li></ul>',9)])])}const m=a(r,[["render",i]]);export{_ as __pageData,m as default};
|