File tree Expand file tree Collapse file tree 7 files changed +9137
-8681
lines changed Expand file tree Collapse file tree 7 files changed +9137
-8681
lines changed Original file line number Diff line number Diff line change @@ -22,9 +22,9 @@ export default {
22
22
return {
23
23
recommend: [
24
24
{
25
- poster: " https://paddlepaddle-org-cn.bj.bcebos.com/paddle-site-front/static/media/banner.a53a5ad414cd2bc5e0f6d00cc4f53f50.png " ,
26
- title: " 免费深度学习模型库(覆盖图像、自然语言处理、推荐等多种方向的官方模型) " ,
27
- url: " https://www.paddlepaddle.org.cn/modelbase?from=numpy-cn "
25
+ poster: staticDomain + " home/li.jpg@w300h300 " ,
26
+ title: " 你离开学只差这个视频:李宏毅机器学习2020版正式开放上线 " ,
27
+ url: " https://www.kuxai.com/article/2 "
28
28
},
29
29
{
30
30
poster: staticDomain + " home/article_poster_02.jpg@w300h300" ,
Original file line number Diff line number Diff line change 12
12
<div class =" left-box item" >
13
13
<h4 >👥兄弟文档</h4 >
14
14
<ul >
15
- <li >
15
+ <!-- < li>
16
16
<a href="https://www.paddlepaddle.org.cn/?from=numpy-cn" target="_blank">PaddlePaddle 中文文档</a>
17
- </li >
17
+ </li> -->
18
18
<li >
19
19
<a href =" https://www.pypandas.cn/" target =" _blank" >Pandas 中文网</a >
20
20
</li >
Original file line number Diff line number Diff line change 7
7
<a class =" btn-home-nav" :class =" {'active': navId === 3}" @click =" navId=3" >贡献翻译</a >
8
8
<a class =" btn-home-nav donation" :class =" {'active': navId === 4}" @click =" navId=4" >捐赠网站</a >
9
9
<a class =" btn-home-nav" :class =" {'active': navId === 5}" @click =" navId=5" >其他事宜</a >
10
- <a class =" btn-home-nav" :class =" {'active': navId === 6}" @click =" navId=6" >深度学习资料</a >
10
+ <!-- < a class="btn-home-nav" :class="{'active': navId === 6}" @click="navId=6">深度学习资料</a> -- >
11
11
</div >
12
12
13
13
<!-- 关注公众号 -->
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ module.exports = {
11
11
} ] ,
12
12
// 侧面板配置
13
13
sidePanel : {
14
- enable : true ,
14
+ enable : false ,
15
15
btnName : '快捷聊天室' ,
16
16
title : 'NumPy 爱好者'
17
17
} ,
Original file line number Diff line number Diff line change @@ -7,11 +7,11 @@ module.exports = [
7
7
text : '文章' ,
8
8
link : '/article/'
9
9
} ,
10
- {
11
- text : '深度学习' ,
12
- link : '/deep/' ,
13
- important : true
14
- } ,
10
+ // {
11
+ // text: '深度学习',
12
+ // link: '/deep/',
13
+ // important: true
14
+ // },
15
15
{
16
16
text : '用户指南' ,
17
17
link : '/user/'
Original file line number Diff line number Diff line change 8
8
heroImage : https://static.numpy.org.cn/site/logo.png
9
9
actionText : 快速了解 →
10
10
actionLink : /user/
11
- action2Text : 学习深度学习 →
12
- action2Link : /deep/
13
11
footer : 署名-非商业性使用-相同方式共享 3.0 中国大陆 (CC BY-NC-SA 3.0 CN) | Copyright © 2019-present Zhi Bing
14
12
---
15
13
Load Diff Large diffs are not rendered by default.
You can’t perform that action at this time.
0 commit comments