| 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <svg xmlns="http://www.w3.org/2000/svg" width="1280" height="720" viewBox="0 0 1280 720" |
| 3 | data-pptx-master="report_core_divider_master" data-pptx-master-name="Report Core Divider" |
| 4 | data-pptx-layout="cover" data-pptx-layout-name="Cover"> |
| 5 | <rect id="master-background" x="0" y="0" width="1280" height="720" fill="#1E293B" |
| 6 | data-pptx-layer="master" data-pptx-editable="false"/> |
| 7 | <rect id="cover-accent" x="48" y="232" width="88" height="6" rx="3" fill="#64748B" |
| 8 | data-pptx-layer="layout" data-pptx-editable="false"/> |
| 9 | <g id="cover-title-slot" data-pptx-placeholder="title" |
| 10 | data-pptx-bounds="48 280 1184 96"> |
| 11 | <text id="cover-title-carrier" data-pptx-carrier="true" |
| 12 | x="48" y="350" fill="#F8FAFC" font-family="Arial, Microsoft YaHei, sans-serif" |
| 13 | font-size="52" font-weight="700">{{TITLE}}</text> |
| 14 | </g> |
| 15 | <g id="cover-subtitle-slot" data-pptx-placeholder="subtitle" data-pptx-idx="1" |
| 16 | data-pptx-bounds="48 400 900 48"> |
| 17 | <text id="cover-subtitle-carrier" data-pptx-carrier="true" |
| 18 | x="48" y="436" fill="#94A3B8" font-family="Arial, Microsoft YaHei, sans-serif" |
| 19 | font-size="22">{{SUBTITLE}}</text> |
| 20 | </g> |
| 21 | <g id="cover-date-slot" data-pptx-placeholder="date" data-pptx-idx="2" |
| 22 | data-pptx-bounds="48 600 400 32"> |
| 23 | <text id="cover-date-carrier" data-pptx-carrier="true" |
| 24 | x="48" y="624" fill="#64748B" font-family="Arial, Microsoft YaHei, sans-serif" |
| 25 | font-size="16">{{DATE}}</text> |
| 26 | </g> |
| 27 | </svg> |
| 28 |