Skip to content

Commit

Permalink
Update Data
Browse files Browse the repository at this point in the history
  • Loading branch information
xjh22222228 committed Oct 5, 2020
1 parent 7572b00 commit 5fe67b4
Show file tree
Hide file tree
Showing 14 changed files with 104 additions and 57 deletions.
10 changes: 5 additions & 5 deletions data/blog.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ const nav = {
subtitle: 'Team',
nav: [
{
icon: 'assets/icon/blog/001.png?a=88',
icon: 'https://aotu.io/img/favicon-48x48.png',
name: '凹凸实验室',
desc: 'O2面向多终端技术体系,致力于构建沉淀与分享包括但不限于交互、页面制作技巧...',
link: 'https://aotu.io/',
},
{
icon: 'assets/icon/blog/004.svg?a',
icon: 'https://awps-assets.meituan.net/mit/blog/v20190629/asset/icon/favicon.ico?v=Whistle&t=20181017-1r',
name: '美团点评技术团队',
desc: '美团点评技术团队',
link: 'https://tech.meituan.com/',
Expand Down Expand Up @@ -50,19 +50,19 @@ const nav = {
subtitle: '个人博客',
nav: [
{
icon: 'assets/icon/blog/003.png',
icon: 'https://www.xiejiahe.com/favicon-128x128.png',
name: '谢家和的博客',
desc: 'WEB Developer',
link: 'https://www.xiejiahe.com/?from=nav2',
},
{
icon: 'assets/icon/blog/002.jpg',
icon: 'https://www.yinwang.org/images/Yc.jpg',
name: '王垠的博客',
desc: '当然我在扯淡',
link: 'http://www.yinwang.org/',
},
{
icon: 'assets/icon/blog/005.jpg',
icon: 'https://overreacted.io/favicon.ico',
name: 'Dan',
desc: 'react作者的博客',
link: 'https://overreacted.io/',
Expand Down
53 changes: 29 additions & 24 deletions data/frontend/reference.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ export default {
title: '参考资料',
nav: [
{
subtitle: '',
subtitle: '书籍',
nav: [
{
icon: 'assets/icon/frontend/023.png',
Expand All @@ -22,29 +22,6 @@ export default {
desc: '以最新的 JavaScript 标准为基准。通过简单但足够详细的内容,为你讲解从基础到高阶的 JavaScript 相关知识',
link: 'https://zh.javascript.info/',
},
{
icon: 'https://bonsaiden.github.io/JavaScript-Garden/favicon.ico?v=2',
name: 'JavaScript 秘密花园',
desc: 'JavaScript 语言最古怪用法的文档集合',
link: 'https://bonsaiden.github.io/JavaScript-Garden/zh/',
},
{
icon: 'assets/icon/frontend/023.png',
name: 'JavaScript Puzzlers',
desc: '你真的了解JavaScript吗?来试试吧!',
link: 'http://javascript-puzzlers.herokuapp.com/',
},
{
icon: 'assets/icon/frontend/040.png',
name: 'InterviewMap',
desc: '打造最好的面试图谱',
link: 'https://yuchengkai.cn/docs/zh/',
language: [
'https://yuchengkai.cn/docs/',
'https://yuchengkai.cn/docs/zh/',
'https://github.com/InterviewMap/CS-Interview-Knowledge-Map'
]
},
{
icon: 'assets/icon/frontend/023.png',
name: 'ECMAScript 6入门',
Expand All @@ -67,6 +44,28 @@ export default {
'https://github.com/ruanyf/jstutorial'
]
},
]
},
{
subtitle: '文档',
nav: [
{
icon: 'assets/icon/frontend/023.png',
name: 'JavaScript Puzzlers',
desc: '你真的了解JavaScript吗?来试试吧!',
link: 'http://javascript-puzzlers.herokuapp.com/',
},
{
icon: 'assets/icon/frontend/040.png',
name: 'InterviewMap',
desc: '打造最好的面试图谱',
link: 'https://yuchengkai.cn/docs/zh/',
language: [
'https://yuchengkai.cn/docs/',
'https://yuchengkai.cn/docs/zh/',
'https://github.com/InterviewMap/CS-Interview-Knowledge-Map'
]
},
{
icon: 'assets/icon/frontend/023.png',
name: '飞冰早报',
Expand Down Expand Up @@ -123,6 +122,12 @@ export default {
'https://github.com/tc39/ecma262'
]
},
{
icon: 'https://bonsaiden.github.io/JavaScript-Garden/favicon.ico?v=2',
name: 'JavaScript 秘密花园',
desc: 'JavaScript 语言最古怪用法的文档集合',
link: 'https://bonsaiden.github.io/JavaScript-Garden/zh/',
},
{
icon: 'assets/icon/frontend/023.png',
name: 'Airbnb JavaScript 编码规范',
Expand Down
6 changes: 6 additions & 0 deletions data/go/package.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,12 @@ export default {
{
subtitle: '其他',
nav: [
{
icon: 'https://avatars1.githubusercontent.com/u/4314092?s=200&v=4',
name: 'ip',
desc: '获取公网IP地址、v4/v6',
link: 'https://github.com/xjh22222228/ip',
},
{
icon: 'https://avatars1.githubusercontent.com/u/4314092?s=200&v=4',
name: 'air',
Expand Down
10 changes: 8 additions & 2 deletions data/node/web-frame.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,11 @@ export default {
]
},
{
subtitle: 'koa',
subtitle: 'Express/Koa',
nav: [
{
icon: 'assets/icon/frontend/023.png',
name: 'koa',
name: 'Koa',
desc: 'Koa -- 基于Node.js 平台的下一代web开发框架',
link: 'https://koa.bootcss.com/',
language: [
Expand All @@ -65,6 +65,12 @@ export default {
'https://github.com/koajs/koa'
]
},
{
icon: 'assets/icon/frontend/023.png',
name: 'Express',
desc: 'Express - 快速、开放、极简的 Web 开发框架',
link: 'http://expressjs.jser.us/',
},
]
}
]
Expand Down
2 changes: 1 addition & 1 deletion data/security.ts
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ const nav = {
icon: 'assets/icon/security/008.png',
name: 'XSS平台-白帽安全测试',
desc: 'XSS平台是一个免费给白帽安全测试的平台',
link: 'http://xsspt.com/index.php?do=login',
link: 'https://xsspt.com/',
},
{
icon: 'assets/icon/security/011.png',
Expand Down
35 changes: 23 additions & 12 deletions data/utilityTool/devops.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,6 @@ const nav = {
desc: 'XSS平台 - 免费XSS测试平台',
link: 'http://xss.fbisb.com/',
},
{
icon: 'assets/icon/utility-tool/009.png',
name: 'MD5解密',
desc: 'md5在线解密破解,md5解密加密',
link: 'http://www.cmd5.com/',
},
{
icon: 'assets/icon/utility-tool/011.png',
name: 'FunDebug',
Expand Down Expand Up @@ -158,12 +152,6 @@ const nav = {
desc: 'GraphQL资源管理器利用真实的、实时的生产数据',
link: 'https://developer.github.com/v4/explorer/',
},
{
icon: 'https://jwt.io/img/favicon/apple-icon-76x76.png',
name: 'JSON Web Tokens',
desc: 'jwt 在线解码',
link: 'https://jwt.io/',
},
{
icon: 'assets/icon/utility-tool/000.svg',
name: 'patorjk',
Expand Down Expand Up @@ -340,6 +328,29 @@ const nav = {
},
]
},
{
subtitle: '编码/解码',
nav: [
{
icon: 'assets/icon/utility-tool/009.png',
name: 'MD5解密',
desc: 'md5在线解密破解,md5解密加密',
link: 'http://www.cmd5.com/',
},
{
icon: 'https://jwt.io/img/favicon/apple-icon-76x76.png',
name: 'JSON Web Tokens',
desc: 'jwt 在线解码',
link: 'https://jwt.io/',
},
{
icon: '',
name: 'base64',
desc: 'base64在线解码编码',
link: 'http://base64.xpcha.com/',
},
]
},
{
subtitle: '免费公开API',
nav: [
Expand Down
34 changes: 32 additions & 2 deletions data/utilityTool/movies.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,37 @@ export default {
subtitle: '影视',
nav: [
{
icon: 'assets/icon/utility-tool/042.png',
icon: 'https://www.bilibili.com/favicon.ico',
name: '哔哩哔哩',
desc: '国内知名的视频弹幕网站,这里有最及时的动漫新番,最棒的ACG氛围,最有创意的Up主',
link: 'https://www.bilibili.com/',
},
{
icon: 'https://www.iqiyipic.com/common/images/PCW-114x114.png',
name: '爱奇艺',
desc: '拥有海量、优质、高清的网络视频的大型视频网站,专业的网络视频播放平台',
link: 'https://www.iqiyi.com/',
},
{
icon: 'https://www.youtube.com/favicon.ico',
name: 'Youtube',
desc: '全球最大的视频网站',
link: 'https://www.youtube.com/',
},
{
icon: 'https://www.douyu.com/favicon.ico',
name: '斗鱼',
desc: '斗鱼 - 每个人的直播平台',
link: 'https://www.douyu.com/',
},
{
icon: 'https://cdn.jsdelivr.net/gh/txxxjs/fk/ifkdy/2020-03-16/favicon.ico',
name: '疯狂影视搜索',
desc: '疯狂影视搜索是一款全能影视搜索引擎,帮你找到最新影视资源,一站拥有无尽影视资源',
link: 'http://ifkdy.com/',
},
{
icon: 'assets/icon/utility-tool/041.png',
icon: 'http://www.qmaile.com/favicon.ico',
name: '全民vip视频在线解析',
desc: '免费全网VIP视频会员免广告看电影!优酷vip解析,爱奇艺vip解析,腾讯vip解析,乐视vip解析,芒果vip解析',
link: 'http://www.qmaile.com/',
Expand All @@ -22,6 +46,12 @@ export default {
desc: '免费在线视频剪辑、视频制作、视频剪切、视频转gif等实用功能',
link: 'https://beecut.cn/online-video-editor',
},
{
icon: '',
name: 'kk高清影院',
desc: 'kk高清影院,1080p电影下载,高清电影迅雷下载,免费高清电影网',
link: 'http://www.kk3.tv/',
},
]
},
{
Expand Down
Binary file removed src/assets/icon/blog/001.png
Binary file not shown.
Binary file removed src/assets/icon/blog/002.jpg
Binary file not shown.
Binary file removed src/assets/icon/blog/003.png
Binary file not shown.
11 changes: 0 additions & 11 deletions src/assets/icon/blog/004.svg

This file was deleted.

Binary file removed src/assets/icon/blog/005.jpg
Binary file not shown.
Binary file removed src/assets/icon/utility-tool/041.png
Binary file not shown.
Binary file removed src/assets/icon/utility-tool/042.png
Binary file not shown.

0 comments on commit 5fe67b4

Please sign in to comment.