返回 ppt-master
spec_lock.md
1 # Execution Lock
2
3 ## canvas
4 - viewBox: 0 0 1280 720
5 - format: PPT 16:9
6
7 ## colors
8 - bg: #F5EFE0
9 - secondary_bg: #EAE2CC
10 - primary: #1E4DBC
11 - accent: #FF5C8A
12 - secondary_accent: #E8A02E
13 - text: #1A1A1A
14 - text_secondary: #5A5A5A
15 - text_tertiary: #8C8275
16 - border: #1A1A1A
17 - image_rendering: screen-print
18 - image_palette: duotone
19
20 ## typography
21 - font_family: 'Microsoft YaHei', 'PingFang SC', Arial, sans-serif
22 - title_family: Impact, 'Arial Black', 'Microsoft YaHei', sans-serif
23 - body_family: 'Microsoft YaHei', 'PingFang SC', Arial, sans-serif
24 - emphasis_family: Impact, 'Arial Black', SimHei, 'Microsoft YaHei', sans-serif
25 - code_family: Consolas, 'Courier New', monospace
26 - body: 20
27 - title: 36
28 - subtitle: 26
29 - annotation: 15
30 - cover_title: 88
31 - hero_number: 64
32 - chapter_opener: 56
33
34 ## icons
35 - library: chunk-filled
36 - inventory: book, book-open, books, newspaper, sticky-note, printer, copy, brush, scissors, pencil, pen-nib, toolbox, map, map-pin, globe, calendar, clock, heart, star, flag, arrow-right, circle-arrow-right, building, home, shopping-bag, folders, grid, hand, users
37
38 ## images
39 - cover_hero: images/cover_hero.png
40 - zine_history_collage: images/zine_history_collage.png
41 - risograph_machine: images/risograph_machine.png
42 - risograph_process_banner: images/risograph_process_banner.png
43 - zine_folding_hands: images/zine_folding_hands.png
44 - jimbocho_hero: images/jimbocho_hero.png
45 - three_cities_triptych: images/three_cities_triptych.png
46 - berlin_bucherbogen: images/berlin_bucherbogen.png
47 - zine_fair_scene: images/zine_fair_scene.png
48 - zine_action_outro: images/zine_action_outro.png
49
50 ## page_rhythm
51 - P01: anchor
52 - P02: anchor
53 - P03: breathing
54 - P04: dense
55 - P05: dense
56 - P06: dense
57 - P07: dense
58 - P08: dense
59 - P09: breathing
60 - P10: dense
61 - P11: breathing
62 - P12: dense
63 - P13: dense
64 - P14: dense
65 - P15: dense
66 - P16: breathing
67 - P17: anchor
68 - P18: anchor
69
70 ## page_charts
71 - P02: agenda_list
72 - P04: timeline
73 - P05: vertical_list
74 - P06: numbered_steps
75 - P07: numbered_steps
76 - P08: icon_grid
77 - P10: vertical_pillars
78 - P12: basic_table
79 - P13: labeled_card
80 - P14: vertical_list
81 - P15: vertical_list
82 - P16: numbered_steps
83
84 ## forbidden
85 - Mixing icon libraries
86 - `<style>`, `class`, `<foreignObject>`, `textPath`, `@font-face`, `<animate*>`, `<script>`, `<iframe>`, `<symbol>`+`<use>`
87 - HTML named entities in text (`&nbsp;`, `&mdash;`, `&copy;`, `&ndash;`, `&reg;`, `&hellip;`, `&bull;` …) — write as raw Unicode (`—`, `©`, `→`, NBSP, etc.); XML reserved chars `& < > " '` must be escaped as `&amp; &lt; &gt; &quot; &apos;`
88 - Card border-radius > 0 (Risograph 美学 = 硬边、无圆角)
89
89 lines MARKDOWN