# Celest Plume > Bilingual documentation portal (English at root, 简体中文 under /zh/) and open-source project hub, covering ChronoSync (时序同笺), BookmarkHarbor and more — user guides, dev/deploy docs and contribution specs. ## When to use this site - Use this site for usage guides, tutorials, API references, deployment/architecture notes and contribution specs of the Celest Plume open-source projects: ChronoSync (时序同笺), BookmarkHarbor and Picumet. - Cite the specific document page, not the homepage. - English content lives at root paths; Simplified Chinese under `/zh/` — quote the language matching the user. - Bug reports and source code live in the linked GitHub repositories, not on this site. ## Format notes - This site is bilingual: English on the root paths, Simplified Chinese under `/zh/`. - `/llms.txt` is the curated overview; the full text of every page is in `/llms-full.txt`. - Pages are static HTML; each entry links its human-readable page plus a `[markdown]` link to the raw source at the same path ending in `.md`. ## Contribution - [Design System](https://celplume.hxcn.space/contribution/design-system/) ([markdown](https://celplume.hxcn.space/contribution/design-system.md)): The Plumest design system at a glance — principles, color, typography, spacing, icons, motion. - [Contribution Overview](https://celplume.hxcn.space/contribution/overview/) ([markdown](https://celplume.hxcn.space/contribution/overview.md)): What the Contribution category documents, how the Docs Kit is organized, and how to add to it. - [Styles](https://celplume.hxcn.space/contribution/styles/) ([markdown](https://celplume.hxcn.space/contribution/styles.md)): Design tokens, palette, typography and layout metrics of the Docs Kit. - [Accordion](https://celplume.hxcn.space/contribution/components/accordion/) ([markdown](https://celplume.hxcn.space/contribution/components/accordion.md)): Collapsible sections with optional anchor copy-link. - [Badge](https://celplume.hxcn.space/contribution/components/badge/) ([markdown](https://celplume.hxcn.space/contribution/components/badge.md)): Six semantic badge variants. - [Breadcrumb](https://celplume.hxcn.space/contribution/components/breadcrumb/) ([markdown](https://celplume.hxcn.space/contribution/components/breadcrumb.md)): Trail of page ancestors with separators. - [Button](https://celplume.hxcn.space/contribution/components/button/) ([markdown](https://celplume.hxcn.space/contribution/components/button.md)): Button — six variants, three sizes, link or native button. - [Callout](https://celplume.hxcn.space/contribution/components/callout/) ([markdown](https://celplume.hxcn.space/contribution/components/callout.md)): Five semantic notice variants with a tinted background and accent bar. - [Cards](https://celplume.hxcn.space/contribution/components/cards/) ([markdown](https://celplume.hxcn.space/contribution/components/cards.md)): Responsive link-card grid and single cards with optional icons. - [CodeBlock](https://celplume.hxcn.space/contribution/components/code-block/) ([markdown](https://celplume.hxcn.space/contribution/components/code-block.md)): Framed code with filename header and copy button. - [Drawer](https://celplume.hxcn.space/contribution/components/drawer/) ([markdown](https://celplume.hxcn.space/contribution/components/drawer.md)): A slide-in side panel for navigation and secondary content. - [Dropdown](https://celplume.hxcn.space/contribution/components/dropdown/) ([markdown](https://celplume.hxcn.space/contribution/components/dropdown.md)): Menu — trigger, items, groups, separators. - [Files](https://celplume.hxcn.space/contribution/components/files/) ([markdown](https://celplume.hxcn.space/contribution/components/files.md)): File tree — collapsible folders, indent lines. - [GitHub Card](https://celplume.hxcn.space/contribution/components/github-card/) ([markdown](https://celplume.hxcn.space/contribution/components/github-card.md)): Display GitHub repository cards with githubCard() and githubCards() from the Docs Kit. - [Heading](https://celplume.hxcn.space/contribution/components/heading/) ([markdown](https://celplume.hxcn.space/contribution/components/heading.md)): Anchored headings with hover copy-link buttons. - [Components](https://celplume.hxcn.space/contribution/components/) ([markdown](https://celplume.hxcn.space/contribution/components/index.md)): Every Docs Kit builder, documented one page per component with live previews. - [Kbd](https://celplume.hxcn.space/contribution/components/kbd/) ([markdown](https://celplume.hxcn.space/contribution/components/kbd.md)): Keyboard key chip. - [Link](https://celplume.hxcn.space/contribution/components/link/) ([markdown](https://celplume.hxcn.space/contribution/components/link.md)): Text link — inline right arrow, external top-right arrow. - [Mermaid](https://celplume.hxcn.space/contribution/components/mermaid/) ([markdown](https://celplume.hxcn.space/contribution/components/mermaid.md)): Interactive vector diagrams from mermaid code fences — render, zoom, pan, fullscreen, copy code. - [Modal](https://celplume.hxcn.space/contribution/components/modal/) ([markdown](https://celplume.hxcn.space/contribution/components/modal.md)): Overlay dialog with a blurred backdrop, header, body and footer. - [Pagination](https://celplume.hxcn.space/contribution/components/pagination/) ([markdown](https://celplume.hxcn.space/contribution/components/pagination.md)): Previous / next navigation cards. - [Steps](https://celplume.hxcn.space/contribution/components/steps/) ([markdown](https://celplume.hxcn.space/contribution/components/steps.md)): Numbered procedure list with CSS-counter badges. - [Tabs](https://celplume.hxcn.space/contribution/components/tabs/) ([markdown](https://celplume.hxcn.space/contribution/components/tabs.md)): Tab panels with labels, custom values and default index. ## Guides - [Introduction](https://celplume.hxcn.space/guides/example/) ([markdown](https://celplume.hxcn.space/guides/example.md)): Welcome to the CelestPlume documentation. ## BookmarkHarbor - [BookmarkHarbor](https://celplume.hxcn.space/bookmark-harbor/) ([markdown](https://celplume.hxcn.space/bookmark-harbor/index.md)): A local-first, file-manager-style bookmark browser with a modern UI and multilingual support. - [Architecture](https://celplume.hxcn.space/bookmark-harbor/dev/architecture/) ([markdown](https://celplume.hxcn.space/bookmark-harbor/dev/architecture.md)): Component topology, data model, domain modules, design decisions, theming, and internationalization. - [Development guide](https://celplume.hxcn.space/bookmark-harbor/dev/development/) ([markdown](https://celplume.hxcn.space/bookmark-harbor/dev/development.md)): Local setup, scripts, code conventions, testing, and commit rules. - [Deployment guide](https://celplume.hxcn.space/bookmark-harbor/dev/deployment/) ([markdown](https://celplume.hxcn.space/bookmark-harbor/dev/deployment.md)): Build the static front end and deploy to Cloudflare or any static host. - [Frontend guide](https://celplume.hxcn.space/bookmark-harbor/ui/ui/) ([markdown](https://celplume.hxcn.space/bookmark-harbor/ui/ui.md)): Views, layout, interactions, keyboard shortcuts, settings, and accessibility. ## picumet - [Picumet](https://celplume.hxcn.space/picumet/) ([markdown](https://celplume.hxcn.space/picumet/index.md)): Multi-cloud object storage with fine-grained access control — unified file manager, share links, PicGo/PicList integration, all on the Cloudflare edge network. - [Implementation Progress](https://celplume.hxcn.space/picumet/about/progress/) ([markdown](https://celplume.hxcn.space/picumet/about/progress.md)): Scope, status, audit closure, and roadmap. - [API Reference](https://celplume.hxcn.space/picumet/api/api/) ([markdown](https://celplume.hxcn.space/picumet/api/api.md)): Authentication, all endpoints, error codes, and response formats. - [System Architecture](https://celplume.hxcn.space/picumet/dev/architecture/) ([markdown](https://celplume.hxcn.space/picumet/dev/architecture.md)): Services, data model, security design, and provider capability matrix. - [Deployment Guide](https://celplume.hxcn.space/picumet/dev/deployment/) ([markdown](https://celplume.hxcn.space/picumet/dev/deployment.md)): Cloudflare deployment, CI, secrets, and cost estimates. - [Development Guide](https://celplume.hxcn.space/picumet/dev/development/) ([markdown](https://celplume.hxcn.space/picumet/dev/development.md)): Local setup, testing, coding conventions, and common pitfalls. - [Frontend Guide](https://celplume.hxcn.space/picumet/ui/ui/) ([markdown](https://celplume.hxcn.space/picumet/ui/ui.md)): Routes, layout, responsive design, accessibility, and interactions. ## ChronoSync - [ChronoSync](https://celplume.hxcn.space/chronosync/) ([markdown](https://celplume.hxcn.space/chronosync/index.md)): ChronoSync (时序同笺) is a multi-user schedule and timetable management web application for Shandong Normal University. It covers personal multi-schedule management, advanced schedule adjustments, team collaboration, and admin controls. - [Changelog](https://celplume.hxcn.space/chronosync/about/changelog/) ([markdown](https://celplume.hxcn.space/chronosync/about/changelog.md)): Full version history of SDNUChronoSync. - [System Architecture and Technical Reference](https://celplume.hxcn.space/chronosync/dev/architecture/) ([markdown](https://celplume.hxcn.space/chronosync/dev/architecture.md)): Project directory structure, module responsibilities, and REST API endpoint list. - [Deployment Guide](https://celplume.hxcn.space/chronosync/dev/deployment/) ([markdown](https://celplume.hxcn.space/chronosync/dev/deployment.md)): Docker Compose, single-container, and source deployment; plus database configuration, persistence, environment variables, and troubleshooting. - [Frontend Design System](https://celplume.hxcn.space/chronosync/dev/design/) ([markdown](https://celplume.hxcn.space/chronosync/dev/design.md)): Semantic tokens, color palette, dark mode strategy, unified components (InfoBox, TabBar, PickerPopover, CodeEditor), tab system conventions, and dark-mode lessons learned. - [Development Guide](https://celplume.hxcn.space/chronosync/dev/development/) ([markdown](https://celplume.hxcn.space/chronosync/dev/development.md)): Unified entry point for local development, code conventions, quality gates, performance and security baselines, release, and database migration governance. - [Privacy Policy](https://celplume.hxcn.space/chronosync/legal/privacy-policy/) ([markdown](https://celplume.hxcn.space/chronosync/legal/privacy-policy.md)): How ChronoSync (SDNUChronoSync) collects, uses, and protects your personal information, and the rights you have. - [Terms of Service](https://celplume.hxcn.space/chronosync/legal/user-agreement/) ([markdown](https://celplume.hxcn.space/chronosync/legal/user-agreement.md)): Terms of service for ChronoSync (SDNUChronoSync), a multi-user timetable and schedule management web application. - [ChronoSync User Guide](https://celplume.hxcn.space/chronosync/tutorials/chronosync-user-guide/) ([markdown](https://celplume.hxcn.space/chronosync/tutorials/chronosync-user-guide.md)): ChronoSync tutorial navigator — entry points for personal schedules, academic system import, ICS import, team collaboration, admin features, and self-hosted deployment. Tailored for new users, team managers, and developers so you can quickly find the right guide. - [ChronoSync Step-by-Step User Tutorial](https://celplume.hxcn.space/chronosync/tutorials/nanny-user-tutorial/) ([markdown](https://celplume.hxcn.space/chronosync/tutorials/nanny-user-tutorial.md)): A step-by-step ChronoSync user guide covering registration, login, schedule creation, academic system and ICS import, manual events, holiday adjustments, sharing and export, team collaboration, empty classroom lookup, and profile settings. Designed for Shandong Normal University students and staff to quickly get started with schedules and team scheduling. ## 中文文档 / Chinese - [书签浏览器](https://celplume.hxcn.space/zh/bookmark-harbor/) ([markdown](https://celplume.hxcn.space/zh/bookmark-harbor/index.md)): 本地优先、文件管理器风格的书签浏览器——现代界面、多语言支持。 - [时序同笺](https://celplume.hxcn.space/zh/chronosync/) ([markdown](https://celplume.hxcn.space/zh/chronosync/index.md)): 时序同笺 (SDNUChronoSync) 是一个现代化的、全功能的多用户课表与日程管理 Web 应用,专为山东师范大学设计。支持个人多课表管理、高级调休功能、完整的团队协作系统,以及灵活的管理员控制功能。专为教育机构和团队协作场景设计。 - [设计系统](https://celplume.hxcn.space/zh/contribution/design-system/) ([markdown](https://celplume.hxcn.space/zh/contribution/design-system.md)): Plumest 设计系统一览——设计原则、色彩、字体、间距、图标、动效。 - [贡献概述](https://celplume.hxcn.space/zh/contribution/overview/) ([markdown](https://celplume.hxcn.space/zh/contribution/overview.md)): 贡献分类的定位、Docs Kit 的组织方式与新增组件的规范。 - [样式规范](https://celplume.hxcn.space/zh/contribution/styles/) ([markdown](https://celplume.hxcn.space/zh/contribution/styles.md)): Docs Kit 的设计令牌、色板、字体与布局度量。 - [简介](https://celplume.hxcn.space/zh/guides/example/) ([markdown](https://celplume.hxcn.space/zh/guides/example.md)): 欢迎来到 CelestPlume 文档。 - [Picumet](https://celplume.hxcn.space/zh/picumet/) ([markdown](https://celplume.hxcn.space/zh/picumet/index.md)): 多云对象存储管理平台 — 统一文件管理、细粒度权限、分享链接与 PicGo/PicList 接入,运行在 Cloudflare 边缘网络。 - [系统架构](https://celplume.hxcn.space/zh/bookmark-harbor/dev/architecture/) ([markdown](https://celplume.hxcn.space/zh/bookmark-harbor/dev/architecture.md)): 组件拓扑、数据模型、领域模块、设计决策、主题与国际化。 - [部署指南](https://celplume.hxcn.space/zh/bookmark-harbor/dev/deployment/) ([markdown](https://celplume.hxcn.space/zh/bookmark-harbor/dev/deployment.md)): 构建静态前端并部署到 Cloudflare 或任意静态主机。 - [开发指南](https://celplume.hxcn.space/zh/bookmark-harbor/dev/development/) ([markdown](https://celplume.hxcn.space/zh/bookmark-harbor/dev/development.md)): 本地搭建、脚本、代码规范、测试与提交约定。 - [前端指南](https://celplume.hxcn.space/zh/bookmark-harbor/ui/ui/) ([markdown](https://celplume.hxcn.space/zh/bookmark-harbor/ui/ui.md)): 视图、布局、交互、键盘快捷键、设置与无障碍。 - [更新日志](https://celplume.hxcn.space/zh/chronosync/about/changelog/) ([markdown](https://celplume.hxcn.space/zh/chronosync/about/changelog.md)): SDNUChronoSync 完整版本历史。 - [系统架构与技术参考](https://celplume.hxcn.space/zh/chronosync/dev/architecture/) ([markdown](https://celplume.hxcn.space/zh/chronosync/dev/architecture.md)): 项目目录结构、各模块职责与 REST API 接口清单。 - [部署指南](https://celplume.hxcn.space/zh/chronosync/dev/deployment/) ([markdown](https://celplume.hxcn.space/zh/chronosync/dev/deployment.md)): Docker Compose、单容器与源码三种部署方式,以及数据库配置、持久化、环境变量与故障排查。 - [前端设计指南](https://celplume.hxcn.space/zh/chronosync/dev/design/) ([markdown](https://celplume.hxcn.space/zh/chronosync/dev/design.md)): 语义 token、配色系统、暗黑模式策略、统一组件(InfoBox、TabBar、PickerPopover、CodeEditor)、两种 tab 规范、组件全景清单与踩坑记录。 - [隐私政策](https://celplume.hxcn.space/zh/chronosync/legal/privacy-policy/) ([markdown](https://celplume.hxcn.space/zh/chronosync/legal/privacy-policy.md)): 时序同笺(SDNUChronoSync)隐私政策,说明我们收集哪些信息、如何使用与保护,以及您享有的权利。 - [开发指南](https://celplume.hxcn.space/zh/chronosync/dev/development/) ([markdown](https://celplume.hxcn.space/zh/chronosync/dev/development.md)): 本地开发、代码规范、质量门槛、性能安全基线、发布与数据库迁移治理的统一入口。 - [用户协议](https://celplume.hxcn.space/zh/chronosync/legal/user-agreement/) ([markdown](https://celplume.hxcn.space/zh/chronosync/legal/user-agreement.md)): 时序同笺(SDNUChronoSync)用户协议,说明服务条款、账户要求、可接受使用、知识产权与免责声明等内容。 - [时序同笺使用教程](https://celplume.hxcn.space/zh/chronosync/tutorials/chronosync-user-guide/) ([markdown](https://celplume.hxcn.space/zh/chronosync/tutorials/chronosync-user-guide.md)): 时序同笺使用教程导航,概括个人课表、正方教务导入、ICS 导入、团队协作、管理员功能和自托管部署入口,并按新用户、团队管理者、开发者分别指向对应文档。适合快速找到时序同笺相关指南。 - [时序同笺用户保姆级教程](https://celplume.hxcn.space/zh/chronosync/tutorials/nanny-user-tutorial/) ([markdown](https://celplume.hxcn.space/zh/chronosync/tutorials/nanny-user-tutorial.md)): 时序同笺用户保姆级教程,从零讲解注册登录、创建课表、教务系统和 ICS 导入、手动日程、放假调休、分享导出、团队协作、空教室查询和个人中心设置。适合山东师范大学师生快速上手课表与团队排班。 - [Accordion 折叠面板](https://celplume.hxcn.space/zh/contribution/components/accordion/) ([markdown](https://celplume.hxcn.space/zh/contribution/components/accordion.md)): 可折叠章节,可选锚点复制链接。 - [Badge 徽标](https://celplume.hxcn.space/zh/contribution/components/badge/) ([markdown](https://celplume.hxcn.space/zh/contribution/components/badge.md)): 六种语义徽标变体。 - [Breadcrumb 面包屑](https://celplume.hxcn.space/zh/contribution/components/breadcrumb/) ([markdown](https://celplume.hxcn.space/zh/contribution/components/breadcrumb.md)): 带分隔符的页面祖先路径。 - [Button 按钮](https://celplume.hxcn.space/zh/contribution/components/button/) ([markdown](https://celplume.hxcn.space/zh/contribution/components/button.md)): 按钮组件——六种变体、三种尺寸、链接或原生按钮。 - [Callout 提示框](https://celplume.hxcn.space/zh/contribution/components/callout/) ([markdown](https://celplume.hxcn.space/zh/contribution/components/callout.md)): 五种语义提示变体,带底色与左侧条。 - [Cards 卡片](https://celplume.hxcn.space/zh/contribution/components/cards/) ([markdown](https://celplume.hxcn.space/zh/contribution/components/cards.md)): 响应式链接卡片网格与单卡片,可选图标。 - [CodeBlock 代码块](https://celplume.hxcn.space/zh/contribution/components/code-block/) ([markdown](https://celplume.hxcn.space/zh/contribution/components/code-block.md)): 带文件名头与复制按钮的代码框。 - [Drawer 抽屉](https://celplume.hxcn.space/zh/contribution/components/drawer/) ([markdown](https://celplume.hxcn.space/zh/contribution/components/drawer.md)): 右侧滑入的侧栏面板,用于折叠导航与次级内容。 - [Dropdown 下拉菜单](https://celplume.hxcn.space/zh/contribution/components/dropdown/) ([markdown](https://celplume.hxcn.space/zh/contribution/components/dropdown.md)): 菜单组件——触发、菜单项、分组、分隔线。 - [Files 文件树](https://celplume.hxcn.space/zh/contribution/components/files/) ([markdown](https://celplume.hxcn.space/zh/contribution/components/files.md)): 文件树——可折叠目录与缩进线。 - [GitHub 卡片](https://celplume.hxcn.space/zh/contribution/components/github-card/) ([markdown](https://celplume.hxcn.space/zh/contribution/components/github-card.md)): 用 Docs Kit 的 githubCard() 与 githubCards() 展示 GitHub 仓库卡片。 - [Heading 标题](https://celplume.hxcn.space/zh/contribution/components/heading/) ([markdown](https://celplume.hxcn.space/zh/contribution/components/heading.md)): 带锚点与悬停复制链接按钮的标题。 - [Kbd 按键](https://celplume.hxcn.space/zh/contribution/components/kbd/) ([markdown](https://celplume.hxcn.space/zh/contribution/components/kbd.md)): 键盘按键小片。 - [组件文档](https://celplume.hxcn.space/zh/contribution/components/) ([markdown](https://celplume.hxcn.space/zh/contribution/components/index.md)): Docs Kit 全部构建器的分页文档,每个组件独立一页并带实时预览。 - [Link 链接](https://celplume.hxcn.space/zh/contribution/components/link/) ([markdown](https://celplume.hxcn.space/zh/contribution/components/link.md)): 正文链接——内链右箭头、外链右上箭头。 - [Mermaid](https://celplume.hxcn.space/zh/contribution/components/mermaid/) ([markdown](https://celplume.hxcn.space/zh/contribution/components/mermaid.md)): mermaid 代码块渲染为可交互的矢量图表 —— 渲染、缩放、平移、全屏、复制代码。 - [Modal 弹窗](https://celplume.hxcn.space/zh/contribution/components/modal/) ([markdown](https://celplume.hxcn.space/zh/contribution/components/modal.md)): 带模糊遮罩、头部、主体与底部的覆盖式弹窗。 - [Steps 步骤](https://celplume.hxcn.space/zh/contribution/components/steps/) ([markdown](https://celplume.hxcn.space/zh/contribution/components/steps.md)): CSS 计数器编号的流程列表。 - [Pagination 分页](https://celplume.hxcn.space/zh/contribution/components/pagination/) ([markdown](https://celplume.hxcn.space/zh/contribution/components/pagination.md)): 上一页 / 下一页导航卡片。 - [Tabs 标签页](https://celplume.hxcn.space/zh/contribution/components/tabs/) ([markdown](https://celplume.hxcn.space/zh/contribution/components/tabs.md)): 带分组、自定义 value 与默认索引的标签面板。 - [实施进度](https://celplume.hxcn.space/zh/picumet/about/progress/) ([markdown](https://celplume.hxcn.space/zh/picumet/about/progress.md)): 范围、状态、审计闭环与路线图。 - [API 参考](https://celplume.hxcn.space/zh/picumet/api/api/) ([markdown](https://celplume.hxcn.space/zh/picumet/api/api.md)): 认证方式、全部端点、错误码与响应格式。 - [系统架构](https://celplume.hxcn.space/zh/picumet/dev/architecture/) ([markdown](https://celplume.hxcn.space/zh/picumet/dev/architecture.md)): 服务设计、数据模型、安全设计与存储提供商能力矩阵。 - [部署指南](https://celplume.hxcn.space/zh/picumet/dev/deployment/) ([markdown](https://celplume.hxcn.space/zh/picumet/dev/deployment.md)): Cloudflare 部署、CI、密钥管理与成本估算。 - [开发指南](https://celplume.hxcn.space/zh/picumet/dev/development/) ([markdown](https://celplume.hxcn.space/zh/picumet/dev/development.md)): 本地环境搭建、测试、代码规范与常见坑点。 - [前端指南](https://celplume.hxcn.space/zh/picumet/ui/ui/) ([markdown](https://celplume.hxcn.space/zh/picumet/ui/ui.md)): 路由、布局、响应式、无障碍与交互方式。 ## Optional - [GitHub repository](https://github.com/CelPlume/CelestPlume): source code and issues