This commit is contained in:
Weilanwl
2019-04-23 14:26:34 +08:00
parent 17ff7fb4e2
commit ac2a320457
49 changed files with 6489 additions and 4875 deletions
+3 -3
View File
@@ -29,9 +29,9 @@ Component({
}, 20)
} else {
that.setData({
starCount: that.coutNum(999),
forksCount: that.coutNum(8888),
visitTotal: that.coutNum(77777)
starCount: that.coutNum(3000),
forksCount: that.coutNum(484),
visitTotal: that.coutNum(24000)
})
}
}
+8 -8
View File
@@ -13,23 +13,23 @@
<view class="flex flex-sub flex-direction solid-right">
<view class="text-xxl text-orange">{{visitTotal}}</view>
<view class="margin-top-sm">
<text class="icon-attentionfill"></text> View</view>
<text class="cuIcon-attentionfill"></text> View</view>
</view>
<view class="flex flex-sub flex-direction solid-right">
<view class="text-xxl text-blue">{{starCount}}</view>
<view class="margin-top-sm">
<text class="icon-favorfill"></text> Star</view>
<text class="cuIcon-favorfill"></text> Star</view>
</view>
<view class="flex flex-sub flex-direction">
<view class="text-xxl text-green">{{forksCount}}</view>
<view class="margin-top-sm">
<text class="icon-fork"></text> Fork</view>
<text class="cuIcon-fork"></text> Fork</view>
</view>
</view>
<view class="cu-list menu card-menu margin-top-xl margin-bottom-xl shadow-lg radius">
<view class="cu-item arrow">
<view class="content" bindtap="CopyLink" data-link="https://github.com/weilanwl/ColorUI">
<text class="icon-github text-grey"></text>
<text class="cuIcon-github text-grey"></text>
<text class="text-grey">GitHub</text>
</view>
</view>
@@ -41,25 +41,25 @@
</view>
<view class="cu-item arrow">
<navigator class="content" url="/pages/about/log/log" hover-class="none">
<text class="icon-formfill text-green"></text>
<text class="cuIcon-formfill text-green"></text>
<text class="text-grey">日志</text>
</navigator>
</view>
<view class="cu-item arrow">
<view class="content" bindtap="showQrcode">
<text class="icon-appreciatefill text-red"></text>
<text class="cuIcon-appreciatefill text-red"></text>
<text class="text-grey">赞赏支持</text>
</view>
</view>
<view class="cu-item arrow">
<button class="cu-btn content" open-type="feedback">
<text class="icon-writefill text-cyan"></text>
<text class="cuIcon-writefill text-cyan"></text>
<text class="text-grey">意见反馈</text>
</button>
</view>
<view class="cu-item arrow">
<navigator class="content" url="/pages/about/test/list" hover-class="none">
<text class="icon-creativefill text-orange"></text>
<text class="cuIcon-creativefill text-orange"></text>
<text class="text-grey">Bug测试</text>
</navigator>
</view>
+15
View File
@@ -2,6 +2,21 @@
<view class="cu-timeline">
<view class="cu-item text-green">
<view class="bg-gradual-green content shadow-blur">
<view class="cu-capsule radius">
<view class="cu-tag bg-white text-green">v2.1.3</view>
<view class="cu-tag line-white">2019/04/23</view>
</view>
<view class="margin-top-sm text-content">
<view>1.新增多种阴影</view>
<view>2.修复一些var属性的错误</view>
<view>3.修改图标类名</view>
<view>4.修复图片上传时图片为空</view>
<view>5.优化一些细节</view>
</view>
</view>
</view>
<view class="cu-item text-green">
<view class="bg-green content shadow-blur">
<view class="cu-capsule radius">
<view class="cu-tag bg-white text-green">v2.1.2</view>
<view class="cu-tag line-white">2019/03/28</view>