feat(products): enable externalUrl redirect and external-site badge

- product 模型补 externalUrl 字段(CMS 可编辑),企业套装详情页支持外链跳转(复用 standalone 模板)
- 矩阵卡 externalUrl 产品加「外部站点」徽标(对齐 Google / 字节 / 腾讯对标)
- 清理 3 个无引用 AoyagiReisho 字体文件(性能优化)
- 测试 17/17 + 视觉基线三端更新,type-check / lint 0 errors
This commit is contained in:
2026-08-19 16:49:30 +08:00
parent cbdc7dd0c8
commit 5ed82101e0
11 changed files with 34 additions and 4 deletions
+6
View File
@@ -291,6 +291,12 @@ const productFields: FieldDefinition[] = [
{ label: '已发布', value: '已发布' },
],
},
{
name: 'externalUrl',
type: 'text',
label: '外部跳转链接',
description: '若设置,访问该产品详情页时将跳转到此 URL(如独立子域名产品)',
},
{
name: 'overview',
type: 'textarea',