Skip to content

Commit ed91677

Browse files
committed
添加阿里云推广
1 parent dabf3c3 commit ed91677

File tree

5 files changed

+10
-3
lines changed

5 files changed

+10
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "form-making",
33
"description": "基于Vue,ElementUI开发的一款表单设计器,提高表单开发效率的利器,让开发者从枯燥的表单代码编写中解放出来",
4-
"version": "1.1.19",
4+
"version": "1.1.20",
55
"author": "GavinZhulei",
66
"license": "MIT",
77
"keywords": [

src/App.vue

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<div class="fm-title" @click="handleHome">表单设计器</div>
66

77
<div class="fm-link">
8+
<a class="ad" target="_blank" href="https://promotion.aliyun.com/ntms/yunparter/invite.html?userCode=x5oqy0nh">阿里云限量红包</a>
89
<a target="_blank" href="https://www.yuque.com/zhulei-sbpfz/ua9nar">开始使用</a>
910
<a target="_blank" href="#/price">商业授权</a>
1011
<a href="https://github.com/GavinZhuLei/vue-form-making">GitHub</a>
@@ -61,11 +62,15 @@ export default {
6162
font-size: 14px;
6263
line-height: 50px;
6364
font-weight: 500;
64-
margin-left: 10px;
65+
margin-left: 15px;
6566
6667
&:hover{
6768
opacity: 0.8;
6869
}
70+
71+
&.ad{
72+
color: #f5dab1;
73+
}
6974
}
7075
}
7176
}

src/assets/ad1.jpg

35.7 KB
Loading

src/assets/ad2.jpg

49.4 KB
Loading

src/components/Container.vue

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
<el-main class="fm2-main">
44
<el-container>
55
<el-aside style="wdith: 250px;">
6-
6+
<a style="margin: 10px 10px 0; display: block;" target="_blank" href="https://promotion.aliyun.com/ntms/act/qwbk.html?userCode=x5oqy0nh">
7+
<img src="../assets/ad2.jpg" style="width: 100%;">
8+
</a>
79
<div class="components-list">
810
<div class="widget-cate">基础字段</div>
911
<draggable tag="ul" :list="basicComponents"

0 commit comments

Comments
 (0)