import type { TemplateConfig } from '~/composables/useTemplate' /** * 模板 8 配置 * 金棕企业风,对齐 gxhrtc 招标公告类官网(全宽轮播 + 金棕导航条 + 多业务板块) */ export default { id: 'template-08', name: '金棕企业模板', description: '金棕企业风,适合招标公告、工程建设、咨询服务类企业官网', preview: '/templates/cloud-website/template-08.png', supportedModules: ['home', 'products', 'cases', 'news', 'contact', 'page'], themeConfig: { primaryColor: '#a87b3f', secondaryColor: '#c8a470', 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