Skip to content

Commit

Permalink
feat: update footer api
Browse files Browse the repository at this point in the history
  • Loading branch information
liweijie0812 committed Apr 8, 2024
1 parent 7d44032 commit e10b340
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions packages/scripts/api.json
Original file line number Diff line number Diff line change
Expand Up @@ -45862,7 +45862,9 @@
{
"id": 1619,
"platform_framework": [
"64"
"8",
"16",
"32"
],
"component": "Footer",
"field_category": 1,
Expand All @@ -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,
Expand All @@ -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,
Expand All @@ -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,
Expand All @@ -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"
Expand Down

0 comments on commit e10b340

Please sign in to comment.