diff --git a/data/flutter/official.ts b/data/flutter/official.ts index c93a4e4e9de9bc4d5e8d90c6b0bad0b471dc7199..e911ff05c06fd87744404c29696c282e975837c6 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 84cbd1fe8dce8d48262026702ba930af6c3307e9..8accbc069531d71d282851188e1132fb87790bff 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 1e772ba34a3a2891d445674863239d8a9da5e522..547ca696df24acdd854261e0bfeaa77a44aa8093 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 ffd95970f173a324bdfcf33aee0b4a2ff0d1fcd3..516d766a53fe5ef8aa4a3e8ac914ac5be841af27 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 9ca02222f0adc74603b00a11483af03a74b6fb14..22895d92b7023344033eb548249dc69ab6b5f0fe 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',