| 1 | # Execution Lock |
| 2 | |
| 3 | ## canvas |
| 4 | - viewBox: 0 0 1280 720 |
| 5 | - format: PPT 16:9 |
| 6 | |
| 7 | ## colors |
| 8 | - bg: #0F1117 |
| 9 | - secondary_bg: #1A1D2E |
| 10 | - primary: #7C6FF7 |
| 11 | - accent: #F5A623 |
| 12 | - secondary_accent: #4ECDC4 |
| 13 | - text: #E8E8F0 |
| 14 | - text_secondary: #9090A0 |
| 15 | - text_tertiary: #5A5A72 |
| 16 | - border: #2A2D3E |
| 17 | |
| 18 | ## typography |
| 19 | - title_family: Georgia, "Microsoft YaHei", serif |
| 20 | - body_family: Arial, "Microsoft YaHei", "PingFang SC", sans-serif |
| 21 | - emphasis_family: Georgia, "Microsoft YaHei", serif |
| 22 | - code_family: Consolas, "Courier New", monospace |
| 23 | - body: 20 |
| 24 | - title: 38 |
| 25 | - subtitle: 26 |
| 26 | - annotation: 15 |
| 27 | - cover_title: 80 |
| 28 | |
| 29 | ## icons |
| 30 | - library: tabler-outline |
| 31 | - stroke_width: 2 |
| 32 | - inventory: layout-collage, frame, layout-columns, layers-intersect, layout-grid, photo, palette, artboard |
| 33 | |
| 34 | ## images |
| 35 | - p01_cover.png: images/p01_cover.png |
| 36 | - p03_left_img.png: images/p03_left_img.png |
| 37 | - p04_right_img.png: images/p04_right_img.png |
| 38 | - p05_top_img.png: images/p05_top_img.png |
| 39 | - p06_bottom_img.png: images/p06_bottom_img.png |
| 40 | - p07_z_img1.png: images/p07_z_img1.png |
| 41 | - p07_z_img2.png: images/p07_z_img2.png |
| 42 | - p08_grid_center.png: images/p08_grid_center.png |
| 43 | - p09_circle_img.png: images/p09_circle_img.png |
| 44 | - p10_bg_texture.png: images/p10_bg_texture.png |
| 45 | - p11_papercut.png: images/p11_papercut.png |
| 46 | - p12_poster_img.png: images/p12_poster_img.png |
| 47 | - p13_diagonal_img.png: images/p13_diagonal_img.png |
| 48 | - p14_fade_bg.png: images/p14_fade_bg.png |
| 49 | - p15_bottom_img.png: images/p15_bottom_img.png |
| 50 | - p16_center_img.png: images/p16_center_img.png |
| 51 | - p17_strip_img.png: images/p17_strip_img.png |
| 52 | - p18_polygon_img.png: images/p18_polygon_img.png |
| 53 | - p19_collage1.png: images/p19_collage1.png |
| 54 | - p19_collage2.png: images/p19_collage2.png |
| 55 | - p19_collage3.png: images/p19_collage3.png |
| 56 | - p20_closing.png: images/p20_closing.png |
| 57 | |
| 58 | ## page_rhythm |
| 59 | - P01: anchor |
| 60 | - P02: anchor |
| 61 | - P03: breathing |
| 62 | - P04: breathing |
| 63 | - P05: breathing |
| 64 | - P06: breathing |
| 65 | - P07: dense |
| 66 | - P08: dense |
| 67 | - P09: breathing |
| 68 | - P10: dense |
| 69 | - P11: breathing |
| 70 | - P12: breathing |
| 71 | - P13: breathing |
| 72 | - P14: breathing |
| 73 | - P15: breathing |
| 74 | - P16: breathing |
| 75 | - P17: breathing |
| 76 | - P18: breathing |
| 77 | - P19: breathing |
| 78 | - P20: anchor |
| 79 | |
| 80 | ## forbidden |
| 81 | - Mixing icon libraries |
| 82 | - `<style>`, `class`, `<foreignObject>`, `textPath`, `@font-face`, `<animate*>`, `<script>` |
| 83 | - HTML named entities in text — write raw Unicode; XML reserved chars use & < > " ' |
| 84 |