Skip to content
This repository has been archived by the owner on Aug 25, 2023. It is now read-only.

Commit

Permalink
feat: add flutter entry
Browse files Browse the repository at this point in the history
  • Loading branch information
sunzhe committed Aug 2, 2023
1 parent 7c05790 commit 5885c1b
Show file tree
Hide file tree
Showing 7 changed files with 643 additions and 570 deletions.
4 changes: 2 additions & 2 deletions components/config/header.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ const baseComponentsLinks = {
name: 'React', icon: reactIcon, path: jumpLocation('/mobile-react/overview'), npm: 'tdesign-mobile-react', status: 2,
},
{
name: 'Flutter', icon: flutterIcon, path: jumpLocation('/flutter/overview'), npm: 'tdesign-flutter', status: 0,
name: 'Flutter', icon: flutterIcon, path: jumpLocation('/flutter/overview'), npm: 'tdesign-flutter', status: 2,
},
{
name: '微信小程序', icon: wxIcon, path: jumpLocation('/miniprogram/overview'), npm: 'tdesign-miniprogram', status: 1,
Expand Down Expand Up @@ -131,7 +131,7 @@ export const getHeaderConfig = () => {
name: 'React', icon: reactIcon, path: jumpLocation('/mobile-react/overview'), npm: 'tdesign-mobile-react', status: 2,
},
{
name: 'Flutter', icon: flutterIcon, path: jumpLocation('/flutter/overview'), npm: 'tdesign-flutter', status: 0,
name: 'Flutter', icon: flutterIcon, path: jumpLocation('/flutter/overview'), npm: 'tdesign-flutter', status: 2,
},
{
name: isEnglish ? 'WeChat-Miniprogram' : '微信小程序', icon: wxIcon, path: jumpLocation('/miniprogram/overview'), npm: 'tdesign-miniprogram', status: 1,
Expand Down
Loading

0 comments on commit 5885c1b

Please sign in to comment.