提交 89466c0c 编写于 作者: 李少辉-开发者's avatar 李少辉-开发者 🎧

change content to python

Signed-off-by: 李少辉-开发者's avatarlish <lish@csdn.net>
上级 71d6c292
# See http://help.github.com/ignore-files/ for more about ignoring files.
# compiled output
/dist
/build
/tmp
/out-tsc
*
!/public
# dependencies
/node_modules
# IDEs and editors
/.idea
.project
.classpath
.c9/
*.launch
.settings/
*.sublime-workspace
# IDE - VSCode
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
# misc
/.sass-cache
/connect.lock
/coverage
/libpeerconnection.log
npm-debug.log
yarn-error.log
testem.log
/typings
# System Files
.DS_Store
Thumbs.db
*.psd*
.eslintcache
nav.config.js
......@@ -5075,7 +5075,16 @@
"urls": {},
"rate": 5,
"top": false
}
},
{
"name": "Jupyter Notebook",
"desc": "CSDN 为会员用户提供的免费在线 jupyter notebook 服务,用户独享,数据长期保存",
"url": "https://jupyter.csdn.net/",
"createdAt": "2021-11-19T01:32:06.423Z",
"urls": {},
"rate": 5,
"top": false
}
],
"createdAt": "2021-01-23T01:32:06.423Z"
}
......@@ -5321,6 +5330,33 @@
{
"title": "参考资料",
"nav": [
{
"title": "CSDN Python 学习社区",
"icon": "https://img-operation.csdnimg.cn/csdn/silkroad/img/1607569811165.png",
"nav": [
{
"name": "Python 技能树",
"desc": "技能树是CSDN提供的系统化,面向实战的学习环境。 它能帮助用户从初学者成长为合格的Python 工程师。它系统地整理了关于Python领域的知识点,并从海量的 CSDN 数据中不断更新高质量内容。除了传统的阅读学习, 技能树为每一个知识点都提供了匹配的练习题,帮助用户随练随学直到精通。",
"url": "https://bbs.csdn.net/skill/python",
"icon": "https://img-operation.csdnimg.cn/csdn/silkroad/img/1607569811165.png",
"createdAt": "2021-01-23T01:32:06.423Z",
"urls": {},
"rate": 5,
"top": false
},
{
"name": "Python 频道",
"desc": "聚合 CSDN 社区 python 优质资源,学习交流的家园",
"url": "https://blog.csdn.net/nav/python",
"icon": "https://img-operation.csdnimg.cn/csdn/silkroad/img/1607569811165.png",
"createdAt": "2021-01-23T01:32:06.423Z",
"urls": {},
"rate": 5,
"top": false
}
],
"createdAt": "2021-01-23T01:32:06.423Z"
},
{
"title": "书籍",
"icon": "https://www.python.org/static/favicon.ico",
......
......@@ -5,7 +5,6 @@
"requires": true,
"packages": {
"": {
"name": "nav",
"version": "5.3.3",
"dependencies": {
"@angular/animations": "~11.2.12",
<!DOCTYPE html>
<!--
.--,-``-.
/ / '.
/ ../ ;
,---, \ ``\ .`- ' ,---,
,-+-. / | .---.\___\/ \ : ,-+-. / |
,--.'|' | ,--.--. /. ./| \ : | ,---. ,--.'|' |
| | ,"' | / \ .-' . ' | / / / / \ | | ,"' |
| | / | |.--. .-. /___/ \: | \ \ \ / / ' | | / | |
| | | | | \__\/: . . \ ' . ___ / : | . ' / | | | | |
| | | |/ ," .--.; |\ \ '/ /\ / : ' ; :__ | | | |/
| | |--' / / ,. | \ \ / ,,/ ',- .___' | '.'|| | |--'
| |/ ; : .' \ \ \ \ ''\ ;/ .\ : :| |/
'---' | , .-./ '---" \ \ .' \ ; \ \ / '---'
`--`---' `--`-,,-' `--" `----'
2018/4/26 www.nav3.cn
,+++++++++++++++++++++++++++++++++++++++++++++++++.
( We want you! https://github.com/xjh22222228/nav )
`-,+++++++++++++++++++++++++++++++++++++++++++++++'
-->
<html>
<head>
<meta charset="utf-8">
......
......@@ -3,7 +3,7 @@ export default {
_uncategorized: '未分类',
_modifySuccess: '修改成功!',
_copySuccess: '复制成功',
_copyUrl: '复制链接',
_copyUrl: '复制代码链接',
_shareWeb: '分享网站',
_edit: '编辑',
_add: '新增',
......
......@@ -113,7 +113,7 @@ $bg-color: #fbfbfb;
transform: translateX(-50%);
height: 3px;
border-radius: 2px;
background: #20a0ff;
// background: #20a0ff;
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册