提交 0c61e570 编写于 作者: X xjh22222228

Update Data

上级 cd129a4a
......@@ -2,7 +2,7 @@ export default {
title: '生态系统',
nav: [
{
subtitle: '',
subtitle: '生态',
nav: [
{
icon: 'https://avatars1.githubusercontent.com/u/4314092?s=200&v=4',
......@@ -43,6 +43,18 @@ export default {
'https://github.com/goproxy/goproxy.cn'
]
},
{
icon: 'https://static.studygolang.com/static/img/favicon.ico',
name: 'Go语言中文网',
desc: 'Go语言中文网',
link: 'https://studygolang.com/',
},
{
icon: 'https://studygolang.com/static/img/go.ico',
name: 'Go标准库中文文档',
desc: 'Go标准库中文文档',
link: 'https://studygolang.com/pkgdoc',
},
]
},
{
......@@ -115,6 +127,24 @@ export default {
desc: 'Cobra既是用于创建功能强大的现代CLI应用程序的库,又是用于生成应用程序和命令文件的程序',
link: 'https://github.com/spf13/cobra',
},
{
icon: 'https://avatars1.githubusercontent.com/u/49926011?s=200&v=4',
name: 'cli',
desc: '一个简单,快速且有趣的软件包,用于在Go中构建命令行应用',
link: 'https://github.com/urfave/cli/',
},
{
icon: 'https://avatars1.githubusercontent.com/u/49926011?s=200&v=4',
name: 'promptui',
desc: '命令行应用程序的交互式提示',
link: 'https://github.com/manifoldco/promptui',
},
{
icon: 'https://avatars1.githubusercontent.com/u/49926011?s=200&v=4',
name: 'pb',
desc: 'Golang的控制台进度栏',
link: 'https://github.com/cheggaaa/pb',
},
]
},
]
......
......@@ -32,10 +32,28 @@ export default {
'https://github.com/go-gorm/gorm'
]
},
{
icon: 'https://avatars1.githubusercontent.com/u/4314092?s=200&v=4',
name: 'mysql',
desc: 'Go MySQL驱动程序是Go(golang)数据库/ sql包的MySQL驱动程序',
link: 'https://github.com/go-sql-driver/mysql',
},
{
icon: 'https://avatars1.githubusercontent.com/u/4314092?s=200&v=4',
name: 'sqlite3',
desc: 'sqlite3驱动程序',
link: 'https://github.com/mattn/go-sqlite3',
},
{
icon: 'https://avatars1.githubusercontent.com/u/4314092?s=200&v=4',
name: 'pq',
desc: '适用于database/sql的Pure Go Postgres驱动程序',
link: 'https://github.com/lib/pq',
},
]
},
{
subtitle: '其他',
subtitle: '解析器',
nav: [
{
icon: 'https://avatars1.githubusercontent.com/u/4314092?s=200&v=4',
......@@ -48,6 +66,23 @@ export default {
'https://github.com/json-iterator/go'
]
},
{
icon: 'https://avatars1.githubusercontent.com/u/4314092?s=200&v=4',
name: 'blackfriday',
desc: 'Markdown处理器,安全、快速。',
link: 'https://github.com/russross/blackfriday',
},
{
icon: 'https://avatars3.githubusercontent.com/u/19262598?s=200&v=4',
name: 'goldmark',
desc: '用Go语言编写的markdown解析器。易于扩展,符合标准(CommonMark),结构合理。',
link: 'https://github.com/yuin/goldmark',
},
]
},
{
subtitle: '其他',
nav: [
{
icon: 'https://avatars1.githubusercontent.com/u/4314092?s=200&v=4',
name: 'air',
......@@ -101,12 +136,6 @@ export default {
desc: 'Go 实现的 cron 包',
link: 'https://github.com/robfig/cron',
},
{
icon: 'https://avatars1.githubusercontent.com/u/4314092?s=200&v=4',
name: 'blackfriday',
desc: 'Markdown处理器,安全、快速。',
link: 'https://github.com/russross/blackfriday',
},
{
icon: 'https://avatars1.githubusercontent.com/u/4314092?s=200&v=4',
name: 'qrcode',
......
......@@ -2,7 +2,7 @@ export default {
title: '参考资料',
nav: [
{
subtitle: '',
subtitle: '书籍',
nav: [
{
icon: 'https://avatars1.githubusercontent.com/u/4314092?s=200&v=4',
......@@ -18,21 +18,21 @@ export default {
},
{
icon: 'https://avatars1.githubusercontent.com/u/4314092?s=200&v=4',
name: 'build-web-application-with-golang',
name: 'Go WEB 编程',
desc: 'Golang电子书介绍如何使用Golang建立网络',
link: 'https://github.com/astaxie/build-web-application-with-golang/blob/master/zh/preface.md',
},
{
icon: 'https://avatars1.githubusercontent.com/u/4314092?s=200&v=4',
name: 'Go by Example 中文版',
desc: 'Go by Example 是对 Go 基于实践的介绍,包含一系列带有注释说明的示例程序。',
link: 'https://gobyexample-cn.github.io/',
name: 'Go简易教程',
desc: '《The Little Go Book》中文译本,中文正式名《Go简易教程》',
link: 'https://github.com/songleo/the-little-go-book_ZH_CN',
},
{
icon: 'https://avatars1.githubusercontent.com/u/4314092?s=200&v=4',
name: 'Gin实战',
desc: 'WEB 框架Gin实战',
link: 'https://mp.weixin.qq.com/mp/appmsgalbum?__biz=MzI3MjU4Njk3Ng==&action=getalbum&album_id=1362784031968149504&scene=173#wechat_redirect',
name: 'Go by Example 中文版',
desc: 'Go by Example 是对 Go 基于实践的介绍,包含一系列带有注释说明的示例程序。',
link: 'https://gobyexample-cn.github.io/',
},
{
icon: 'https://avatars1.githubusercontent.com/u/4314092?s=200&v=4',
......@@ -40,6 +40,17 @@ export default {
desc: '本指南涵盖了该语言的大部分重要特性,主要包括:基础、方法和接口、并发等',
link: 'https://tour.go-zh.org/welcome/1',
},
]
},
{
subtitle: '其他',
nav: [
{
icon: 'https://avatars1.githubusercontent.com/u/4314092?s=200&v=4',
name: '100天从新手到大师',
desc: 'Golang - 100天从新手到大师',
link: 'https://github.com/rubyhan1314/Golang-100-Days',
},
{
icon: 'https://avatars1.githubusercontent.com/u/4314092?s=200&v=4',
name: 'project-layout',
......@@ -48,9 +59,9 @@ export default {
},
{
icon: 'https://avatars1.githubusercontent.com/u/4314092?s=200&v=4',
name: '100天从新手到大师',
desc: 'Golang - 100天从新手到大师',
link: 'https://github.com/rubyhan1314/Golang-100-Days',
name: 'Gin实战',
desc: 'WEB 框架Gin实战',
link: 'https://mp.weixin.qq.com/mp/appmsgalbum?__biz=MzI3MjU4Njk3Ng==&action=getalbum&album_id=1362784031968149504&scene=173#wechat_redirect',
},
]
},
......
......@@ -2,7 +2,7 @@ export default {
title: '工具',
nav: [
{
subtitle: '',
subtitle: '工具',
nav: [
{
icon: 'https://avatars1.githubusercontent.com/u/4314092?s=200&v=4',
......
......@@ -491,6 +491,12 @@ export default {
desc: '清空终端屏幕信息',
link: 'https://github.com/bahamas10/node-clear',
},
{
icon: 'assets/icon/frontend/063.svg',
name: 'chalk',
desc: '终端字符串样式',
link: 'https://github.com/chalk/chalk',
},
]
},
{
......@@ -535,12 +541,6 @@ export default {
desc: '简单的XML到JavaScript对象转换器。它支持双向转换。使用sax-js和 xmlbuilder-js',
link: 'https://github.com/Leonidas-from-XIV/node-xml2js',
},
{
icon: 'assets/icon/frontend/063.svg',
name: 'chalk',
desc: '改变console终端输出样式',
link: 'https://github.com/chalk/chalk',
},
{
icon: 'assets/icon/frontend/023.png',
name: 'iconv-lite',
......
......@@ -340,6 +340,17 @@ const nav = {
},
]
},
{
subtitle: '免费公开API',
nav: [
{
icon: 'https://www.ipify.org/static/images/favicon-96x96.png',
name: 'ipify',
desc: '一个简单的公共IP地址API',
link: 'https://www.ipify.org/',
},
]
},
]
};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册