File tree 3 files changed +3
-6
lines changed
3 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ The following are the repositories for TDesign:
29
29
| [ tdesign-miniprogram] ( https://github.com/Tencent/tdesign-miniprogram ) | Wechat MiniProgram UI components lib for TDesign | ` 1.0 LTS ` |
30
30
| [ tdesign-mobile-vue] ( https://github.com/Tencent/tdesign-mobile-vue ) | Vue3.x Mobile UI components lib for TDesign | ` 1.0 LTS ` |
31
31
| [ 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 ` |
33
33
34
34
### Repositories for Shared
35
35
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ TDesign 是一个 `multi-repo`, TDesign 有如下代码仓库:
30
30
| [ tdesign-miniprogram] ( https://github.com/Tencent/tdesign-miniprogram ) | 微信小程序 | ` 1.0 LTS ` |
31
31
| [ tdesign-mobile-vue] ( https://github.com/Tencent/tdesign-mobile-vue ) | Vue 3.x 技术栈 | ` 1.0 LTS ` |
32
32
| [ 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 ` |
34
34
35
35
### 基础通用仓库
36
36
Original file line number Diff line number Diff line change @@ -153,11 +153,8 @@ export function gitPath(platform, framework) {
153
153
} else if ( platform === 'mobile' ) {
154
154
// mobile
155
155
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' ;
159
156
} else {
160
- // PC端/小程序 不再区分内外网仓库
157
+ // PC端/小程序/flutter 不再区分内外网仓库
161
158
return `https://github.com/Tencent/tdesign-${ framework } ` ;
162
159
}
163
160
}
You can’t perform that action at this time.
0 commit comments