返回 ppt-master
1 # Execution Lock
2
3 > Machine-readable execution contract. Executor MUST `read_file` this before every SVG page. Values NOT listed here must NOT appear in SVGs. For design narrative (rationale, audience, style), see `design_spec.md`.
4
5 ## canvas
6 - viewBox: 0 0 1280 720
7 - format: PPT 16:9
8
9 ## colors
10 - bg: #0D1117
11 - bg_secondary: #161B22
12 - card_bg: #1C2333
13 - primary: #D4A574
14 - accent: #60A5FA
15 - secondary_accent: #34D399
16 - text: #E6EDF3
17 - text_secondary: #8B949E
18 - text_tertiary: #6E7681
19 - border: #30363D
20 - success: #34D399
21 - warning: #F97316
22
23 ## typography
24 - font_family: "Arial", "Calibri", "Helvetica", sans-serif
25 - cover_title: 54
26 - title: 40
27 - content_title: 30
28 - subtitle: 24
29 - body: 18
30 - annotation: 14
31 - page_number: 11
32
33 ## icons
34 - library: chunk
35 - inventory: shield-check, terminal, eye, filter, bug, lock-closed, layers, chart-bar, circle-checkmark, robot, bolt, target, key, arrow-trend-up, code, eye-slash, server, gauge-high
36
37 ## images
38 - fig1_permissions: images/image.png
39 - fig2_architecture: images/image_1.png
40 - fig3_classifier: images/image_2.png
41 - fig4_pipeline: images/image_3.png
42
43 ## page_rhythm
44 - P01: anchor
45 - P02: breathing
46 - P03: breathing
47 - P04: dense
48 - P05: dense
49 - P06: dense
50 - P07: dense
51 - P08: dense
52 - P09: dense
53 - P10: anchor
54
55 ## forbidden
56 - Mixing icon libraries
57 - `<style>`, `class`, `<foreignObject>`, `textPath`, `@font-face`, `<animate*>`, `<script>`, `<iframe>`, `<symbol>`+`<use>`
58
58 lines MARKDOWN