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 {
2222 return {
2323 recommend: [
2424 {
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 "
2828 },
2929 {
3030 poster: staticDomain + " home/article_poster_02.jpg@w300h300" ,
Original file line number Diff line number Diff line change 1212 <div class =" left-box item" >
1313 <h4 >👥兄弟文档</h4 >
1414 <ul >
15- <li >
15+ <!-- < li>
1616 <a href="https://www.paddlepaddle.org.cn/?from=numpy-cn" target="_blank">PaddlePaddle 中文文档</a>
17- </li >
17+ </li> -->
1818 <li >
1919 <a href =" https://www.pypandas.cn/" target =" _blank" >Pandas 中文网</a >
2020 </li >
Original file line number Diff line number Diff line change 77 <a class =" btn-home-nav" :class =" {'active': navId === 3}" @click =" navId=3" >贡献翻译</a >
88 <a class =" btn-home-nav donation" :class =" {'active': navId === 4}" @click =" navId=4" >捐赠网站</a >
99 <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> -- >
1111 </div >
1212
1313 <!-- 关注公众号 -->
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ module.exports = {
1111 } ] ,
1212 // 侧面板配置
1313 sidePanel : {
14- enable : true ,
14+ enable : false ,
1515 btnName : '快捷聊天室' ,
1616 title : 'NumPy 爱好者'
1717 } ,
Original file line number Diff line number Diff line change @@ -7,11 +7,11 @@ module.exports = [
77 text : '文章' ,
88 link : '/article/'
99 } ,
10- {
11- text : '深度学习' ,
12- link : '/deep/' ,
13- important : true
14- } ,
10+ // {
11+ // text: '深度学习',
12+ // link: '/deep/',
13+ // important: true
14+ // },
1515 {
1616 text : '用户指南' ,
1717 link : '/user/'
Original file line number Diff line number Diff line change 88heroImage : https://static.numpy.org.cn/site/logo.png
99actionText : 快速了解 →
1010actionLink : /user/
11- action2Text : 学习深度学习 →
12- action2Link : /deep/
1311footer : 署名-非商业性使用-相同方式共享 3.0 中国大陆 (CC BY-NC-SA 3.0 CN) | Copyright © 2019-present Zhi Bing
1412---
1513
Load Diff Large diffs are not rendered by default.
You can’t perform that action at this time.
0 commit comments