Skip to content
  • Follow System
  • English
  • 中文

Glossary

This is the single source of truth for terminology used across Picora documentation, dashboards, and APIs. If a term in the table below is translated differently anywhere else, that’s a bug — please report it.

Concepts

TermChineseDefinition
Resource hosting资源托管The act of storing user files on Picora and serving them via CDN. Replaces the older “image hosting / 图床” framing as of v0.15.0.
Resource type资源类型One of: image / video / audio / document (Markdown or Typst) / board.
Plan / Tier套餐The subscription level: none / trial / pro / pro_plus. Not “level” or “subscription level”.
Quota配额A limit on a specific dimension (e.g., image storage bytes, document count). Not “限额” or “限制”.
Bandwidth quota带宽配额The monthly CDN egress allowance, distinct from upload bandwidth.
External link外链 URLA publicly accessible URL for a resource (e.g., media.picora.me/abc.png).
Public resource公开资源A resource with is_public = true; accessible without authentication.
Private resource私有资源A resource with is_public = false; requires JWT or API Key.
API KeyAPI Key (kept English)A sk_live_* token used by tool clients (PicGo / Moraya / etc). Not translated to “密钥” to avoid confusion with cryptographic keys.

AI workflows

TermChineseDefinition
MCPMCP(Model Context Protocol,模型上下文协议)The standard AI assistants use to call external tools. Always spell out at first mention.
stdio MCPstdio MCPLocal mode where @picora/mcp-server runs as a child process over stdin/stdout, authenticated with an API Key.
Remote MCP远程 MCPHosted mode where the MCP server runs at mcp.picora.me over Streamable HTTP, authenticated via OAuth 2.1.
MCP toolMCP 工具A function exposed to AI clients, always prefixed picora. (e.g., picora.upload_image, picora.list_docs). The v0.84.0 catalog holds 19 tools.
OAuth scopeOAuth scopeA permission boundary requested at authorization time, written in dot notation (e.g., media.write, kb.read).
Refresh token rotationrefresh token 旋转Each refresh exchange issues a new refresh token and revokes the old one (v0.14.0).

Documents — Markdown & Typst (v0.15.0 / v0.82.0)

TermChineseDefinition
Document format文档格式The markup language of a document: markdown (.md/.markdown) or typst (.typ). Mutually exclusive, decided by file extension.
TypstTypstA document compiler language (.typ). Source is compiled to paginated SVG — in Picora this happens in your browser.
Markdown rewritingMarkdown 改写Auto-converting embedded base64 images in uploaded .md files into Picora CDN URLs. Markdown only — Typst source is stored byte-for-byte.
CDN allowlistCDN 域名白名单Admin-configured list of trusted CDN domains; URLs matching the allowlist are skipped during rewriting (avoid duplicate uploads).
Source hash源哈希SHA-256 of the rewritten markdown text; used for idempotent upload detection.
Online viewer在线浏览The web-based markdown renderer in picora-center’s Library.

Bandwidth & degradation (v0.10.0)

TermChineseDefinition
Bandwidth degrade带宽降级Auto-switching video playback to 360p when the user’s monthly bandwidth quota is exhausted.
Suspended服务暂停Status when bandwidth usage exceeds 120% — video playback returns HTTP 451 instead of media.
Bandwidth attribution带宽分摊Hourly cron job that attributes Bunny.net bandwidth back to individual users by storage ratio.

Billing (v0.5.0+)

TermChineseDefinition
Lemon SqueezyLemon SqueezyOverseas payment gateway.
PolarPolarAlternative overseas payment gateway (v0.11.0).
WebhookWebhook(保留英文)Server-to-server callback used by payment providers and video transcoding services.

Account & security

TermChineseDefinition
OTP验证码One-time password / 6-digit email or SMS code. Use “验证码” not “OTP” in user-facing Chinese copy.
MFA多因素认证Multi-factor authentication.
Locale语言偏好The user’s preferred language for emails and UI (en / zh-CN).

Platform

TermChineseDefinition
Overseas platform海外版The Cloudflare-based deployment serving picora.me.
CN platform / Mainland platform国内版The Aliyun/Tencent-based deployment serving picora.cn.
Object storage对象存储Generic term for R2 (CF) / OSS (Aliyun) / COS (Tencent).