提交 f6f43de6 编写于 作者: X xjh22222228

Update Data

上级 1821ea8c
......@@ -8,19 +8,19 @@ export const appLanguage = [
'英文',
'中文',
'GitHub'
];
]
export const webpLanguage = [
'EN',
'CN',
'Git'
];
]
// 如果没有请赋值空字符串
export const git = 'https://github.com/xjh22222228/nav';
export const git = 'https://github.com/xjh22222228/nav'
// 网站底部描述, 可以是 HTML
export const FOOTER_DESC = '';
export const FOOTER_DESC = ''
// http://www.nav3.cn/#/index?q=grabient
export const BACKGROUND_LINEAR = [
......@@ -50,4 +50,4 @@ export const BACKGROUND_LINEAR = [
'linear-gradient(45deg, #FA8BFF 0%, #2BD2FF 52%, #2BFF88 90%)',
'linear-gradient(90deg, #74EBD5 0%, #9FACE6 100%)',
'linear-gradient(160deg, #0093E9 0%, #80D0C7 100%)'
];
]
......@@ -74,4 +74,4 @@ const nav = {
]
};
export default nav;
export default nav
......@@ -5,4 +5,4 @@ export default {
nav: [
developer
]
}
\ No newline at end of file
}
......@@ -168,4 +168,4 @@ const nav = {
]
};
export default nav;
export default nav
import frontend from './frontend';
import node from './node';
import flutter from './flutter';
import python from './python';
import go from './go';
import utilityTool from './utilityTool';
import study from './study';
import security from './security';
import designer from './designer';
import blog from './blog';
import operation from './operation';
import community from './community';
import frontend from './frontend'
import node from './node'
import flutter from './flutter'
import python from './python'
import go from './go'
import utilityTool from './utilityTool'
import study from './study'
import security from './security'
import design from './design'
import blog from './blog'
import operation from './operation'
import community from './community'
export default [
utilityTool,
......@@ -19,9 +19,9 @@ export default [
python,
go,
community,
designer,
design,
study,
security,
operation,
blog,
];
]
const DEFAULT_ICON = 'https://www.python.org/static/favicon.ico'
export default {
title: '生态系统',
nav: [
{
subtitle: '官方',
icon: DEFAULT_ICON,
nav: [
{
icon: 'https://www.python.org/static/favicon.ico',
......
const DEFAULT_ICON = 'https://www.python.org/static/favicon.ico'
export default {
title: '依赖包',
nav: [
{
icon: DEFAULT_ICON,
subtitle: 'HTTP',
nav: [
{
......@@ -41,9 +45,10 @@ export default {
},
{
subtitle: '图像',
icon: DEFAULT_ICON,
nav: [
{
icon: 'https://avatars3.githubusercontent.com/u/2036701?s=200&v=4',
icon: null,
name: 'Pillow',
desc: '友好的PIL前叉,是一个出色的图像处理库',
link: 'https://python-pillow.org/',
......@@ -54,6 +59,18 @@ export default {
]
},
]
},
{
subtitle: 'CLI',
icon: DEFAULT_ICON,
nav: [
{
icon: null,
name: 'Fire',
desc: 'Python Fire是一个用于从绝对任何Python对象自动生成命令行界面(CLI)的库。',
link: 'https://github.com/google/python-fire',
},
]
}
]
}
\ No newline at end of file
}
const DEFAULT_ICON = 'https://www.python.org/static/favicon.ico'
export default {
title: '参考资料',
nav: [
{
subtitle: '书籍',
icon: DEFAULT_ICON,
nav: [
{
icon: 'https://www.python.org/static/favicon.ico',
icon: null,
name: '简明 Python 教程',
desc: '旨在于介绍如何使用 Python 语言进行编程的自由图书。它以教材与指南的形式为入门者介绍 Python 语言。如果你对电脑知识的了解仅限于如何保存文本文件的话,那这本书就是为你准备的。',
link: 'https://bop.mol.uno/',
......@@ -15,33 +18,34 @@ export default {
},
{
subtitle: '文档资料',
icon: DEFAULT_ICON,
nav: [
{
icon: 'https://www.python.org/static/favicon.ico',
icon: null,
name: '100天从新手到大师',
desc: 'Python - 100天从新手到大师',
link: 'https://github.com/jackfrued/Python-100-Days',
},
{
icon: 'https://www.python.org/static/favicon.ico',
icon: null,
name: 'Python 入门指南',
desc: 'Python 入门指南',
link: 'https://python666.cn/cls/lesson/list/',
},
{
icon: 'https://www.python.org/static/favicon.ico',
icon: null,
name: 'What the f*ck Python!',
desc: '一些有趣且鲜为人知的 Python 特性.',
link: 'https://github.com/satwikkansal/wtfpython',
},
{
icon: 'https://www.python.org/static/favicon.ico',
icon: null,
name: 'awesome-python-cn',
desc: 'Python 资源大全中文版',
link: 'https://github.com/jobbole/awesome-python-cn',
},
{
icon: 'https://www.python.org/static/favicon.ico',
icon: null,
name: 'cheatsheet',
desc: 'Python大全备忘单',
link: 'https://github.com/gto76/python-cheatsheet',
......
......@@ -191,4 +191,4 @@ const nav = {
]
};
export default nav;
export default nav
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册