Skip to content

Commit 5902d54

Browse files
authored
chore: update flutter repo info (#429)
1 parent 5c9d181 commit 5902d54

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ The following are the repositories for TDesign:
2929
| [tdesign-miniprogram](https://github.com/Tencent/tdesign-miniprogram) | Wechat MiniProgram UI components lib for TDesign | `1.0 LTS` |
3030
| [tdesign-mobile-vue](https://github.com/Tencent/tdesign-mobile-vue) | Vue3.x Mobile UI components lib for TDesign | `1.0 LTS` |
3131
| [tdesign-mobile-react](https://github.com/Tencent/tdesign-mobile-react) | React Mobile UI components lib for TDesign | `Alpha` |
32-
| tdesign-flutter | Flutter UI components lib for TDesign | `In Progress` |
32+
| [tdesign-flutter](https://github.com/Tencent/tdesign-flutter) | Flutter UI components lib for TDesign | `Alpha` |
3333

3434
### Repositories for Shared
3535

README_zh-CN.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ TDesign 是一个 `multi-repo`, TDesign 有如下代码仓库:
3030
| [tdesign-miniprogram](https://github.com/Tencent/tdesign-miniprogram) | 微信小程序 | `1.0 LTS` |
3131
| [tdesign-mobile-vue](https://github.com/Tencent/tdesign-mobile-vue) | Vue 3.x 技术栈 | `1.0 LTS` |
3232
| [tdesign-mobile-react](https://github.com/Tencent/tdesign-mobile-react) | React 16.x 技术栈 | `Alpha` |
33-
| tdesign-flutter | 1.17.0 | `待上线` |
33+
| [tdesign-flutter](https://github.com/Tencent/tdesign-flutter) | 1.17.0 | `Alpha` |
3434

3535
### 基础通用仓库
3636

packages/components/src/components/td-header/index.js

+1-4
Original file line numberDiff line numberDiff line change
@@ -153,11 +153,8 @@ export function gitPath(platform, framework) {
153153
} else if (platform === 'mobile') {
154154
// mobile
155155
return `https://github.com/Tencent/tdesign-${platform}-${framework}`;
156-
} else if (framework === 'flutter') {
157-
// TODO: 等待 flutter 仓库迁移到 Tencent Group 下后可以删除
158-
return 'https://github.com/TDesignOteam/tdesign-flutter';
159156
} else {
160-
// PC端/小程序 不再区分内外网仓库
157+
// PC端/小程序/flutter 不再区分内外网仓库
161158
return `https://github.com/Tencent/tdesign-${framework}`;
162159
}
163160
}

0 commit comments

Comments
 (0)