返回 ppt-master
spec_lock.md
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 > After SVG generation begins, this file is the canonical source for color / font / icon / image values. Modifications should go through `scripts/update_spec.py` so both this file and the generated SVGs stay in sync.
6
7 ## canvas
8 - viewBox: 0 0 1280 720
9 - format: PPT 16:9
10
11 ## colors
12 - bg: #1A1A2E
13 - bg_secondary: #16213E
14 - primary: #C9A96E
15 - accent: #E8D5B7
16 - secondary_accent: #8B6F47
17 - text: #E8E8E8
18 - text_secondary: #A0A0B0
19 - text_tertiary: #6B6B80
20 - border: #2A2A4A
21
22 ## typography
23 - font_title: "KaiTi", Georgia, serif
24 - font_body: "Microsoft YaHei", Arial, sans-serif
25 - font_emphasis: "SimHei", Arial, sans-serif
26 - cover_title: 54
27 - chapter_title: 44
28 - title: 32
29 - subtitle: 28
30 - body: 22
31 - annotation: 16
32 - page_number: 12
33
34 ## icons
35 - library: chunk
36 - inventory: building, castle, museum, map, compass-drafting, book-open, pen-nib, crown, star, flag, heart, eye, clock, globe
37
38 ## images
39 - cover_bg: images/cover_bg.png
40 - lin_portrait: images/lin_portrait.png
41 - jihai_station_old: images/jihai_station_old.png
42 - jihai_station_new: images/jihai_station_new.png
43 - pku_geology: images/pku_geology.png
44 - yingqiu_院: images/yingqiu_院.png
45 - kunming_site: images/kunming_site.png
46 - babaoshan: images/babaoshan.png
47 - lin_tomb: images/lin_tomb.png
48 - monument: images/monument.png
49 - liang_lin_together: images/liang_lin_together.png
50 - first_paper: images/first_paper.png
51 - lin_survey: images/lin_survey.png
52 - lin_later: images/lin_later.png
53
54 ## forbidden
55 - Mixing icon libraries
56 - `<style>`, `class`, `<foreignObject>`, `textPath`, `@font-face`, `<animate*>`, `<script>`, `<iframe>`, `<symbol>`+`<use>`
57
57 lines MARKDOWN