From e10b340def8ec79da9bfb08bcb0a4b898f72123e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=8E=E4=BC=9F=E6=9D=B0?= <674416404@qq.com> Date: Mon, 8 Apr 2024 16:43:59 +0800 Subject: [PATCH] feat: update footer api --- packages/scripts/api.json | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/packages/scripts/api.json b/packages/scripts/api.json index 047b77cb0..47afdf12b 100644 --- a/packages/scripts/api.json +++ b/packages/scripts/api.json @@ -45862,7 +45862,9 @@ { "id": 1619, "platform_framework": [ - "64" + "8", + "16", + "32" ], "component": "Footer", "field_category": 1, @@ -45872,14 +45874,14 @@ ], "field_default_value": "", "field_enum": "", - "field_desc_zh": "图标配置。`logo.icon` 表示图标链接地址,`logo.title` 表示标题文本,`logo. titleUrl ` 表示链接", + "field_desc_zh": "图标配置。`logo.icon` 表示图标链接地址,`logo.title` 表示标题文本,`logo.url` 表示链接跳转地址,`logo.target` 表示跳转方式", "field_desc_en": null, "field_required": 0, "event_input": "", "create_time": "2021-09-03 03:21:26", "update_time": "2021-09-03 03:23:15", "event_output": null, - "custom_field_type": "FooterLogo【interface FooterLogo { icon: string; title?: string; titleUrl?: string }】", + "custom_field_type": "FooterLogo【interface FooterLogo { icon: string; title?: string; url?: string; target?: string; }】", "syntactic_sugar": null, "readonly": 1, "html_attribute": 0, @@ -45890,18 +45892,18 @@ "support_default_value": 0, "field_category_text": "Props", "platform_framework_text": [ - "Miniprogram" + "Vue(Mobile)", + "React(Mobile)", + "Angular(Mobile)" ], "field_type_text": [ "Object" ] }, { - "id": 1712553470, + "id": 1712565039, "platform_framework": [ - "8", - "16", - "32" + "64" ], "component": "Footer", "field_category": 1, @@ -45911,14 +45913,14 @@ ], "field_default_value": "", "field_enum": "", - "field_desc_zh": "图标配置。`logo.icon` 表示图标链接地址,`logo.title` 表示标题文本,`logo.url` 表示链接跳转地址,`logo.target` 表示跳转方式", + "field_desc_zh": "图标配置。`logo.icon` 表示图标链接地址,`logo.title` 表示标题文本,`logo.titleUrl` 表示链接", "field_desc_en": null, "field_required": 0, "event_input": "", - "create_time": "2024-04-08 05:17:50", - "update_time": "2024-04-08 05:17:50", + "create_time": "2024-04-08 08:30:39", + "update_time": "2024-04-08 08:30:39", "event_output": null, - "custom_field_type": "FooterLogo【interface FooterLogo { icon: string; title?: string; url?: string; target?: string }】", + "custom_field_type": "FooterLogo【interface FooterLogo { icon: string; title?: string; titleUrl?: string }】", "syntactic_sugar": null, "readonly": 1, "html_attribute": 0, @@ -45929,9 +45931,7 @@ "support_default_value": 0, "field_category_text": "Props", "platform_framework_text": [ - "Vue(Mobile)", - "React(Mobile)", - "Angular(Mobile)" + "Miniprogram" ], "field_type_text": [ "Object"