更新若干功能
This commit is contained in:
57
themes/_template.example.json
Normal file
57
themes/_template.example.json
Normal file
@@ -0,0 +1,57 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user