Skip to content

Commit 89045db

Browse files
author
潘卓然Y7000P
committed
【站点】【更新】【同步更新GitHub上的MapboxGl卷帘组件】
1 parent fa40efb commit 89045db

3 files changed

Lines changed: 19 additions & 4 deletions

File tree

website/src/components/IconFont/iconfont.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

website/src/components/Table/Plugin.vue

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,20 @@
3737
width="100"
3838
>
3939
</el-table-column>
40+
<el-table-column
41+
label="近期同步更新"
42+
prop="recent"
43+
width="120"
44+
>
45+
<template slot-scope="scope">
46+
<el-tag
47+
:type="scope.row.recent ? 'success' : 'info'"
48+
effect="dark"
49+
>
50+
{{ scope.row.recent ? '是' : '否' }}
51+
</el-tag>
52+
</template>
53+
</el-table-column>
4054
<el-table-column
4155
sortable
4256
prop="version"
@@ -47,7 +61,7 @@
4761
sortable
4862
prop="licesen"
4963
label="证书"
50-
width="200"
64+
width="170"
5165
>
5266
</el-table-column>
5367
</el-table>

website/src/views/total/PluginConfig.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -235,8 +235,9 @@ export const MapboxGL = [
235235
name: "mapbox-gl-compare",
236236
func: "为mapboxgl提供卷帘对比功能",
237237
dev: "无版本要求",
238-
update: "2017/3/1",
239-
version: "v0.1.0",
238+
update: "2020/3/14",
239+
recent: true,
240+
version: "v0.4.0",
240241
licesen: "ISC License",
241242
},
242243
{

0 commit comments

Comments
 (0)