import type { TemplateConfig } from '~/composables/useTemplate' /** * 模板 10 配置 * 创芯存储科技蓝风格,面向半导体、电子元器件、存储芯片、工业控制类企业官网 * 特征:全宽科技 Banner、产品中心 Tab、核心优势数字卡片、行业解决方案交替布局、深蓝页脚 */ export default { id: 'template-10', name: '创芯存储科技蓝模板', description: '科技蓝专业风格,适合半导体、电子元器件、存储芯片、工业控制类企业官网,含产品中心、解决方案、品牌优势、新闻资讯等模块', preview: '/templates/cloud-website/template-10.png', supportedModules: ['home', 'products', 'cases', 'news', 'contact', 'page'], themeConfig: { primaryColor: '#0052D9', secondaryColor: '#3370FF', fontFamily: '"Noto Sans SC", "Source Han Sans SC", "思源黑体", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "PingFang SC", "Microsoft YaHei", sans-serif' } } satisfies TemplateConfig