Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: 调整dd展示 #3052

Merged
merged 2 commits into from
Mar 5, 2025
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions migrate-from-v2.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ plugins: [

#### SideNavBar

- 注意:** 该组件即将被废弃。请使用 SideBar **
- 注意:** 该组件不符合移动端规范,已被废弃。请使用 SideBar **

[//]: # '#### Tabbar'
[//]: # '#### TabbarItem'
Expand Down Expand Up @@ -221,7 +221,11 @@ plugins: [

[//]: # '#### Animate'
[//]: # '#### AnimatingNumbers'
[//]: # '#### Audio'

#### Audio

- 注意:** 该组件在 Taro 多端上没有计划支持。请使用 API **

[//]: # '#### Avatar'
[//]: # '#### AvatarGroup'

Expand Down
60 changes: 12 additions & 48 deletions src/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@
"sort": 7,
"show": true,
"taro": true,
"v15": 99,
"v15": 990,
"author": "hx",
"dd": false
}
Expand Down Expand Up @@ -353,7 +353,6 @@
"sort": 5,
"show": false,
"taro": true,
"v15": 1,
"author": "Ymm0008",
"dd": true
},
Expand Down Expand Up @@ -395,42 +394,6 @@
"author": "Alex.hxy",
"dd": true
},
{
"version": "2.0.0",
"name": "SideNavBar",
"type": "component",
"cName": "侧边栏导航",
"desc": "用于内容选择和切换",
"sort": 9,
"show": true,
"taro": true,
"author": "hx",
"dd": false
},
{
"version": "2.0.0",
"name": "SideNavBarItem",
"type": "component",
"cName": "侧边栏导航子组件",
"exportEmpty": true,
"desc": "用于侧边栏导航子组件",
"sort": 11,
"show": false,
"author": "hx",
"dd": false
},
{
"version": "2.0.0",
"name": "SubSideNavBar",
"type": "component",
"cName": "侧边栏导航子组件",
"desc": "用于侧边栏导航的子组件",
"exportEmpty": true,
"sort": 10,
"show": false,
"author": "hx",
"dd": false
},
{
"version": "3.0.0",
"name": "Tabbar",
Expand Down Expand Up @@ -599,7 +562,7 @@
"sort": 16,
"show": true,
"taro": true,
"v15": false,
"v15": -1,
"dd": false,
"author": "songsong"
},
Expand Down Expand Up @@ -813,7 +776,7 @@
"sort": 1,
"show": true,
"taro": true,
"v15": 99,
"v15": 990,
"author": "songsong",
"dd": false
},
Expand Down Expand Up @@ -853,7 +816,7 @@
"sort": 1,
"show": true,
"taro": true,
"v15": 100,
"v15": 1000,
"author": "swag~jun",
"dd": false
}
Expand Down Expand Up @@ -911,7 +874,7 @@
"sort": 1,
"show": true,
"taro": true,
"v15": 99,
"v15": 990,
"author": "songsong",
"dd": false
},
Expand Down Expand Up @@ -1087,7 +1050,7 @@
"sort": 27,
"show": true,
"taro": true,
"v15": 99,
"v15": 990,
"author": "swag~jun",
"dd": false
},
Expand All @@ -1100,7 +1063,7 @@
"sort": 7,
"show": true,
"taro": true,
"v15": 99,
"v15": 990,
"author": "songsong",
"dd": true
},
Expand All @@ -1113,6 +1076,7 @@
"sort": 21,
"show": true,
"taro": false,
"v15": -1,
"author": "libin",
"dd": false
},
Expand Down Expand Up @@ -1201,7 +1165,7 @@
"sort": 27,
"show": true,
"taro": true,
"v15": 99,
"v15": 990,
"author": "vickyYE",
"dd": false
},
Expand Down Expand Up @@ -1406,7 +1370,7 @@
"sort": 20,
"show": true,
"taro": true,
"v15": 100,
"v15": 1000,
"author": "hx",
"dd": false
}
Expand Down Expand Up @@ -1489,7 +1453,7 @@
"sort": 25,
"show": true,
"taro": true,
"v15": 100,
"v15": 1000,
"author": "songsong",
"dd": true
},
Expand All @@ -1502,7 +1466,7 @@
"sort": 25,
"show": true,
"taro": true,
"v15": 99,
"v15": 990,
"author": "swag~jun",
"dd": false
}
Expand Down
Loading