Skip to content

Commit

Permalink
v2.0.5
Browse files Browse the repository at this point in the history
1.修复时间线图标显示问题
2.switch、radio、checkbox单位改成px,抛弃小尺寸
3.更新多种窗口组件
4.更新多种动画
5.新增步骤条组件
6.优化列表组件,新增右滑操作
7.优化图标搜索
  • Loading branch information
wen-gang committed Jan 13, 2019
1 parent 523eaba commit 8af7413
Show file tree
Hide file tree
Showing 50 changed files with 2,672 additions and 848 deletions.
2 changes: 1 addition & 1 deletion demo/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
App({
onLaunch: function() {
wx.getSystemInfo({
success: e=> {
success: e => {
this.globalData.StatusBar = e.statusBarHeight;
this.globalData.CustomBar = e.platform == 'android' ? e.statusBarHeight + 50 : e.statusBarHeight + 45;
}
Expand Down
18 changes: 9 additions & 9 deletions demo/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,30 +2,30 @@
"pages": [
"pages/basics/home/home",
"pages/basics/layout/layout",
"pages/component/home/home",
"pages/plugin/home/home",
"pages/basics/button/button",
"pages/basics/button/design",
"pages/basics/tag/tag",
"pages/basics/avatar/avatar",
"pages/basics/image/image",
"pages/basics/progress/progress",
"pages/component/list/list",
"pages/basics/form/form",
"pages/component/bar/bar",
"pages/component/timeline/timeline",
"pages/basics/shadow/shadow",
"pages/component/chat/chat",
"pages/component/form/form",
"pages/basics/background/background",
"pages/basics/text/text",
"pages/basics/icon/icon",
"pages/basics/loading/loading",
"pages/component/home/home",
"pages/component/list/list",
"pages/component/bar/bar",
"pages/component/timeline/timeline",
"pages/component/chat/chat",
"pages/component/form/form",
"pages/component/nav/nav",
"pages/component/card/card",
"pages/component/swiper/swiper",
"pages/component/modal/modal",
"pages/component/steps/steps",
"pages/plugin/home/home",
"pages/plugin/indexes/indexes",
"pages/basics/button/design",
"pages/plugin/gradual/gradual",
"pages/plugin/animation/animation"
],
Expand Down
Loading

0 comments on commit 8af7413

Please sign in to comment.