feat: 關於頁改為五步驟平台導覽流程並更新算力說明(#83) - #84
Merged
Merged
Conversation
- 「我們怎麼運作?」由三階段循環改為五步驟導覽:關注議題 → 建立客觀討論基礎 → 參與討論 → 分享觀點 → 意見綜整;步驟 3 的意見投票與步驟 5 依 issue 標示「功能研發中」 - 新增 AboutFlowIllustration.vue:每步一張 inline SVG 插圖,顏色走 Tailwind fill-*/stroke-* token utilities,暗黑模式自動跟隨 - 「有一件事我們很堅持」改為「讓閒置算力變成公共資源」,結尾以真實連結導向 GitHub 專案 - i18n 新增 abt_step4_*/abt_step5_*/abt_step3_wip_note/abt_wip_badge 等 key,zh-TW/en 雙檔同步;headForAbout description 同步改寫 - 流程版型放進 src/styles/app.css @layer components(HTML 殼目前只載入 /styles.css,SFC scoped style 不會送達瀏覽器;AGENTS.md 補上此限制) Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01P8bPqqqt2XEmiva38RjuxH
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01P8bPqqqt2XEmiva38RjuxH
「功能研發中」徽章改掛在 Sensemaker 報告這一段;第一段「綜整回說明頁」對應已上線的志願者再彙整。zh-TW/en 同步。 Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01P8bPqqqt2XEmiva38RjuxH
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #83
摘要
About.vue「我們怎麼運作?」改為直向流程(關注議題 → 建立客觀討論基礎 → 參與討論 → 分享觀點 → 意見綜整),步驟間有連接線與箭頭。src/components/AboutFlowIllustration.vue,五張 inline SVG 插圖,顏色走 Tailwindfill-*/stroke-*token utilities,暗黑模式自動跟隨;aria-hidden,純裝飾。abt_step4_*/abt_step5_*/abt_step3_wip_note/abt_step5_wip_note/abt_wip_badge等 key,zh-TW/en 雙檔同步;headForAboutdescription 同步改為五步驟。值得注意
HTML 殼(
src/ssr/render.ts)目前只載入/styles.css,client build 從 SFC 抽出的 CSS(public/assets/style-*.css)沒有任何地方引用,所以<style scoped>在正式環境不會生效。本 PR 因此把流程版型放進src/styles/app.css的@layer components,並在 AGENTS.md 加上提醒。若日後想改為把抽出的 CSS 接進 HTML 殼,另開 issue 處理。驗證
vp check --no-fmt零錯誤(lint + 型別)vp test91/91 通過(含 l10n key 同步)vp run build成功;public/styles.css已隨 commit 更新/about:SSR 含五個步驟、新文案與 GitHub 連結,舊「三個階段」文案已移除;/about.html仍 301 到/about🤖 Generated with Claude Code
https://claude.ai/code/session_01P8bPqqqt2XEmiva38RjuxH