diff --git a/data/blog.ts b/data/blog.ts index c9efeb615ba1e8c537a98f72c975f7c59ed04f87..3a51117aa51fdca2e2c2e28d6aec63545e9062bf 100644 --- a/data/blog.ts +++ b/data/blog.ts @@ -15,7 +15,7 @@ const nav = { link: 'https://aotu.io/', }, { - icon: 'https://awps-assets.meituan.net/mit/blog/v20190629/asset/icon/favicon.ico?v=Whistle&t=20181017-1r', + icon: 'https://www.meituan.com/favicon.ico', name: '美团点评技术团队', desc: '美团点评技术团队', link: 'https://tech.meituan.com/', diff --git a/data/go/package.ts b/data/go/package.ts index 05845d4dfd56fbee2eab097538a31b36350e313c..2a13f337882736bf4943e0b2463ad6ae0ad0fef8 100644 --- a/data/go/package.ts +++ b/data/go/package.ts @@ -78,6 +78,12 @@ export default { desc: '用Go语言编写的markdown解析器。易于扩展,符合标准(CommonMark),结构合理。', link: 'https://github.com/yuin/goldmark', }, + { + icon: 'https://avatars1.githubusercontent.com/u/4314092?s=200&v=4', + name: 'goquery', + desc: '接近jQuery语法的DOM解析库', + link: 'https://github.com/PuerkitoBio/goquery', + }, ] }, { diff --git a/data/node/module.ts b/data/node/module.ts index 8d34a89770e526de67b0008d272470f539095370..eced22e1cd9a710b52ae7192380a923f2a74fe6d 100644 --- a/data/node/module.ts +++ b/data/node/module.ts @@ -497,6 +497,12 @@ export default { desc: '终端字符串样式', link: 'https://github.com/chalk/chalk', }, + { + icon: 'https://avatars3.githubusercontent.com/u/16504989?s=200&v=4', + name: 'yargs', + desc: '通过解析参数并生成优雅的用户界面来帮助您构建交互式命令行工具。', + link: 'https://github.com/yargs/yargs', + }, ] }, { diff --git a/data/study/docs.ts b/data/study/docs.ts index 788bb1112fa8382d16097e5469c557d4a01f3f9b..cae1df33bf45f207b05286dc93d549d65fff4c25 100644 --- a/data/study/docs.ts +++ b/data/study/docs.ts @@ -195,6 +195,12 @@ export default { 'https://github.com/microsoft/vscode-docs' ] }, + { + icon: 'https://avatars1.githubusercontent.com/u/14127308?s=200&v=4', + name: '免费的编程中文书籍索引', + desc: '免费的编程中文书籍索引', + link: 'https://github.com/EbookFoundation/free-programming-books/blob/master/free-programming-books-zh.md', + }, ] }, ]