feat: 內建元件速查 + 補齊 features 索引缺口 (v1.2.0) - #1
Open
astroicers wants to merge 2 commits into
Open
Conversation
新增 references/builtin-components.md(Slidev v52 全部內建元件速查),並補齊 features 索引缺口至既有 references(global layers / block frontmatter / zoom / code groups / draggable / icons / slide-scoped style)。SKILL.md 路由表、README、validate.yml(8→9) 同步;plugin.json / marketplace.json 版本升至 1.2.0。 查證對照 Slidev v52.16.0,並修正三項假設(無單頁 rotate、comark≠mdc、draggable 頁網址), 記入 .fact-check.md。 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
code-and-diagrams.md §10:把 animated explainer 落成自足 Vue 元件的三個必守點—— 讀主題 token 不寫死色、尊重 prefers-reduced-motion 定格代表幀、非當前頁停 RAF。 pitfalls.md 對應新增一列。借鑒自純 Canvas 2D explainer,與 talk-craft §1 第 10 招對接。 歸入 v1.2.0(本 PR)。 Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
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.
摘要
把
sli.dev/builtin/components與features/收攏進 skill,讓第一版 deck 就查得到。references/builtin-components.md:Slidev v52 全部內建元件速查(19 個,依用途分組 + 關鍵 props/slots + 踩雷點)。slide-structure.md(global layers / frontmatter 合併 / block frontmatter /zoom)、code-and-diagrams.md(code groups / 行號startLine)、animation.md(draggablev-drag/<v-drag-arrow>/dragPos)、theming-style.md(icons / slide-scoped style)。.fact-check.md(先前被引用但檔案不存在),對 Slidev v52.16.0 查證。SKILL.md路由表、README.md結構樹、validate.yml(references 8 → 9)、plugin.json/marketplace.json版本 1.1.1 → 1.2.0。查證修正(fact-check 推翻 3 項假設)
rotate:frontmatter — rotate 僅是 draggable 位置第五值。comark: true— 與mdc: true是兩個獨立旗標。/features/draggable。驗證
slidev build探針 deck:global layer /<RenderWhen>/v-drag/::code-group/<Toc>/<SlideCurrentNo>等新語法全數編譯通過,EXIT=0。🤖 Generated with Claude Code