Skip to content

Commit

Permalink
添加阿里云推广
Browse files Browse the repository at this point in the history
  • Loading branch information
GavinZhuLei committed May 26, 2019
1 parent dabf3c3 commit ed91677
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "form-making",
"description": "基于Vue,ElementUI开发的一款表单设计器,提高表单开发效率的利器,让开发者从枯燥的表单代码编写中解放出来",
"version": "1.1.19",
"version": "1.1.20",
"author": "GavinZhulei",
"license": "MIT",
"keywords": [
Expand Down
7 changes: 6 additions & 1 deletion src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<div class="fm-title" @click="handleHome">表单设计器</div>

<div class="fm-link">
<a class="ad" target="_blank" href="https://promotion.aliyun.com/ntms/yunparter/invite.html?userCode=x5oqy0nh">阿里云限量红包</a>
<a target="_blank" href="https://www.yuque.com/zhulei-sbpfz/ua9nar">开始使用</a>
<a target="_blank" href="#/price">商业授权</a>
<a href="https://github.com/GavinZhuLei/vue-form-making">GitHub</a>
Expand Down Expand Up @@ -61,11 +62,15 @@ export default {
font-size: 14px;
line-height: 50px;
font-weight: 500;
margin-left: 10px;
margin-left: 15px;
&:hover{
opacity: 0.8;
}
&.ad{
color: #f5dab1;
}
}
}
}
Expand Down
Binary file added src/assets/ad1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/ad2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 3 additions & 1 deletion src/components/Container.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
<el-main class="fm2-main">
<el-container>
<el-aside style="wdith: 250px;">

<a style="margin: 10px 10px 0; display: block;" target="_blank" href="https://promotion.aliyun.com/ntms/act/qwbk.html?userCode=x5oqy0nh">
<img src="../assets/ad2.jpg" style="width: 100%;">
</a>
<div class="components-list">
<div class="widget-cate">基础字段</div>
<draggable tag="ul" :list="basicComponents"
Expand Down

0 comments on commit ed91677

Please sign in to comment.