Files
lgp-admin-plus-api/themes/_template.example.json
2026-08-19 08:16:49 +08:00

58 lines
1.2 KiB
JSON

{
"version": 1,
"templates": [
{
"code": "my-atelier-01",
"name": "我的主题名",
"style_tag": "自研",
"app_code": "",
"preview": "",
"tokens": {
"color": {
"primary": "#2C1810",
"primary_soft": "rgba(44,24,16,0.08)",
"accent": "#C45C26",
"bg": "#F3EEE4",
"bg_soft": "#EDE6DA",
"surface": "#FFFDF8",
"surface_soft": "#F7F2EA",
"text": "#1A1210",
"text_soft": "#6B5E55",
"border": "#E5D9C8",
"price": "#C45C26"
},
"font": {},
"radius": {},
"shadow": {},
"space": {},
"motion": {}
},
"layout": {
"home": {
"hero": "split",
"category": "card",
"product": "waterfall"
},
"product": {
"gallery": "stack",
"price": "card",
"action": "inline"
},
"list": {
"style": "timeline"
},
"mine": {
"header": "image",
"menu": "grid"
},
"effect": {
"transition": "zoom",
"skeleton": "shimmer",
"card": "ornament",
"icon": "line"
}
}
}
]
}