feat: 导出 SproutClaw .sproutclaw 配置
包含 extensions、skills、prompts、settings、auth、models、mcp 等配置。 排除 node_modules、npm 缓存、sessions 等运行时数据。
This commit is contained in:
@@ -0,0 +1,93 @@
|
||||
# Execution Lock
|
||||
|
||||
## canvas
|
||||
- viewBox: 0 0 1280 720
|
||||
- format: PPT 16:9
|
||||
|
||||
## colors
|
||||
- bg: #F5F2EC
|
||||
- secondary_bg: #EDE8DE
|
||||
- primary: #1C1C1C
|
||||
- accent: #B8935A
|
||||
- text: #1C1C1C
|
||||
- text_secondary: #5C5852
|
||||
- text_tertiary: #8B8680
|
||||
- border: #D4CFC4
|
||||
- accent_light: #E8C788
|
||||
- scrim: #0A0A0A
|
||||
|
||||
## typography
|
||||
- font_family: "Microsoft YaHei", "PingFang SC", Arial, sans-serif
|
||||
- title_family: Georgia, "Microsoft YaHei", "PingFang SC", serif
|
||||
- body_family: "Microsoft YaHei", "PingFang SC", Arial, sans-serif
|
||||
- emphasis_family: KaiTi, Georgia, "Microsoft YaHei", serif
|
||||
- title_alt_family: Georgia, "Microsoft YaHei", serif
|
||||
- label_family: Georgia, serif
|
||||
- caption_family: "Microsoft YaHei", sans-serif
|
||||
- kai_short_family: KaiTi, "Microsoft YaHei", serif
|
||||
- kai_serif_family: KaiTi, Georgia, serif
|
||||
- kai_family: KaiTi, serif
|
||||
- code_family: Consolas, "Courier New", monospace
|
||||
- body: 22
|
||||
- title: 40
|
||||
- subtitle: 28
|
||||
- annotation: 15
|
||||
- cover_title: 72
|
||||
- project_number: 88
|
||||
- page_number: 12
|
||||
- giant_number: 280
|
||||
|
||||
## icons
|
||||
- library: tabler-outline
|
||||
- stroke_width: 1.5
|
||||
- inventory: map-pin, calendar, blockquote, arrow-right
|
||||
|
||||
## images
|
||||
- ando_h_rooftop: images/ando_h_rooftop.png
|
||||
- ando_h_exterior: images/ando_h_exterior.png
|
||||
- ando_h_interior: images/ando_h_interior.png
|
||||
- chipperfield_milan_exterior: images/chipperfield_milan_exterior.png
|
||||
- chipperfield_roman_amphitheater: images/chipperfield_roman_amphitheater.png
|
||||
- chipperfield_milan_facade: images/chipperfield_milan_facade.png
|
||||
- zaha_tamkang_bridge: images/zaha_tamkang_bridge.png
|
||||
- zaha_tamkang_structure: images/zaha_tamkang_structure.png
|
||||
- zaha_tamkang_full: images/zaha_tamkang_full.png
|
||||
- foster_shanghai_exterior: images/foster_shanghai_exterior.png
|
||||
- foster_shanghai_petal: images/foster_shanghai_petal.png
|
||||
- oma_new_museum_before: images/oma_new_museum_before.png
|
||||
- oma_new_museum_after: images/oma_new_museum_after.png
|
||||
- oma_new_museum_massing: images/oma_new_museum_massing.png
|
||||
- oma_new_museum_interior: images/oma_new_museum_interior.png
|
||||
- zumthor_lacma_exterior: images/zumthor_lacma_exterior.png
|
||||
- zumthor_lacma_underside: images/zumthor_lacma_underside.png
|
||||
- zumthor_lacma_interior: images/zumthor_lacma_interior.png
|
||||
- gehry_abu_dhabi_render1: images/gehry_abu_dhabi_render1.png
|
||||
- gehry_abu_dhabi_render2: images/gehry_abu_dhabi_render2.png
|
||||
- gehry_abu_dhabi_render3: images/gehry_abu_dhabi_render3.png
|
||||
- kere_senegal_exterior: images/kere_senegal_exterior.png
|
||||
- kere_senegal_courtyard: images/kere_senegal_courtyard.png
|
||||
- kere_senegal_interior: images/kere_senegal_interior.png
|
||||
|
||||
## page_rhythm
|
||||
- P01: anchor
|
||||
- P02: anchor
|
||||
- P03: dense
|
||||
- P04: dense
|
||||
- P05: breathing
|
||||
- P06: breathing
|
||||
- P07: dense
|
||||
- P08: breathing
|
||||
- P09: breathing
|
||||
- P10: dense
|
||||
- P11: anchor
|
||||
|
||||
## page_layouts
|
||||
|
||||
## page_charts
|
||||
|
||||
## forbidden
|
||||
- Mixing icon libraries
|
||||
- rgba()
|
||||
- `<style>`, `class`, `<foreignObject>`, `textPath`, `@font-face`, `<animate*>`, `<script>`, `<iframe>`, `<symbol>`+`<use>`
|
||||
- `<g opacity>` (set opacity on each child element individually)
|
||||
- HTML named entities in text — write as raw Unicode
|
||||
Reference in New Issue
Block a user