Skip to content

Commit fac18f9

Browse files
dpp050700juzi214032
authored andcommitted
fix(Example): 修改组件件贡献人员、添加项目码云地址
1 parent 5fb40ed commit fac18f9

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

examples/pages/about/index.wxml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,13 @@
2121
<text class='address'>https://github.com/Talelin/lin-ui</text>
2222
</view>
2323
</view>
24+
<view class='address-container'>
25+
<view class='dot' />
26+
<view class='doc-container' bindtap='copyLink' data-link="https://gitee.com/talelin/lin-ui">
27+
<text class='doc-txt'>码云</text>
28+
<text class='address'>https://gitee.com/talelin/lin-ui</text>
29+
</view>
30+
</view>
2431
<view class='attribute-container'>
2532
<view class='attribute-title'>贡献人员</view>
2633
<view class='attribute-item'>
@@ -38,6 +45,7 @@
3845
<view class='coder'>洪晨</view>
3946
<view class='coder'>句号</view>
4047
<view class='coder'>桔子</view>
48+
<view class='coder'>木荣</view>
4149
</view>
4250
<view class='attribute-code-container'>
4351
<view class='code-circle'></view>
@@ -50,4 +58,4 @@
5058
<text class='desc'>关注林间有风公众号</text>
5159
<text class='desc'>点击图片可保存二维码识别</text>
5260
<official-account class="account"></official-account>
53-
</view>
61+
</view>

examples/pages/about/index.wxss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ page {
139139
font-size : 28rpx;
140140
font-family: PingFangSC-Regular;
141141
color : rgba(89, 108, 142, 1);
142-
margin-left: 16rpx;
142+
margin-left: 12rpx;
143143
}
144144

145145
.version-container {
@@ -156,4 +156,4 @@ page {
156156
width : 182rpx;
157157
height : 35rpx;
158158
margin-left: 20rpx;
159-
}
159+
}

0 commit comments

Comments
 (0)