Spaces:
Sleeping
Sleeping
File size: 8,984 Bytes
551658a | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 | # 模板配置文件
# 包含20+主流外贸独立站模板风格
DEFAULT_TEMPLATES = [
{
"key": "Home",
"name": "通用外贸",
"description": "适合大多数外贸行业的通用模板",
"color": "#3498db",
"features": ["响应式设计", "多语言支持", "产品展示"],
"applicable_scene": "通用外贸行业",
"regions": ["全球"]
},
{
"key": "Electronics",
"name": "电子产品",
"description": "专为电子产品行业设计的模板",
"color": "#27ae60",
"features": ["产品对比", "技术规格", "客户评价"],
"applicable_scene": "电子产品、数码设备",
"regions": ["欧美", "全球"]
},
{
"key": "Fashion",
"name": "时尚服装",
"description": "专为时尚服装行业设计的模板",
"color": "#e74c3c",
"features": ["图片轮播", "搭配推荐", "季节趋势"],
"applicable_scene": "服装、配饰、时尚产品",
"regions": ["欧美", "全球"]
},
{
"key": "Furniture",
"name": "家居家具",
"description": "专为家居家具行业设计的模板",
"color": "#f39c12",
"features": ["3D展示", "空间搭配", "材质说明"],
"applicable_scene": "家具、家居用品、装饰品",
"regions": ["全球"]
},
{
"key": "Robotics",
"name": "机器人",
"description": "专为机器人行业设计的模板",
"color": "#9b59b6",
"features": ["技术参数", "应用场景", "视频展示"],
"applicable_scene": "工业机器人、服务机器人、智能设备",
"regions": ["欧美", "全球"]
},
{
"key": "Medical",
"name": "医疗器械",
"description": "专为医疗器械行业设计的模板",
"color": "#1abc9c",
"features": ["产品认证", "技术文档", "案例展示"],
"applicable_scene": "医疗设备、健康产品、医疗器械",
"regions": ["欧美", "全球"]
},
{
"key": "Automotive",
"name": "汽车配件",
"description": "专为汽车配件行业设计的模板",
"color": "#e67e22",
"features": ["适配车型", "安装指南", "质量认证"],
"applicable_scene": "汽车零部件、汽车用品、改装配件",
"regions": ["欧美", "全球"]
},
{
"key": "Beauty",
"name": "美容美妆",
"description": "专为美容美妆行业设计的模板",
"color": "#f1948a",
"features": ["产品功效", "使用方法", "用户评价"],
"applicable_scene": "化妆品、护肤品、美容工具",
"regions": ["全球"]
},
{
"key": "Sports",
"name": "运动户外",
"description": "专为运动户外行业设计的模板",
"color": "#e84118",
"features": ["产品参数", "使用场景", "用户体验"],
"applicable_scene": "运动器材、户外装备、健身用品",
"regions": ["全球"]
},
{
"key": "Toys",
"name": "玩具礼品",
"description": "专为玩具礼品行业设计的模板",
"color": "#e1b12c",
"features": ["年龄适用", "安全认证", "创意展示"],
"applicable_scene": "儿童玩具、礼品、益智产品",
"regions": ["全球"]
},
{
"key": "Jewelry",
"name": "珠宝首饰",
"description": "专为珠宝首饰行业设计的模板",
"color": "#8e44ad",
"features": ["材质说明", "工艺展示", "证书认证"],
"applicable_scene": "珠宝、首饰、配饰",
"regions": ["全球"]
},
{
"key": "Food",
"name": "食品饮料",
"description": "专为食品饮料行业设计的模板",
"color": "#c0392b",
"features": ["营养成分", "生产工艺", "品尝体验"],
"applicable_scene": "食品、饮料、保健品",
"regions": ["全球"]
},
{
"key": "Pet",
"name": "宠物用品",
"description": "专为宠物用品行业设计的模板",
"color": "#16a085",
"features": ["适用宠物", "产品功能", "用户反馈"],
"applicable_scene": "宠物食品、宠物用品、宠物玩具",
"regions": ["欧美", "全球"]
},
{
"key": "Office",
"name": "办公文具",
"description": "专为办公文具行业设计的模板",
"color": "#34495e",
"features": ["产品规格", "适用场景", "批量采购"],
"applicable_scene": "办公用品、文具、办公设备",
"regions": ["全球"]
},
{
"key": "Building",
"name": "建筑建材",
"description": "专为建筑建材行业设计的模板",
"color": "#7f8c8d",
"features": ["材料规格", "施工指南", "质量认证"],
"applicable_scene": "建筑材料、装饰材料、五金工具",
"regions": ["全球"]
},
{
"key": "Packaging",
"name": "包装印刷",
"description": "专为包装印刷行业设计的模板",
"color": "#2c3e50",
"features": ["定制服务", "印刷工艺", "样品展示"],
"applicable_scene": "包装材料、印刷制品、定制包装",
"regions": ["全球"]
},
{
"key": "Energy",
"name": "能源环保",
"description": "专为能源环保行业设计的模板",
"color": "#22a7f0",
"features": ["节能效果", "环保认证", "技术参数"],
"applicable_scene": "太阳能产品、节能设备、环保材料",
"regions": ["欧美", "全球"]
},
{
"key": "Textile",
"name": "纺织面料",
"description": "专为纺织面料行业设计的模板",
"color": "#ec407a",
"features": ["面料材质", "规格参数", "应用领域"],
"applicable_scene": "纺织品、面料、服装辅料",
"regions": ["全球"]
},
{
"key": "Hardware",
"name": "五金工具",
"description": "专为五金工具行业设计的模板",
"color": "#7d5fff",
"features": ["工具规格", "使用方法", "质量保证"],
"applicable_scene": "五金工具、电动工具、手动工具",
"regions": ["全球"]
},
{
"key": "Chemicals",
"name": "化工产品",
"description": "专为化工产品行业设计的模板",
"color": "#00b894",
"features": ["产品规格", "安全说明", "应用领域"],
"applicable_scene": "化工原料、化学制品、工业化学品",
"regions": ["全球"]
},
{
"key": "Agriculture",
"name": "农业产品",
"description": "专为农业产品行业设计的模板",
"color": "#6ab04c",
"features": ["产品规格", "种植技术", "质量认证"],
"applicable_scene": "农产品、农业设备、农业用品",
"regions": ["全球"]
},
{
"key": "SoutheastAsia",
"name": "东南亚风格",
"description": "专为东南亚市场设计的模板,融入当地文化元素",
"color": "#ff6b6b",
"features": ["热带风格", "本地化语言", "移动优先"],
"applicable_scene": "面向东南亚市场的各类产品",
"regions": ["东南亚"]
},
{
"key": "MiddleEast",
"name": "中东风格",
"description": "专为中东市场设计的模板,考虑当地文化和宗教因素",
"color": "#feca57",
"features": ["符合当地文化", "多语言支持", "尊贵感设计"],
"applicable_scene": "面向中东市场的各类产品",
"regions": ["中东"]
},
{
"key": "European",
"name": "欧洲风格",
"description": "专为欧洲市场设计的模板,体现欧洲美学和品味",
"color": "#54a0ff",
"features": ["简约优雅", "高质量视觉", "环保理念"],
"applicable_scene": "面向欧洲市场的各类产品",
"regions": ["欧洲"]
},
{
"key": "American",
"name": "美国风格",
"description": "专为美国市场设计的模板,体现美国消费者偏好",
"color": "#48dbfb",
"features": ["大胆设计", "清晰信息", "快速加载"],
"applicable_scene": "面向美国市场的各类产品",
"regions": ["美洲"]
},
{
"key": "EastAsia",
"name": "东亚风格",
"description": "专为东亚市场设计的模板,融入东亚文化元素",
"color": "#ff9ff3",
"features": ["精致设计", "细腻体验", "社交分享"],
"applicable_scene": "面向东亚市场的各类产品",
"regions": ["东亚"]
}
] |