From 87ba0f321bf3fc9882cebdb3b7e37aa09b4bb679 Mon Sep 17 00:00:00 2001 From: xjh22222228 Date: Wed, 14 Oct 2020 08:33:52 +0800 Subject: [PATCH] Update Data --- data/flutter/official.ts | 11 +++++++++++ data/frontend/javascript.ts | 11 +++++++++++ data/go/data.ts | 13 +++++++++---- data/go/package.ts | 17 +++++++++++++++++ data/go/reference.ts | 7 ++++++- 5 files changed, 54 insertions(+), 5 deletions(-) diff --git a/data/flutter/official.ts b/data/flutter/official.ts index c93a4e4..e911ff0 100644 --- a/data/flutter/official.ts +++ b/data/flutter/official.ts @@ -161,6 +161,17 @@ export default { desc: '很棒的清单,精选了最好的Flutter库,工具,教程,文章等', link: 'https://github.com/Solido/awesome-flutter', }, + { + icon: 'https://flutter.dev/images/favicon.png', + name: 'flutter-do', + desc: '330+Widgets在线查看预览和使用。', + link: 'http://laomengit.com/flutter/widgets/widgets_structure.html', + language: [ + '', + '', + 'https://github.com/781238222/flutter-do' + ] + }, ] }, { diff --git a/data/frontend/javascript.ts b/data/frontend/javascript.ts index 84cbd1f..8accbc0 100644 --- a/data/frontend/javascript.ts +++ b/data/frontend/javascript.ts @@ -108,6 +108,17 @@ export default { { subtitle: '常用插件', nav: [ + { + icon: 'assets/icon/frontend/023.png', + name: 'sweetalert', + desc: 'JavaScript Alert 的漂亮替代品', + link: 'https://sweetalert.js.org/', + language: [ + '', + '', + 'https://github.com/t4t5/sweetalert' + ] + }, { icon: 'https://avatars0.githubusercontent.com/u/17040762?s=200&v=4', name: 'Sortable', diff --git a/data/go/data.ts b/data/go/data.ts index 1e772ba..547ca69 100644 --- a/data/go/data.ts +++ b/data/go/data.ts @@ -105,10 +105,15 @@ export default { ] }, { - icon: 'assets/icon/community/007.svg', - name: 'go-web-framework-stars', - desc: 'Go Web框架相关的流行github项目列表', - link: 'https://github.com/mingrammer/go-web-framework-stars', + icon: 'https://www.iris-go.com/favicon.ico', + name: 'iris', + desc: '最快的HTTP / 2 Go Web框架。AWS Lambda,gRPC,MVC,唯一路由器,Websocket,会话,测试套件,依赖注入等。expressjs和laravel的真正继承者|', + link: 'https://www.iris-go.com/', + language: [ + '', + '', + 'https://github.com/kataras/iris' + ] }, ] }, diff --git a/data/go/package.ts b/data/go/package.ts index ffd9597..516d766 100644 --- a/data/go/package.ts +++ b/data/go/package.ts @@ -183,6 +183,23 @@ export default { 'https://github.com/casbin/casbin' ] }, + { + icon: 'https://avatars1.githubusercontent.com/u/4314092?s=200&v=4', + name: 'resty', + desc: '用于Go的简单HTTP和REST客户端库', + link: 'https://github.com/go-resty/resty', + }, + { + icon: 'https://grpc.io/favicons/apple-touch-icon.png', + name: 'grpc-go', + desc: 'gRPC的Go语言实现。基于HTTP/2的RPC', + link: 'https://grpc.io/', + language: [ + '', + '', + 'https://github.com/grpc/grpc-go' + ] + }, ] }, ] diff --git a/data/go/reference.ts b/data/go/reference.ts index 9ca0222..22895d9 100644 --- a/data/go/reference.ts +++ b/data/go/reference.ts @@ -55,7 +55,12 @@ 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', + link: 'https://www.qfgolang.com/', + language: [ + '', + '', + 'https://github.com/rubyhan1314/Golang-100-Days' + ] }, { icon: 'https://avatars1.githubusercontent.com/u/4314092?s=200&v=4', -- GitLab