Skip to content

Commit 72b601d

Browse files
committed
chore(sync origin): sync develop
2 parents 82c0307 + 75cb5fd commit 72b601d

File tree

277 files changed

+33002
-19050
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

277 files changed

+33002
-19050
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
* @honkinglin @uyarn @carolin913 @HaixingOoO @NWYLZW @ZWkang
1+
* @honkinglin @uyarn @RylanBot @carolin913 @HaixingOoO @NWYLZW @ZWkang
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# https://github.com/TDesignOteam/tdesign-projects-action
2+
3+
name: project-issue-trigger
4+
on:
5+
issues:
6+
types: [opened, closed]
7+
jobs:
8+
project-issue-trigger:
9+
runs-on: ubuntu-latest
10+
steps:
11+
- name: issue to project
12+
uses: TDesignOteam/tdesign-projects-action@main
13+
env:
14+
GH_TOKEN: ${{ secrets.TDESIGN_BOT_TOKEN }}
15+
PROJECT_TYPE: ISSUE2TRIGGER
16+
PROJECT_ID: 1
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# https://github.com/TDesignOteam/tdesign-projects-action
2+
3+
name: projects-label-trigger
4+
5+
on:
6+
issues:
7+
types: [labeled, unlabeled]
8+
9+
jobs:
10+
projects-label-trigger:
11+
runs-on: ubuntu-latest
12+
steps:
13+
- name: label to project
14+
uses: TDesignOteam/tdesign-projects-action@main
15+
env:
16+
GH_TOKEN: ${{ secrets.TDESIGN_BOT_TOKEN }}
17+
PROJECT_TYPE: LABEL2TRIGGER
18+
PROJECT_ID: 1
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# https://github.com/TDesignOteam/tdesign-projects-action
2+
3+
name: project-pr-trigger
4+
5+
on:
6+
pull_request_target:
7+
types: [opened, reopened, closed]
8+
9+
jobs:
10+
project-pr-trigger:
11+
runs-on: ubuntu-latest
12+
steps:
13+
- name: pr to project
14+
uses: TDesignOteam/tdesign-projects-action@main
15+
env:
16+
GH_TOKEN: ${{ secrets.TDESIGN_BOT_TOKEN }}
17+
PROJECT_TYPE: PR2TRIGGER
18+
PROJECT_ID: 1

.github/workflows/typos-config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ default.check-filename = true
44
actived="actived"
55

66
[files]
7-
extend-exclude = ["CHANGELOG.md", "*.snap","jest.base.conf.js"]
7+
extend-exclude = ["CHANGELOG*.md", "*.snap","jest.base.conf.js"]

DEVELOP_GUIDE.md

Lines changed: 0 additions & 235 deletions
This file was deleted.

README-zh_CN.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@
1717
<a href="https://www.npmjs.com/package/tdesign-react">
1818
<img src="https://img.shields.io/npm/dm/tdesign-react.svg?sanitize=true" alt="Downloads" />
1919
</a>
20+
<a href="https://deepwiki.com/Tencent/tdesign-react">
21+
<img src="https://deepwiki.com/badge.svg" alt="Ask DeepWiki">
22+
</a>
2023
</p>
2124

2225
简体中文 | [English](./README.md)
@@ -87,15 +90,15 @@ TDesign 欢迎任何愿意参与贡献的参与者。如果需要本地运行代
8790

8891
## 贡献成员
8992

90-
<a href="https://github.com/tencent/tdesign-react/graphs/contributors">
91-
<img src="https://contrib.rocks/image?repo=tencent/tdesign-react" />
92-
</a>
93+
<a href="https://openomy.app/github/tencent/tdesign-react" target="_blank" style="display: block; width: 100%;" align="center">
94+
<img src="https://openomy.app/svg?repo=tencent/tdesign-react&chart=bubble&latestMonth=12" target="_blank" alt="Contribution Leaderboard" style="display: block; width: 100%;" />
95+
</a>
9396

9497
# 反馈
9598

9699
有任何问题,建议通过 [Github issues](https://github.com/Tencent/tdesign-react/issues) 反馈或扫码加入用户微信群。
97100

98-
<img src="https://raw.githubusercontent.com/Tencent/tdesign/main/packages/components/src/images/groups/react-group.png" width="200" />
101+
<img src="https://raw.githubusercontent.com/Tencent/tdesign/main/packages/site-components/src/images/groups/react-group.png" width="200" />
99102

100103
# 开源协议
101104

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@
1717
<a href="https://www.npmjs.com/package/tdesign-react">
1818
<img src="https://img.shields.io/npm/dm/tdesign-react.svg?sanitize=true" alt="Downloads" />
1919
</a>
20+
<a href="https://deepwiki.com/Tencent/tdesign-react">
21+
<img src="https://deepwiki.com/badge.svg" alt="Ask DeepWiki">
22+
</a>
2023
</p>
2124

2225
English | [简体中文](./README-zh_CN.md)
@@ -87,15 +90,15 @@ Contributing is welcome. Read [guidelines for contributing](https://github.com/T
8790

8891
## Contributors
8992

90-
<a href="https://github.com/tencent/tdesign-react/graphs/contributors">
91-
<img src="https://contrib.rocks/image?repo=tencent/tdesign-react" />
92-
</a>
93+
<a href="https://openomy.app/github/tencent/tdesign-react" target="_blank" style="display: block; width: 100%;" align="center">
94+
<img src="https://openomy.app/svg?repo=tencent/tdesign-react&chart=bubble&latestMonth=12" target="_blank" alt="Contribution Leaderboard" style="display: block; width: 100%;" />
95+
</a>
9396

9497
# Feedback
9598

9699
Create your [Github issues](https://github.com/Tencent/tdesign-react/issues) or scan the QR code below to join our user groups
97100

98-
<img src="https://raw.githubusercontent.com/Tencent/tdesign/main/packages/components/src/images/groups/react-group.png" width="200" />
101+
<img src="https://raw.githubusercontent.com/Tencent/tdesign/main/packages/site-components/src/images/groups/react-group.png" width="200" />
99102

100103
# License
101104

0 commit comments

Comments
 (0)