| 1 | # Execution Lock |
| 2 | |
| 3 | ## canvas |
| 4 | - viewBox: 0 0 1280 720 |
| 5 | - format: PPT 16:9 |
| 6 | |
| 7 | ## colors |
| 8 | - bg: #F5F1E8 |
| 9 | - secondary_bg: #EFEAD9 |
| 10 | - primary: #1A1A1A |
| 11 | - accent: #A52A2A |
| 12 | - text: #1A1A1A |
| 13 | - text_secondary: #5C5852 |
| 14 | - text_tertiary: #8B8680 |
| 15 | - border: #C8C0AE |
| 16 | - image_rendering: ink-notes |
| 17 | - image_palette: mono-ink |
| 18 | |
| 19 | ## typography |
| 20 | - font_family: "Microsoft YaHei", "PingFang SC", Arial, sans-serif |
| 21 | - title_family: KaiTi, Georgia, serif |
| 22 | - body_family: "Microsoft YaHei", "PingFang SC", Arial, sans-serif |
| 23 | - emphasis_family: KaiTi, Georgia, serif |
| 24 | - code_family: Consolas, "Courier New", monospace |
| 25 | - body: 24 |
| 26 | - title: 40 |
| 27 | - subtitle: 32 |
| 28 | - cover_title: 80 |
| 29 | - chapter_title: 60 |
| 30 | - hero_quote: 48 |
| 31 | - annotation: 18 |
| 32 | - footer: 14 |
| 33 | |
| 34 | ## icons |
| 35 | - library: tabler-outline |
| 36 | - stroke_width: 1.5 |
| 37 | - inventory: quote, eye-off, sword, shield, hourglass, mountain, heart, point |
| 38 | |
| 39 | ## images |
| 40 | - cover_bg: images/cover_bg.png |
| 41 | - yinzi_bg: images/yinzi_bg.png |
| 42 | - hanxin_bridge: images/hanxin_bridge.png |
| 43 | - qianlong_pool: images/qianlong_pool.png |
| 44 | - zengguofan_lamp: images/zengguofan_lamp.png |
| 45 | - closing_mountain: images/closing_mountain.png |
| 46 | |
| 47 | ## page_rhythm |
| 48 | - P01: anchor |
| 49 | - P02: breathing |
| 50 | - P03: dense |
| 51 | - P04: dense |
| 52 | - P05: breathing |
| 53 | - P06: dense |
| 54 | - P07: dense |
| 55 | - P08: anchor |
| 56 | - P09: dense |
| 57 | - P10: breathing |
| 58 | - P11: dense |
| 59 | - P12: anchor |
| 60 | - P13: dense |
| 61 | - P14: anchor |
| 62 | |
| 63 | ## page_charts |
| 64 | - P11: pros_cons_chart |
| 65 | - P13: vertical_list |
| 66 | |
| 67 | ## forbidden |
| 68 | - Mixing icon libraries |
| 69 | - `<style>`, `class`, `<foreignObject>`, `textPath`, `@font-face`, `<animate*>`, `<script>`, `<iframe>`, `<symbol>`+`<use>` |
| 70 | - HTML named entities in text — write as raw Unicode; XML reserved chars escaped as `& < > " '` |
| 71 |