@liustack/pptwise 0.22.0 → 0.24.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +72 -41
- package/README.zh-CN.md +72 -41
- package/dist/{chunk-M35M4QUC.js → chunk-2CA3JRFR.js} +460 -499
- package/dist/chunk-2CA3JRFR.js.map +1 -0
- package/dist/{chunk-WL5KWYKS.js → chunk-G7WQ7KSP.js} +34800 -30625
- package/dist/chunk-G7WQ7KSP.js.map +1 -0
- package/dist/{chunk-VUOLBHD7.js → chunk-RQUKZYSH.js} +1 -1
- package/dist/{chunk-VUOLBHD7.js.map → chunk-RQUKZYSH.js.map} +1 -1
- package/dist/{chunk-3ZUKISTY.js → chunk-VEZGVYJS.js} +2 -2
- package/dist/cli.js +911 -462
- package/dist/cli.js.map +1 -1
- package/dist/index.d.ts +5320 -1534
- package/dist/index.js +15 -13
- package/dist/node.d.ts +1 -1
- package/dist/node.js +2 -2
- package/dist/{pixel-audit-H5K6JK3X.js → pixel-audit-M5Q5WCST.js} +4 -4
- package/dist/pixel-audit-M5Q5WCST.js.map +1 -0
- package/dist/{registry-C0GJH7ZT.d.ts → registry-D8bkC8ff.d.ts} +1 -1
- package/dsh/preview-tool.js +20 -17
- package/package.json +2 -1
- package/skills/pptwise/SKILL.md +133 -70
- package/skills/pptwise/SKILL.zh-CN.md +136 -73
- package/skills/pptwise/references/branding.md +34 -8
- package/skills/pptwise/references/branding.zh-CN.md +36 -8
- package/skills/pptwise/references/components.md +63 -33
- package/skills/pptwise/references/components.zh-CN.md +63 -33
- package/skills/pptwise/references/density.md +23 -9
- package/skills/pptwise/references/density.zh-CN.md +23 -9
- package/skills/pptwise/references/images.md +26 -13
- package/skills/pptwise/references/images.zh-CN.md +26 -13
- package/skills/pptwise/references/layouts.md +30 -26
- package/skills/pptwise/references/layouts.zh-CN.md +30 -26
- package/skills/pptwise/references/spec.md +143 -69
- package/skills/pptwise/references/spec.zh-CN.md +143 -69
- package/skills/pptwise/references/validate.md +33 -45
- package/skills/pptwise/references/validate.zh-CN.md +33 -45
- package/skills/pptwise/scripts/run.ps1 +1 -1
- package/skills/pptwise/scripts/run.sh +1 -1
- package/dist/chunk-M35M4QUC.js.map +0 -1
- package/dist/chunk-WL5KWYKS.js.map +0 -1
- package/dist/pixel-audit-H5K6JK3X.js.map +0 -1
- /package/dist/{chunk-3ZUKISTY.js.map → chunk-VEZGVYJS.js.map} +0 -0
|
@@ -1,17 +1,31 @@
|
|
|
1
|
-
# Density and
|
|
1
|
+
# Density and decoration
|
|
2
2
|
|
|
3
|
-
Read this when pacing budgets,
|
|
3
|
+
Read this when writing to pacing budgets, fitting the bound face, or deciding whether a page needs local decoration.
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
## Two capacity limits
|
|
6
6
|
|
|
7
|
-
|
|
7
|
+
Every content page has two independent limits. Narrative pacing sets an editorial budget. The face selected by the bound theme menu sets a physical body capacity. The effective component limit is the smaller value.
|
|
8
8
|
|
|
9
|
-
|
|
9
|
+
| pacing | body baseline | components | bullet items | width units per bullet |
|
|
10
|
+
| --- | ---: | ---: | ---: | ---: |
|
|
11
|
+
| `dense` | 24px | 5 | 6 | 27 |
|
|
12
|
+
| `balanced` | 24px | 4 | 5 | 25 |
|
|
13
|
+
| `spacious` | 32px | 3 | 4 | 22 |
|
|
10
14
|
|
|
11
|
-
|
|
15
|
+
`validate` reports the effective limit for the actual theme and kind. Editorial excess is normally a warning. Render-safety limits and content loss remain hard errors. Shorten or split a page instead of hiding overflow.
|
|
12
16
|
|
|
13
|
-
|
|
17
|
+
`spacious` means fewer elements at a larger body size. It does not mean the same content compressed into a cleaner-looking page. Keep headings assertive and keep bullet items near two lines.
|
|
14
18
|
|
|
15
|
-
|
|
19
|
+
Three consecutive content pages with the same kind produce a spec advisory. Repetition can be correct, but confirm that the story truly calls for the same semantic move three times.
|
|
16
20
|
|
|
17
|
-
|
|
21
|
+
Eight components own the whole body: `swot`, `bmc`, `waterfall`, `gantt`, `pest`, `five_forces`, `heatmap`, and `sankey`. Each must be the page's only component.
|
|
22
|
+
|
|
23
|
+
## Decoration ownership
|
|
24
|
+
|
|
25
|
+
Decoration resolves in this order:
|
|
26
|
+
|
|
27
|
+
1. A face with structural `suppressMotif: true` never receives a theme motif.
|
|
28
|
+
2. Otherwise a menu entry may choose `decor.kind: "silent"` or select another motif.
|
|
29
|
+
3. With no menu opinion, the theme's ordinary motif paints.
|
|
30
|
+
|
|
31
|
+
The face's structural silence cannot be undone by a menu. A page-level `decor` is a controlled local primitive such as a rule, tag, quote mark, dots, or large number. Use it only when the page meaning needs that accent. It does not replace the theme menu and should not be stamped across the deck.
|
|
@@ -3,20 +3,34 @@ summary: 'skills/pptwise/references/density.md 的中文阅读镜像'
|
|
|
3
3
|
mirror_of: skills/pptwise/references/density.md
|
|
4
4
|
---
|
|
5
5
|
|
|
6
|
-
#
|
|
6
|
+
# 密度与装饰
|
|
7
7
|
|
|
8
|
-
|
|
8
|
+
何时读:按 pacing 预算写作,适配已绑定的脸,或判断页面是否需要局部装饰时。
|
|
9
9
|
|
|
10
|
-
|
|
10
|
+
## 两种容量限制
|
|
11
11
|
|
|
12
|
-
|
|
12
|
+
每张内容页同时受两种独立限制。叙事 pacing 给出编辑预算,主题菜单选中的脸给出正文物理容量。实际组件上限取两者中的较小值。
|
|
13
13
|
|
|
14
|
-
|
|
14
|
+
| pacing | 正文基线 | components | bullet 条目 | 每条宽度单位 |
|
|
15
|
+
| --- | ---: | ---: | ---: | ---: |
|
|
16
|
+
| `dense` | 24px | 5 | 6 | 27 |
|
|
17
|
+
| `balanced` | 24px | 4 | 5 | 25 |
|
|
18
|
+
| `spacious` | 32px | 3 | 4 | 22 |
|
|
15
19
|
|
|
16
|
-
|
|
20
|
+
`validate` 会按实际主题与 kind 报出有效上限。超出编辑预算通常是警告,越过渲染安全线或造成内容丢失仍然是硬错误。应该缩短或拆页,不要隐藏溢出。
|
|
17
21
|
|
|
18
|
-
|
|
22
|
+
`spacious` 表示元素更少且正文字号更大,不是把同样多的内容压缩进一张看似更干净的页面。标题要短而有判断,bullet 条目尽量控制在两行附近。
|
|
19
23
|
|
|
20
|
-
|
|
24
|
+
连续三张内容页使用相同 kind 时,spec 会给出提示。重复可能正确,但应确认故事确实需要连续三次相同的语义动作。
|
|
21
25
|
|
|
22
|
-
|
|
26
|
+
八种组件独占整个正文区:`swot`、`bmc`、`waterfall`、`gantt`、`pest`、`five_forces`、`heatmap` 与 `sankey`。每种都必须是该页唯一的组件。
|
|
27
|
+
|
|
28
|
+
## 装饰归属
|
|
29
|
+
|
|
30
|
+
装饰按以下顺序解析:
|
|
31
|
+
|
|
32
|
+
1. 一张脸若把 `suppressMotif: true` 声明为结构事实,就永远不接收主题 motif。
|
|
33
|
+
2. 其他脸可以由菜单条目选择 `decor.kind: "silent"`,或换用另一个 motif。
|
|
34
|
+
3. 菜单没有表达意见时,绘制主题的普通 motif。
|
|
35
|
+
|
|
36
|
+
菜单不能推翻脸的结构静默。页面级 `decor` 是受控的局部原语,例如线、标签、引号、圆点或大数字。只有页面含义确实需要这一个强调时才使用。它不能替代主题菜单,也不应整份 deck 到处盖章。
|
|
@@ -1,35 +1,50 @@
|
|
|
1
1
|
# Images
|
|
2
2
|
|
|
3
|
-
Read this when declaring image assets, searching stock, or generating art.
|
|
3
|
+
Read this when declaring image assets, choosing `photo` or `evidence`, searching stock, or generating art.
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
## Choose the semantic move first
|
|
6
6
|
|
|
7
|
-
|
|
7
|
+
Use `kind: "photo"` when the image itself is the subject. Use `kind: "evidence"` when one exhibit supports one assertion. The bound theme menu chooses the face for that kind. Authors do not name image geometry.
|
|
8
8
|
|
|
9
|
-
|
|
9
|
+
Cover and chapter pages can use an asset background. The renderer applies the dedicated image-cover treatment with a dark readability scrim. Content and ending asset backgrounds retain the theme-toned scrim. Use a background image only when the page truly needs a full-canvas scene.
|
|
10
10
|
|
|
11
|
-
|
|
11
|
+
Declare each image once in `assets.images`, then reference it by `asset_id` from `image`, `image_grid`, `image_compare`, or `device_mockup`. Check every key. `validate` reports a dangling reference, and an unresolved source cannot become a real image.
|
|
12
12
|
|
|
13
|
-
|
|
13
|
+
`image_side: "left"` or `"right"` is an optional preference for a face that supports a side image. Other faces ignore no authoring geometry because none is supplied.
|
|
14
14
|
|
|
15
|
-
|
|
15
|
+
## Brief before sourcing
|
|
16
16
|
|
|
17
|
-
|
|
17
|
+
Run the real renderer before sourcing any missing asset:
|
|
18
|
+
|
|
19
|
+
```bash
|
|
20
|
+
pptwise asset-brief <target>
|
|
21
|
+
```
|
|
22
|
+
|
|
23
|
+
The brief reports the actual frame, crop mode, safe zone, suggested pixel size, theme palette, and a paste-ready prompt. Match the reported aspect ratio and palette.
|
|
24
|
+
|
|
25
|
+
## Stock photos
|
|
26
|
+
|
|
27
|
+
Use a short concrete English query of two to four words, such as `office desk` or `wind farm`. Keep mood, quality claims, and negative keywords out of the query. Search Pexels first, Pixabay when configured, then the commercially filtered Openverse sources.
|
|
18
28
|
|
|
19
29
|
```bash
|
|
20
30
|
pptwise config set pexels.apiKey
|
|
21
31
|
pptwise images search "office desk" --orientation landscape
|
|
22
32
|
```
|
|
23
33
|
|
|
24
|
-
Do not
|
|
34
|
+
Do not take the first result automatically. Have a person or vision model choose from the thumbnails, then fetch the selected asset.
|
|
25
35
|
|
|
26
36
|
```bash
|
|
27
37
|
pptwise images fetch pexels:123 --deck <dir> --as hero
|
|
28
38
|
pptwise images list --deck <dir>
|
|
39
|
+
```
|
|
40
|
+
|
|
41
|
+
## Generated images
|
|
42
|
+
|
|
43
|
+
```bash
|
|
29
44
|
pptwise images generate --deck <dir> --as <asset_id>
|
|
30
45
|
```
|
|
31
46
|
|
|
32
|
-
Local generators
|
|
47
|
+
Local generators remain disabled until the user enables one:
|
|
33
48
|
|
|
34
49
|
```bash
|
|
35
50
|
pptwise config set images.generators.grok.enabled true
|
|
@@ -37,6 +52,4 @@ pptwise config set images.generators.codex.enabled true
|
|
|
37
52
|
pptwise config set images.generators.antigravity.enabled true
|
|
38
53
|
```
|
|
39
54
|
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
No key: leave the slot `missing` (grey frame). Do not invent a photo. Do not scrape. Do not use Unsplash. This is a local client fetching with the user's own key. Commercial use in a presentation is allowed. Do not resell the photo standalone. Print attribution in the terminal, not on the slide by default.
|
|
55
|
+
Fetched and generated files live under `.pptwise/<deck>/assets/` with sidecars. Do not delete that directory to rerun a step because it contains selected assets. Without an available source, leave the asset missing and report it. Do not invent a photo or scrape an unsupported provider. Print required attribution in the terminal unless the license or user asks for on-slide credit.
|
|
@@ -5,36 +5,51 @@ mirror_of: skills/pptwise/references/images.md
|
|
|
5
5
|
|
|
6
6
|
# 配图
|
|
7
7
|
|
|
8
|
-
|
|
8
|
+
何时读:声明图片资产,选择 `photo` 或 `evidence`,搜索图库,或生成图片时。
|
|
9
9
|
|
|
10
|
-
|
|
10
|
+
## 先选择语义动作
|
|
11
11
|
|
|
12
|
-
|
|
12
|
+
图像本身就是主角时用 `kind: "photo"`。一件展品支持一个断言时用 `kind: "evidence"`。已绑定主题的菜单为这个 kind 选择脸。作者不点名图片几何。
|
|
13
13
|
|
|
14
|
-
|
|
14
|
+
封面与章节页可以使用资产背景。渲染器会采用专门的压图处理,并加深色可读性遮罩。内容页与结尾页的资产背景保留主题色调遮罩。只有页面确实需要全画布场景时才使用背景图。
|
|
15
15
|
|
|
16
|
-
|
|
16
|
+
每张图片只在 `assets.images` 中声明一次,再由 `image`、`image_grid`、`image_compare` 或 `device_mockup` 通过 `asset_id` 引用。逐个检查 key。`validate` 会报告悬空引用,没有解析到来源的资产不能变成真实图片。
|
|
17
17
|
|
|
18
|
-
|
|
18
|
+
`image_side: "left"` 或 `"right"` 是给支持侧图的脸使用的可选偏好。其他脸不需要处理作者几何,因为作者没有提供这类信息。
|
|
19
19
|
|
|
20
|
-
|
|
20
|
+
## 先取简报再找图
|
|
21
21
|
|
|
22
|
-
|
|
22
|
+
为任何缺失资产找图之前,先运行真实渲染器:
|
|
23
|
+
|
|
24
|
+
```bash
|
|
25
|
+
pptwise asset-brief <target>
|
|
26
|
+
```
|
|
27
|
+
|
|
28
|
+
简报会给出实际画框、裁切方式、安全区、建议像素尺寸、主题配色和可直接使用的提示词。素材应匹配它报告的宽高比与色调。
|
|
29
|
+
|
|
30
|
+
## 图库照片
|
|
31
|
+
|
|
32
|
+
使用两到四个词的具体英文查询,例如 `office desk` 或 `wind farm`。查询中不要写情绪词、质量描述或否定关键词。搜索顺序是 Pexels,已配置时再查 Pixabay,最后查经过商业用途过滤的 Openverse 来源。
|
|
23
33
|
|
|
24
34
|
```bash
|
|
25
35
|
pptwise config set pexels.apiKey
|
|
26
36
|
pptwise images search "office desk" --orientation landscape
|
|
27
37
|
```
|
|
28
38
|
|
|
29
|
-
|
|
39
|
+
不要自动选择第一张结果。由人或视觉模型从缩略图中选择,再拉取目标资产。
|
|
30
40
|
|
|
31
41
|
```bash
|
|
32
42
|
pptwise images fetch pexels:123 --deck <dir> --as hero
|
|
33
43
|
pptwise images list --deck <dir>
|
|
44
|
+
```
|
|
45
|
+
|
|
46
|
+
## 生成图片
|
|
47
|
+
|
|
48
|
+
```bash
|
|
34
49
|
pptwise images generate --deck <dir> --as <asset_id>
|
|
35
50
|
```
|
|
36
51
|
|
|
37
|
-
|
|
52
|
+
本地生成器默认关闭,只有用户启用后才使用:
|
|
38
53
|
|
|
39
54
|
```bash
|
|
40
55
|
pptwise config set images.generators.grok.enabled true
|
|
@@ -42,6 +57,4 @@ pptwise config set images.generators.codex.enabled true
|
|
|
42
57
|
pptwise config set images.generators.antigravity.enabled true
|
|
43
58
|
```
|
|
44
59
|
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
没有 key:槽位保持 `missing`(灰框)。不要编一张图。不要刮网页。不要用 Unsplash。这是本机客户端,用用户自己的 key 去拉。幻灯里商用可以。不要把原图单独转卖。署名打在终端,默认不印在画面上。
|
|
60
|
+
拉取与生成的文件存放在 `.pptwise/<deck>/assets/`,旁边带 sidecar。不要为了重跑某一步而删除整个目录,因为其中保存了已经选定的资产。没有可用来源时,保留缺失状态并如实汇报。不要虚构照片,也不要抓取未支持的提供方。除非许可或用户要求在页面署名,归属信息默认打印在终端。
|
|
@@ -1,37 +1,41 @@
|
|
|
1
|
-
#
|
|
1
|
+
# Kinds and theme menus
|
|
2
2
|
|
|
3
|
-
Read this when
|
|
3
|
+
Read this when deciding what a content page is saying and which `kind` names that move.
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
## The authoring rule
|
|
6
6
|
|
|
7
|
-
|
|
7
|
+
Boundary pages use only `cover`, `chapter`, or `ending`. Every content page carries exactly one of the eleven `kind` values below. Authors choose the semantic move. The bound theme menu chooses the visual face.
|
|
8
8
|
|
|
9
|
-
|
|
9
|
+
Do not encode geometry in the spec or page file. If the requested kind is absent from the theme menu, validation stops with a hard error and lists the kinds that theme offers. Resolve the mismatch by choosing an offered kind that still tells the truth, binding a theme that offers the intended kind, or creating a complete theme whose menu does.
|
|
10
10
|
|
|
11
|
-
|
|
11
|
+
## Close calls
|
|
12
12
|
|
|
13
|
-
|
|
13
|
+
- `points` is an argument whose order matters. `list` is a set of peers that can be reordered.
|
|
14
|
+
- `data` is a numeric set with a shape to read. `fact` is one number carrying the page.
|
|
15
|
+
- `photo` makes the image the subject. `evidence` makes an exhibit support one assertion.
|
|
16
|
+
- `statement` is the deck author's proposition. `quote` attributes the words to someone else.
|
|
17
|
+
- `process` expresses direction or time. `hierarchy` expresses containment or levels. `comparison` puts alternatives side by side.
|
|
14
18
|
|
|
15
|
-
|
|
19
|
+
## Menu consequences
|
|
16
20
|
|
|
17
|
-
|
|
21
|
+
A theme menu binds each boundary page and each offered content kind to one face. The same choice also fixes that face's capacity, motif posture, and branding permissions. Write to that physical capacity after binding the theme. A different color fork with the same menu can be rebound without rewriting the story. A theme with a different menu requires a return to the theme step, followed by spec and page-fill revision.
|
|
18
22
|
|
|
19
|
-
|
|
23
|
+
<!-- generated:begin kinds -->
|
|
24
|
+
### Complete kind vocabulary
|
|
20
25
|
|
|
21
|
-
|
|
26
|
+
This section is generated from the IR v5 kind vocabulary and the 24 preset menus. The final column shows how many preset menus offer each kind.
|
|
22
27
|
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
Branding omit/full lives in `references/branding.md`.
|
|
28
|
+
| kind | name | use it when | boundary | preset menus |
|
|
29
|
+
| --- | --- | --- | --- | ---: |
|
|
30
|
+
| `points` | Points | Advance an ordered argument whose sequence matters. | Use list when the items are peers that can be reordered. | 24/24 |
|
|
31
|
+
| `list` | List | Present peer items whose order may change. | Use points when the sequence carries the reasoning. | 24/24 |
|
|
32
|
+
| `comparison` | Comparison | Place alternatives, sides, or dimensions in direct contrast. | Containment belongs to hierarchy and direction belongs to process. | 24/24 |
|
|
33
|
+
| `process` | Process | Show directed steps, a timeline, or a closed cycle. | An ordered argument without motion is points. | 24/24 |
|
|
34
|
+
| `data` | Data | Make a set of numbers, a chart, or a table the subject. | Use fact when one number is the whole message. | 23/24 |
|
|
35
|
+
| `photo` | Photo | Make the image itself the content. | Use evidence when an exhibit exists to support a claim. | 21/24 |
|
|
36
|
+
| `statement` | Statement | Give the deck author's own proposition a full page. | Words attributed to someone else are quote. | 20/24 |
|
|
37
|
+
| `quote` | Quote | Center words attributed to another speaker or source. | The deck author's own proposition is statement. | 8/24 |
|
|
38
|
+
| `fact` | Fact | Build the page around one number. | A numeric set whose structure matters is data. | 18/24 |
|
|
39
|
+
| `evidence` | Evidence | Pair one assertion with one exhibit that supports it. | Use photo when the image stands on its own. | 10/24 |
|
|
40
|
+
| `hierarchy` | Hierarchy | Express containment, levels, or composition. | Sequence belongs to process and side-by-side contrast to comparison. | 22/24 |
|
|
41
|
+
<!-- generated:end kinds -->
|
|
@@ -3,40 +3,44 @@ summary: 'skills/pptwise/references/layouts.md 的中文阅读镜像'
|
|
|
3
3
|
mirror_of: skills/pptwise/references/layouts.md
|
|
4
4
|
---
|
|
5
5
|
|
|
6
|
-
#
|
|
6
|
+
# 讲法与主题菜单
|
|
7
7
|
|
|
8
|
-
|
|
8
|
+
何时读:判断内容页在说什么,以及该用哪个 `kind` 命名这种表达动作时。
|
|
9
9
|
|
|
10
|
-
|
|
10
|
+
## 作者规则
|
|
11
11
|
|
|
12
|
-
|
|
12
|
+
边界页只使用 `cover`、`chapter` 或 `ending`。每张内容页必须且只能带一个下列十一词中的 `kind`。作者选择语义动作,已绑定主题的菜单负责选择视觉脸。
|
|
13
13
|
|
|
14
|
-
|
|
14
|
+
不要在 spec 或页面文件中编码几何。请求的 kind 不在主题菜单里时,验证会硬报错,并列出该主题提供的讲法。解决方式只有三种:改用仍然忠于内容的已提供讲法,绑定一个提供目标讲法的主题,或创建一个菜单包含目标讲法的完整主题。
|
|
15
15
|
|
|
16
|
-
|
|
16
|
+
## 容易混淆的边界
|
|
17
17
|
|
|
18
|
-
|
|
18
|
+
- `points` 是顺序不可调换的论证。`list` 是可以换序的并列条目。
|
|
19
|
+
- `data` 是要读出结构的一组数字。`fact` 是由一个数字承担整页信息。
|
|
20
|
+
- `photo` 让图像本身成为主角。`evidence` 让一件展品支持一个断言。
|
|
21
|
+
- `statement` 是作者自己的立论。`quote` 把话归给别人。
|
|
22
|
+
- `process` 表达方向或时间。`hierarchy` 表达包含或层级。`comparison` 把多个对象并排对照。
|
|
19
23
|
|
|
20
|
-
|
|
24
|
+
## 菜单带来的约束
|
|
21
25
|
|
|
22
|
-
|
|
26
|
+
主题菜单为每种边界页和每个已提供的内容讲法各绑定一张脸。这次绑定也同时确定了脸的容量、装饰姿态和品牌权限。先绑定主题,再按真实物理容量写作。菜单相同的换色分叉可以直接换绑。菜单不同的主题需要回到主题步骤,再修订 spec 与页面填充。
|
|
23
27
|
|
|
24
|
-
|
|
28
|
+
<!-- generated:begin kinds -->
|
|
29
|
+
### 讲法全量表
|
|
25
30
|
|
|
26
|
-
|
|
31
|
+
本段由 IR v5 的讲法词表与 24 个预设菜单生成。最后一列表示有多少预设菜单提供该讲法。
|
|
27
32
|
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
`
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
品牌框 omit/full 写在 `references/branding.md`。
|
|
33
|
+
| kind | 中文 | 何时使用 | 边界 | 预设菜单 |
|
|
34
|
+
| --- | --- | --- | --- | ---: |
|
|
35
|
+
| `points` | 要点 | 按不可调换的顺序推进一组论点。 | 并列条目可换序时用 list。 | 24/24 |
|
|
36
|
+
| `list` | 清单 | 并列陈列一组可以换序的条目。 | 顺序承载论证时用 points。 | 24/24 |
|
|
37
|
+
| `comparison` | 对比 | 把两边、多个方案或多个维度直接对照。 | 包含关系用 hierarchy,有方向的变化用 process。 | 24/24 |
|
|
38
|
+
| `process` | 流程 | 表达有方向的步骤、时间线或闭环。 | 只有论证递进而没有运动关系时用 points。 | 24/24 |
|
|
39
|
+
| `data` | 数据 | 让一组数字、图表或表格成为页面主角。 | 只有一个数字承担全部信息时用 fact。 | 23/24 |
|
|
40
|
+
| `photo` | 图像 | 让画面本身成为内容。 | 展品是为断言服务时用 evidence。 | 21/24 |
|
|
41
|
+
| `statement` | 宣言 | 让作者自己的一句话立论占据整页。 | 借别人之口时用 quote。 | 20/24 |
|
|
42
|
+
| `quote` | 引用 | 以他人或外部来源的话为中心。 | 作者自己的立论用 statement。 | 8/24 |
|
|
43
|
+
| `fact` | 大数字 | 让一个数字承担整页冲击。 | 要看一组数字的结构时用 data。 | 18/24 |
|
|
44
|
+
| `evidence` | 单证据 | 把一个断言与一件支持它的展品配对。 | 画面自己就是内容时用 photo。 | 10/24 |
|
|
45
|
+
| `hierarchy` | 层级 | 表达包含、层级或组成关系。 | 先后关系用 process,并排对照用 comparison。 | 22/24 |
|
|
46
|
+
<!-- generated:end kinds -->
|