feat: 更新产品类型和内容,优化产品展示功能
- 重构产品类型定义,新增desc、models、content字段 - 更新所有语言的产品内容,包括详细规格和化学/机械性能 - 修改产品展示组件,支持MDX内容渲染和模型列表展示 - 调整产品详情页布局,优化信息展示方式 - 更新i18n翻译文件,同步产品名称变更 - 修改默认主题配置为light模式 - 修复公司简介中的格式问题
This commit is contained in:
@@ -35,7 +35,7 @@ export const siteConfig: SiteConfig = {
|
||||
{ media: '(prefers-color-scheme: light)', color: 'white' },
|
||||
{ media: '(prefers-color-scheme: dark)', color: 'black' },
|
||||
],
|
||||
defaultNextTheme: 'system', // next-theme option: system | dark | light
|
||||
defaultNextTheme: 'light', // next-theme option: system | dark | light
|
||||
icons: {
|
||||
icon: "/favicon.png",
|
||||
shortcut: "/logo.png",
|
||||
|
||||
Reference in New Issue
Block a user