返回 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 - bg_secondary: #F5F7FA
10 - primary: #1A365D
11 - accent: #3182CE
12 - secondary_accent: #63B3ED
13 - text: #1A202C
14 - text_secondary: #4A5568
15 - text_tertiary: #A0AEC0
16 - border: #E2E8F0
17 - accent_tint: #EBF4FB
18 - success: #2F855A
19 - warning: #C53030
20 - image_rendering: blueprint
21 - image_palette: cool-corporate
22
23 ## typography
24 - font_family: Arial, "Microsoft YaHei", "PingFang SC", sans-serif
25 - title_family: Georgia, "Microsoft YaHei", serif
26 - body_family: Arial, "Microsoft YaHei", "PingFang SC", sans-serif
27 - emphasis_family: Georgia, "Microsoft YaHei", serif
28 - code_family: Consolas, "Courier New", monospace
29 - body: 20
30 - title: 36
31 - subtitle: 26
32 - annotation: 14
33 - footnote: 11
34 - cover_title: 64
35 - chapter_title: 44
36 - hero_number: 40
37
38 ## icons
39 - library: tabler-outline
40 - stroke_width: 2
41 - inventory: trophy, bolt, stack-2, brain, refresh, arrow-right, lock, hourglass, box, eye, grid-dots, wave-sine, chart-bar, cpu, settings, binary-tree
42
43 ## images
44 - cover_bg: images/cover_bg.png
45 - sequence_evolution: images/sequence_evolution.png
46 - rnn_bottleneck: images/rnn_bottleneck.png
47 - sublayer_block: images/sublayer_block.png
48 - positional_encoding: images/positional_encoding.png
49 - transformer_family: images/transformer_family.png
50 - attention_p3_0: images/attention_p3_0.png | no-crop
51 - attention_p4_1: images/attention_p4_1.png | no-crop
52 - formula_001: images/formula_001.png | no-crop
53 - formula_002: images/formula_002.png | no-crop
54 - formula_003: images/formula_003.png | no-crop
55
56 ## page_rhythm
57 - P01: anchor
58 - P02: dense
59 - P03: breathing
60 - P04: dense
61 - P05: dense
62 - P06: dense
63 - P07: dense
64 - P08: dense
65 - P09: dense
66 - P10: dense
67 - P11: breathing
68 - P12: dense
69 - P13: dense
70 - P14: dense
71 - P15: dense
72 - P16: anchor
73
74 ## page_charts
75 - P02: kpi_cards
76 - P04: vertical_pillars
77 - P06: comparison_columns
78 - P09: vertical_pillars
79 - P10: module_composition
80 - P12: basic_table
81 - P13: kpi_cards
82 - P14: basic_table
83 - P15: vertical_list
84
85 ## forbidden
86 - Mixing icon libraries
87 - `<style>`, `class`, `<foreignObject>`, `textPath`, `@font-face`, `<animate*>`, `<script>`, `<iframe>`, `<symbol>`+`<use>`
88 - HTML named entities in text — write as raw Unicode; XML reserved chars `& < > " '` escaped as `&amp; &lt; &gt; &quot; &apos;`
89
89 lines MARKDOWN