技能概述
Orbit · Gmail 係 Open Orbit 嘅單一 connector 匯總技能,專注於 Gmail 收件箱。當 Gmail 係用戶唯一連接嘅 connector,或者用戶明確將 daily digest scope 到 Gmail 時自動觸發。
匯總內容包括:replies awaited、mentions、CC、auto-categorized bulk。UI 呈現為 Orbit Daily Digest 郵件已經打開 喺 Gmail 閱讀視圖中嘅樣式 — Gmail top header + email chrome(toolbar / subject / sender / digest body / reply bar)。
唔係三欄佈局 — 冇 left rail、冇 inbox list、冇 Categories tabs,只有單列嘅已打開 digest 郵件。
觸發關鍵字
- gmail briefing、inbox digest、email summary
- gmail 簡報、郵件摘要
什麼時候用
- 需要 Gmail inbox 活動嘅每日匯總
- 想睇邊啲郵件需要處理、值得關注、或者只需知悉
- 用戶只有 Gmail 連接咗,想要單一 connector digest
頁面結構
1. Gmail Top Header(<header>)
- 全寬白色,左邊:hamburger(☰)+ Gmail wordmark(首個 G 紅色
#D93025) - 中間:rounded search bar(
#eaf1fbbg) - 右邊:❓ help、⚙ settings、▦ app launcher、round avatar
2. Email Chrome
Toolbar — back / archive / delete / mark unread / label / prev / next
Subject — ☀ Eli, 你昨天的 6 封重要郵件 — Open Orbit Daily + inline Orbit tag
Sender row — round avatar + Open Orbit <orbit@opendesign.local> + 收件人 + date + reply/more icons
Digest Body(<div class="digest-body">):
| 區塊 | 內容 |
|---|---|
| Greeting | 問候段落 |
| Summary strip | 3 個數字單元(urgent / 值得關注 / 僅供知悉) |
| 🔴 需要處理 | Cards with action-btn primary |
| 🟡 值得關注 | Cards with action-btn ghost |
| ⚪ 僅供知悉 | Cards |
| Digest footer | Micro-tag |
Reply bar — 底部:回复 / 全部回复 / 转发
畫布 Tokens
page bg: #f6f8fc
surface: #ffffff
border: #e0e0e0
text: #202124
text-secondary: #5f6368
text-muted: #80868b
red (Gmail): #D93025 /* accent */
blue: #1a73e8 /* CTA / link */
yellow: #f4b400 /* important ★ */
green: #0f9d58
search bar bg: #eaf1fb
字體:'Google Sans', 'Roboto', -apple-system, system-ui, sans-serif
Pill / Icon 規則
- Avatars — 圓形,sender 40px、card 32px、inline 28px
- Yellow important star — 只出現喺 Orbit digest 行
- Labels / tags — small rounded pills,無填充(dot + text),只喺 example 出現嘅位置用
實現約束
| 唔好 | 要 |
|---|---|
| 渲染 left rail(Compose / system labels / Categories) | 完全跳過,單列佈局 |
| 渲染 inbox list | 只展示已打開嘅 digest 郵件 |
| 渲染 Categories tab strip(主要 / 社交 / 推廣) | 跳過 |
| 非 Google 排版 | 用 Google Sans / Roboto |
| Gmail chrome 加 drop shadows | 平表面,只有 Material 1 elevation on focus |
| 方形頭像 | 永遠圓形 |
| lorem ipsum | 真實 Gmail copy("Q3 預算確認"、"Login redesign 反饋") |
| dark mode | Gmail 預設 light theme |
| Gmail chrome 用 Orbit branding | Orbit branding 只喺 digest body 入面(subject tag + footer) |