返回 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: #FFFFFF
9 - secondary_bg: #F4F4F4
10 - primary: #1A1A1A
11 - accent: #D9251D
12 - secondary_accent: #1A4FA0
13 - text: #1A1A1A
14 - text_secondary: #666666
15 - text_tertiary: #999999
16 - border: #E8E8E8
17 - image_rendering: minimalist-swiss
18 - image_palette: mono-ink
19
20 ## typography
21 - font_family: Arial, "Microsoft YaHei", sans-serif
22 - title_family: "Arial Black", "Microsoft YaHei", sans-serif
23 - body_family: Arial, "Microsoft YaHei", sans-serif
24 - code_family: Consolas, "Courier New", monospace
25 - body: 18
26 - title: 32
27 - subtitle: 22
28 - annotation: 13
29 - cover_title: 84
30 - hero_number: 36
31 - display_xl: 92
32 - specimen: 240
33
34 ## icons
35 - library: tabler-outline
36 - stroke_width: 1.5
37 - brand_library: simple-icons
38 - inventory: blockquote, grid-3x3
39
40 ## images
41 - cover_bg: images/cover_bg.png
42 - negative_space: images/negative_space.png
43 - closing_grid: images/closing_grid.png
44
45 ## page_rhythm
46 - P01: anchor
47 - P02: breathing
48 - P03: dense
49 - P04: dense
50 - P05: dense
51 - P06: dense
52 - P07: dense
53 - P08: dense
54 - P09: anchor
55 - P10: breathing
56 - P11: dense
57 - P12: dense
58 - P13: dense
59 - P14: breathing
60
61 ## page_charts
62 - P03: timeline
63 - P04: vertical_list
64 - P05: team_roster
65 - P06: timeline
66 - P07: comparison_columns
67 - P08: quadrant_text_bullets
68 - P11: icon_grid
69 - P12: numbered_steps
70 - P13: icon_grid
71
72 ## forbidden
73 - Mixing icon libraries
74 - `<style>`, `class`, `<foreignObject>`, `textPath`, `@font-face`, `<animate*>`, `<script>`, `<iframe>`, `<symbol>`+`<use>`
75 - HTML named entities in text — write as raw Unicode; XML reserved chars must be escaped as `&amp; &lt; &gt; &quot; &apos;`
76 - Rounded corners (rx > 0) — except inside `simple-icons` brand glyphs
77 - Linear/radial gradients — pure flat color only
78 - Drop shadows / filter effects
79
79 lines MARKDOWN