From 698e436335113bdcb9b4cfd3a718adb1411a09c1 Mon Sep 17 00:00:00 2001 From: lwj <674416404@qq.com> Date: Sat, 31 Jan 2026 09:50:37 +0800 Subject: [PATCH 1/6] ci: add close-release-issue --- .github/workflows/tag-push.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.github/workflows/tag-push.yml b/.github/workflows/tag-push.yml index 064d55e58..1d7afa5b9 100644 --- a/.github/workflows/tag-push.yml +++ b/.github/workflows/tag-push.yml @@ -22,3 +22,14 @@ jobs: git fetch origin git merge origin/develop git push origin main + + + close-release-issue: + runs-on: ubuntu-latest + if: github.event.ref_type == 'tag' + steps: + - uses: TDesignOteam/workflows/actions/close-release-issue@rss1102/flutter/issue-close + with: + version: ${{ github.ref_name }} + label: ${{ github.ref_name }} + token: ${{ secrets.PERSONAL_TOKEN }} From da5d07a0e17907da693aaa779a494e29fc10479d Mon Sep 17 00:00:00 2001 From: lwj <674416404@qq.com> Date: Sat, 31 Jan 2026 10:15:14 +0800 Subject: [PATCH 2/6] ci: add close-release-issue --- .github/workflows/tag-push.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tag-push.yml b/.github/workflows/tag-push.yml index 1d7afa5b9..5ece0eeb1 100644 --- a/.github/workflows/tag-push.yml +++ b/.github/workflows/tag-push.yml @@ -28,7 +28,7 @@ jobs: runs-on: ubuntu-latest if: github.event.ref_type == 'tag' steps: - - uses: TDesignOteam/workflows/actions/close-release-issue@rss1102/flutter/issue-close + - uses: TDesignOteam/workflows/actions/close-release-issue@main with: version: ${{ github.ref_name }} label: ${{ github.ref_name }} From 923690271eab59608000566862026a53447f6f8c Mon Sep 17 00:00:00 2001 From: lwj <674416404@qq.com> Date: Sat, 31 Jan 2026 10:17:54 +0800 Subject: [PATCH 3/6] chore: update token --- .github/workflows/tag-push.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/tag-push.yml b/.github/workflows/tag-push.yml index 5ece0eeb1..7da45a4dd 100644 --- a/.github/workflows/tag-push.yml +++ b/.github/workflows/tag-push.yml @@ -14,10 +14,10 @@ jobs: with: ref: main fetch-depth: 0 - token: ${{ secrets.PERSONAL_TOKEN }} + token: ${{ secrets.TDESIGN_BOT_TOKEN }} - run: | - git config --local user.email "github-actions[bot]@users.noreply.github.com" - git config --local user.name "github-actions[bot]" + git config --local user.email "tdesign@tencent.com" + git config --local user.name "tdesign-bot" git status git fetch origin git merge origin/develop @@ -32,4 +32,4 @@ jobs: with: version: ${{ github.ref_name }} label: ${{ github.ref_name }} - token: ${{ secrets.PERSONAL_TOKEN }} + token: ${{ secrets.TDESIGN_BOT_TOKEN }} From f17a9db3a985a118e53fafdf5b3d130429eefa1e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=98=BF=20Cai?= Date: Mon, 2 Feb 2026 15:50:26 +0800 Subject: [PATCH 4/6] =?UTF-8?q?ci:=20=E7=A7=BB=E9=99=A4=E8=87=AA=E5=8A=A8?= =?UTF-8?q?=E5=85=B3=E9=97=AD=E5=8F=91=E5=B8=83=E9=97=AE=E9=A2=98=E7=9A=84?= =?UTF-8?q?=E6=AD=A5=E9=AA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/auto-release.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.github/workflows/auto-release.yml b/.github/workflows/auto-release.yml index 492382d08..11ebca027 100644 --- a/.github/workflows/auto-release.yml +++ b/.github/workflows/auto-release.yml @@ -98,13 +98,3 @@ jobs: git config --local user.name "github-actions[bot]" git tag ${{ steps.tag-action.outputs.version }} git push origin ${{ steps.tag-action.outputs.version }} - - close-release-issue: - runs-on: ubuntu-latest - if: startsWith(github.ref, 'refs/tags/') - steps: - - uses: TDesignOteam/workflows/actions/close-release-issue@rss1102/flutter/issue-close - with: - version: ${{ github.ref_name }} - label: ${{ github.ref_name }} - token: ${{ secrets.PERSONAL_TOKEN }} From 3ade4cbaac514f42161ce07f3dc945df0e8b24fa 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, 2 Feb 2026 16:15:47 +0800 Subject: [PATCH 5/6] =?UTF-8?q?chore:=20=E7=A7=BB=E9=99=A4=E4=BA=8B?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/auto-release.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/auto-release.yml b/.github/workflows/auto-release.yml index 11ebca027..8d4d5fb6b 100644 --- a/.github/workflows/auto-release.yml +++ b/.github/workflows/auto-release.yml @@ -8,9 +8,6 @@ on: - "tdesign-component/pubspec.yaml" issue_comment: types: [edited] - push: - tags: - - "*" jobs: generator: From 3ca435c8d4d30959a3775d72c48d15fd7c6e8f48 Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Tue, 24 Feb 2026 03:03:28 +0000 Subject: [PATCH 6/6] [autofix.ci] apply automated fixes --- tdesign-component/example/assets/api/navbar_api.md | 2 +- tdesign-component/example/assets/api/tree-select_api.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tdesign-component/example/assets/api/navbar_api.md b/tdesign-component/example/assets/api/navbar_api.md index 9bae72cef..bcc5b5fbc 100644 --- a/tdesign-component/example/assets/api/navbar_api.md +++ b/tdesign-component/example/assets/api/navbar_api.md @@ -42,5 +42,5 @@ | icon | IconData? | - | 图标 | | iconColor | Color? | - | 图标颜色 | | iconSize | double? | 24.0 | 图标尺寸 | -| ~~iconWidget~~ | Widget? | - | 已废弃,请使用 customWidget 代替 | +| iconWidget | Widget? | - | 图标组件,优先级高于 icon | | padding | EdgeInsetsGeometry? | - | | diff --git a/tdesign-component/example/assets/api/tree-select_api.md b/tdesign-component/example/assets/api/tree-select_api.md index ead62be0a..40b5bd1d9 100644 --- a/tdesign-component/example/assets/api/tree-select_api.md +++ b/tdesign-component/example/assets/api/tree-select_api.md @@ -25,5 +25,5 @@ | multiple | bool | false | 支持多选 | | onChange | TDTreeSelectChangeEvent? | - | 选中值发生变化 | | options | List | const [] | 展示的选项列表 | -| outwardCornerRadius | double | 9 | 一级菜单选中项的外弯折圆角半径 | +| outwardCornerRadius | double | 9 | 一级菜单选中项的外弯折圆角半径,默认为 9 | | style | TDTreeSelectStyle | TDTreeSelectStyle.normal | 一级菜单样式 |