Skip to content

Commit

Permalink
feat(Guide): add counter props (#523)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
demoadminjie and github-actions[bot] authored Jan 13, 2025
1 parent b0abde2 commit 9d048d2
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 0 deletions.
Binary file modified db/TDesign.db
Binary file not shown.
39 changes: 39 additions & 0 deletions packages/scripts/api.json
Original file line number Diff line number Diff line change
Expand Up @@ -55631,6 +55631,45 @@
"TNode"
]
},
{
"id": 1736410690,
"platform_framework": [
"64"
],
"component": "Guide",
"field_category": 1,
"field_name": "counter",
"field_type": [
"1",
"32"
],
"field_default_value": "",
"field_enum": "",
"field_desc_zh": "用于自定义渲染计数部分",
"field_desc_en": null,
"field_required": 0,
"event_input": "",
"create_time": "2025-01-09 08:18:10",
"update_time": "2025-01-09 08:18:10",
"event_output": null,
"custom_field_type": "string | ((params: { total: number; current: number }) => string)",
"syntactic_sugar": null,
"readonly": 1,
"html_attribute": 0,
"trigger_elements": "",
"deprecated": 0,
"version": "",
"test_description": null,
"support_default_value": 0,
"field_category_text": "Props",
"platform_framework_text": [
"Miniprogram"
],
"field_type_text": [
"String",
"Function"
]
},
{
"id": 2971,
"platform_framework": [
Expand Down

0 comments on commit 9d048d2

Please sign in to comment.