Skip to content

Commit fcdda4a

Browse files
committed
docs: update links
1 parent 79b63b4 commit fcdda4a

File tree

1 file changed

+6
-20
lines changed

1 file changed

+6
-20
lines changed

site/src/layouts/Footer.vue

Lines changed: 6 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -60,12 +60,9 @@
6060
</div>
6161
</div>
6262
</a-col>
63-
<a-col :md="6" :sm="24" :xs="24">
63+
<!-- <a-col :md="6" :sm="24" :xs="24">
6464
<div class="footer-center">
6565
<h2>{{ isCN ? '友情链接' : 'Links' }}</h2>
66-
<div v-if="showJeecg">
67-
<a href="http://www.jeecg.com/" target="_blank">Jeecg</a>
68-
</div>
6966
<div>
7067
<a href="https://cn.vuejs.org/" target="_blank">Vue</a>
7168
</div>
@@ -79,37 +76,26 @@
7976
<a href="https://antdv.formilyjs.org/" target="_blank">@formily/antdv</a>
8077
</div>
8178
</div>
82-
</a-col>
83-
<a-col :md="6" :sm="24" :xs="24">
79+
</a-col> -->
80+
<a-col :md="12" :sm="24" :xs="24">
8481
<div class="footer-center">
8582
<h2>
8683
<img
8784
alt=""
8885
class="title-icon"
8986
src="https://gw.alipayobjects.com/zos/rmsportal/nBVXkrFdWHxbZlmMbsaH.svg"
9087
/>
91-
<span>{{ isCN ? '更多产品' : 'More Products' }}</span>
88+
<span>{{ isCN ? '友情链接' : 'Links' }}</span>
9289
</h2>
9390
<div>
94-
<a href="https://antv.alipay.com/" rel="noopener noreferrer" target="_blank">AntV</a>
91+
<a href="https://www.demoget.com?atp=tangjinzhou" target="_blank">DemoGet</a>
9592
<span>-</span>
96-
<span>{{ isCN ? '数据可视化' : 'Data Visualization' }}</span>
97-
</div>
98-
<div>
99-
<a href="https://eggjs.org/" rel="noopener noreferrer" target="_blank">Egg</a>
100-
<span>-</span>
101-
<span>{{ isCN ? '企业级 Node 开发框架' : 'Enterprise Node Framework' }}</span>
93+
<span>{{ isCN ? '好看好用的录屏工具' : 'Beautiful Screen Recordings' }}</span>
10294
</div>
10395
</div>
10496
</a-col>
10597
</a-row>
10698
</div>
107-
<div style="padding: 10px 144px">
108-
备案号:
109-
<a href="https://beian.miit.gov.cn/#/Integrated/index" target="_blank">浙ICP备19034671号</a>
110-
&nbsp;&nbsp;&nbsp; 增值电信业务经营许可证:
111-
<a href="https://beian.miit.gov.cn/#/Integrated/index" target="_blank">浙B2-20220161</a>
112-
</div>
11399
</footer>
114100
</template>
115101
<script>

0 commit comments

Comments
 (0)