@wcj/github-rank 22.2.2 → 22.2.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (38) hide show
  1. package/dist/repos.json +33340 -33313
  2. package/dist/sifou-daily.json +15 -6
  3. package/dist/sifou-monthly.json +91 -91
  4. package/dist/sifou-weekly.json +146 -191
  5. package/dist/toutiao-30.json +77 -77
  6. package/dist/toutiao-7.json +133 -133
  7. package/dist/toutiao-90.json +24 -24
  8. package/dist/trending-daily.json +170 -170
  9. package/dist/trending-monthly.json +157 -157
  10. package/dist/trending-weekly.json +167 -167
  11. package/dist/users.china.json +2268 -2268
  12. package/dist/users.json +4035 -4036
  13. package/package.json +1 -1
  14. package/web/36kr.html +2 -2
  15. package/web/data/repos.json +33340 -33313
  16. package/web/data/sifou-daily.json +15 -6
  17. package/web/data/sifou-monthly.json +91 -91
  18. package/web/data/sifou-weekly.json +146 -191
  19. package/web/data/toutiao-30.json +77 -77
  20. package/web/data/toutiao-7.json +133 -133
  21. package/web/data/toutiao-90.json +24 -24
  22. package/web/data/trending-daily.json +170 -170
  23. package/web/data/trending-monthly.json +157 -157
  24. package/web/data/trending-weekly.json +167 -167
  25. package/web/data/users.china.json +2268 -2268
  26. package/web/data/users.json +4035 -4036
  27. package/web/index.html +2006 -2006
  28. package/web/repos.html +4261 -4265
  29. package/web/sifou-daily.html +34 -6
  30. package/web/sifou-monthly.html +112 -112
  31. package/web/sifou-weekly.html +123 -263
  32. package/web/toutiao-30.html +84 -84
  33. package/web/toutiao-7.html +83 -83
  34. package/web/toutiao-90.html +79 -79
  35. package/web/trending-monthly.html +139 -135
  36. package/web/trending-weekly.html +140 -148
  37. package/web/trending.html +141 -153
  38. package/web/users.china.html +1200 -1200
@@ -1,11 +1,20 @@
1
1
  [
2
2
  {
3
- "title": "2021, 自我加糖的一年",
4
- "description": "2021年生活很苦,苦得抓头挠腮。但还好头发少了,人也成熟不少,懂的了为生活加糖。感悟今年走过一些地方,看过一些电影,读过几本小书,听过几个故事,觉得是好鸡汤,原与君共饮。电影:《对不起,我们错过了你...",
5
- "url": "https://segmentfault.com/a/1190000041361293",
6
- "author": "Denzel",
7
- "home_url": "https://segmentfault.com/u/denzel",
8
- "votes": "1",
3
+ "title": "深入浅出 Angular 变更检测",
4
+ "description": "Angular 中的变更检测是一种用来将应用程序 UI 的状态与数据的状态同步的机制。当应用逻辑更改组件数据时,绑定到视图中 DOM 属性上的值也要随之更改。变更检测器负责更新视图以反映当前的数据模型。阅读本文之前...",
5
+ "url": "https://segmentfault.com/a/1190000041365492",
6
+ "author": "Zuckjet",
7
+ "home_url": "https://segmentfault.com/u/zuckjet",
8
+ "votes": "2",
9
9
  "rank": 1
10
+ },
11
+ {
12
+ "title": "实用WGCLOUD监测Redis运行状态教程",
13
+ "description": "介绍通过WGCLOUD来监测Redis运行的状态,端口,日志[链接]",
14
+ "url": "https://segmentfault.com/a/1190000041365459",
15
+ "author": "徐三刀",
16
+ "home_url": "https://segmentfault.com/u/9b3sps2b",
17
+ "votes": "1",
18
+ "rank": 2
10
19
  }
11
20
  ]
@@ -5,7 +5,7 @@
5
5
  "url": "https://segmentfault.com/a/1190000041275359",
6
6
  "author": "chokcoco",
7
7
  "home_url": "https://segmentfault.com/u/chokcoco",
8
- "votes": "61",
8
+ "votes": "64",
9
9
  "rank": 1
10
10
  },
11
11
  {
@@ -14,7 +14,7 @@
14
14
  "url": "https://segmentfault.com/a/1190000041306193",
15
15
  "author": "chokcoco",
16
16
  "home_url": "https://segmentfault.com/u/chokcoco",
17
- "votes": "30",
17
+ "votes": "32",
18
18
  "rank": 2
19
19
  },
20
20
  {
@@ -23,7 +23,7 @@
23
23
  "url": "https://segmentfault.com/a/1190000041311954",
24
24
  "author": "dragonir",
25
25
  "home_url": "https://segmentfault.com/u/dragonir",
26
- "votes": "21",
26
+ "votes": "22",
27
27
  "rank": 3
28
28
  },
29
29
  {
@@ -72,14 +72,23 @@
72
72
  "rank": 8
73
73
  },
74
74
  {
75
- "title": "神奇的滤镜!巧妙实现内凹的平滑圆角",
76
- "description": "背景某日,群友们在群里抛出这样一个问题,如何使用 CSS 实现如下的布局:在 CSS 世界中,如果只是下述这种效果,还是非常容易实现的:一旦涉及到圆角或者波浪效果,难度就会提升很多。实现这种连续平滑的曲线其...",
77
- "url": "https://segmentfault.com/a/1190000041240388",
78
- "author": "chokcoco",
79
- "home_url": "https://segmentfault.com/u/chokcoco",
80
- "votes": "18",
75
+ "title": "Three.js 实现2022冬奥主题3D趣味页面 🐼",
76
+ "description": "迎冬奥,一起向未来!2022冬奥会马上就要开始了,本文使用 Three.js + React 技术栈,实现冬日和奥运元素,制作了一个充满趣味和纪念意义的冬奥主题 3D 页面。本文涉及到的知识点主要包括:TorusGeometry 圆环面...",
77
+ "url": "https://segmentfault.com/a/1190000041363089",
78
+ "author": "dragonir",
79
+ "home_url": "https://segmentfault.com/u/dragonir",
80
+ "votes": "19",
81
81
  "rank": 9
82
82
  },
83
+ {
84
+ "title": "Serverless 背景下,一部分“前端工程师”会转变为“应用交付工程师”",
85
+ "description": "这是我的 2022 年第一篇文章。一直在想写些什么比较好,既然是新年,新年新气象,写点技术展望的想法是不是更合适?于是这篇文章的标题,也就是本文的核心思想出来了:",
86
+ "url": "https://segmentfault.com/a/1190000041294273",
87
+ "author": "杨成功",
88
+ "home_url": "https://segmentfault.com/u/ruidoc",
89
+ "votes": "18",
90
+ "rank": 10
91
+ },
83
92
  {
84
93
  "title": "Three.js 实现虎年春节3D创意页面",
85
94
  "description": "虎年 🐅 春节将至,本文使用 React + Three.js 技术栈,实现趣味 3D 创意页面。本文包含的知识点主要包括:ShadowMaterial、 MeshPhongMaterial 两种基本材质的使用、使用 LoadingManager 展示模型加载进度、Orbit...",
@@ -87,26 +96,8 @@
87
96
  "author": "dragonir",
88
97
  "home_url": "https://segmentfault.com/u/dragonir",
89
98
  "votes": "16",
90
- "rank": 10
91
- },
92
- {
93
- "title": "我们自研的 Ice 规则引擎开源了",
94
- "description": "规则/流程引擎想必大家并不陌生,耳熟能详的就有Drools,Esper,Activiti,Flowable等,很多大厂也热衷于研究自己的规则引擎,都是用于解决灵活场景下的复杂规则与流程问题,想要做到改改配置就可以生成/生效...",
95
- "url": "https://segmentfault.com/a/1190000041233845",
96
- "author": "程序员海军",
97
- "home_url": "https://segmentfault.com/u/haijun_5e7e16c909f52",
98
- "votes": "18",
99
99
  "rank": 11
100
100
  },
101
- {
102
- "title": "Serverless 背景下,一部分“前端工程师”会转变为“应用交付工程师”",
103
- "description": "这是我的 2022 年第一篇文章。一直在想写些什么比较好,既然是新年,新年新气象,写点技术展望的想法是不是更合适?于是这篇文章的标题,也就是本文的核心思想出来了:",
104
- "url": "https://segmentfault.com/a/1190000041294273",
105
- "author": "杨成功",
106
- "home_url": "https://segmentfault.com/u/ruidoc",
107
- "votes": "17",
108
- "rank": 12
109
- },
110
101
  {
111
102
  "title": "权威发布丨2021 中国开源先锋 33 人之心尖上的开源人物",
112
103
  "description": "在本土,“开源”作为国家战略被首次写入国家“五年规划”,新锐开源商业公司如雨后春笋一般诞生并获得资本青睐,中国首个明确GPL 3.0协议法律效力的判决案例尘埃落定。",
@@ -114,7 +105,7 @@
114
105
  "author": "SegmentFault思否",
115
106
  "home_url": "https://segmentfault.com/u/segmentfault",
116
107
  "votes": "8",
117
- "rank": 13
108
+ "rank": 12
118
109
  },
119
110
  {
120
111
  "title": "PWA 技术落地!让你的站点(Web)秒变APP(应用程序)",
@@ -123,16 +114,7 @@
123
114
  "author": "葡萄城技术团队",
124
115
  "home_url": "https://segmentfault.com/u/grapecity",
125
116
  "votes": "13",
126
- "rank": 14
127
- },
128
- {
129
- "title": "谁再说不熟悉 Linux 命令,就把这个给他扔过去!",
130
- "description": "虽然平时大部分工作都是和Java相关的开发, 但是每天都会接触Linux系统, 尤其是使用了Mac之后, 每天都是工作在黑色背景的命令行环境中. 自己记忆力不好, 很多有用的Linux命令不能很好的记忆, 现在逐渐总结一下, 以...",
131
- "url": "https://segmentfault.com/a/1190000041229679",
132
- "author": "民工哥",
133
- "home_url": "https://segmentfault.com/u/jishuroad",
134
- "votes": "20",
135
- "rank": 15
117
+ "rank": 13
136
118
  },
137
119
  {
138
120
  "title": "CSS 实现 Ant Design官网Logo彩蛋效果",
@@ -141,7 +123,16 @@
141
123
  "author": "XboxYan",
142
124
  "home_url": "https://segmentfault.com/u/xboxyan",
143
125
  "votes": "16",
144
- "rank": 16
126
+ "rank": 14
127
+ },
128
+ {
129
+ "title": "权威发布 | SegmentFault 思否 2021 年度技术团队",
130
+ "description": "日新月异的技术革命,数字经济的新一轮爆发,背后是无数开发者夜以继日的付出。他们信奉技术力量,敢于技术创新,践行技术信仰,他们是技术先锋,探索改变世界的方向。",
131
+ "url": "https://segmentfault.com/a/1190000041253145",
132
+ "author": "SegmentFault思否",
133
+ "home_url": "https://segmentfault.com/u/segmentfault",
134
+ "votes": "10",
135
+ "rank": 15
145
136
  },
146
137
  {
147
138
  "title": "线程池如何观测?这个方案让你对线程池的运行情况了如指掌!",
@@ -150,25 +141,25 @@
150
141
  "author": "铂赛东",
151
142
  "home_url": "https://segmentfault.com/u/bosaidong_5c495684bcf4b",
152
143
  "votes": "13",
153
- "rank": 17
144
+ "rank": 16
154
145
  },
155
146
  {
156
- "title": "一篇从购买服务器到部署博客代码的详细教程",
157
- "description": "我们在 《一篇带你用 VuePress + Github Pages 搭建博客》实现了 VuePress 搭建个人博客,在 《一篇教你代码同步 Github 和 Gitee》和 《Gitee 如何自动部署 Pages?还是用 GitHub Actions!》实现了代码自动同步...",
158
- "url": "https://segmentfault.com/a/1190000041231904",
159
- "author": "冴羽",
160
- "home_url": "https://segmentfault.com/u/yayu",
161
- "votes": "13",
162
- "rank": 18
147
+ "title": "60行代码实现React的事件系统",
148
+ "description": "大家好,我卡颂。由于如下原因,React的事件系统代码量很大:需要抹平不同浏览器的差异与内部的优先级机制绑定需要考虑所有浏览器事件但如果抽丝剥茧会发现,事件系统的核心只有两个模块:SyntheticEvent(合成事...",
149
+ "url": "https://segmentfault.com/a/1190000041355419",
150
+ "author": "卡颂",
151
+ "home_url": "https://segmentfault.com/u/kasong",
152
+ "votes": "10",
153
+ "rank": 17
163
154
  },
164
155
  {
165
- "title": "权威发布 | SegmentFault 思否 2021 年度技术团队",
166
- "description": "日新月异的技术革命,数字经济的新一轮爆发,背后是无数开发者夜以继日的付出。他们信奉技术力量,敢于技术创新,践行技术信仰,他们是技术先锋,探索改变世界的方向。",
167
- "url": "https://segmentfault.com/a/1190000041253145",
168
- "author": "SegmentFault思否",
169
- "home_url": "https://segmentfault.com/u/segmentfault",
156
+ "title": "火山引擎违反 Apache 2.0 许可证的情况下非法地重新发布了Apache SkyWalking",
157
+ "description": "近日我们关注到知名开源项目 Apache SkyWalking 在其官方博客发布了文章称:字节跳动子公司火山引擎在使用 Apache SkyWalking 构建其商业化产品期间改变了所有的包名,删除了 Apache 软件基金会的 header,并且在...",
158
+ "url": "https://segmentfault.com/a/1190000041355320",
159
+ "author": "鸣飞",
160
+ "home_url": "https://segmentfault.com/u/mf",
170
161
  "votes": "10",
171
- "rank": 19
162
+ "rank": 18
172
163
  },
173
164
  {
174
165
  "title": "⚡️ 省钱 90%!我是这样优化网站图片的",
@@ -177,7 +168,7 @@
177
168
  "author": "卤代烃",
178
169
  "home_url": "https://segmentfault.com/u/skychx",
179
170
  "votes": "17",
180
- "rank": 20
171
+ "rank": 19
181
172
  },
182
173
  {
183
174
  "title": "一元初始 万象融合 - Google Cloud 2022 中国出海数字峰会回顾",
@@ -186,16 +177,16 @@
186
177
  "author": "思否编辑部",
187
178
  "home_url": "https://segmentfault.com/u/writers",
188
179
  "votes": "15",
189
- "rank": 21
180
+ "rank": 20
190
181
  },
191
182
  {
192
- "title": "火山引擎违反 Apache 2.0 许可证的情况下非法地重新发布了Apache SkyWalking",
193
- "description": "近日我们关注到知名开源项目 Apache SkyWalking 在其官方博客发布了文章称:字节跳动子公司火山引擎在使用 Apache SkyWalking 构建其商业化产品期间改变了所有的包名,删除了 Apache 软件基金会的 header,并且在...",
194
- "url": "https://segmentfault.com/a/1190000041355320",
195
- "author": "鸣飞",
196
- "home_url": "https://segmentfault.com/u/mf",
197
- "votes": "9",
198
- "rank": 22
183
+ "title": "2022,每个 Leaper 都会有好未来",
184
+ "description": "我是郑庆鑫,前好未来励步事业部的前端负责人,LeapFE是我们团队的简称,曾几何时,我们团队的共同愿景是成为业界知名的前端团队。而今年由于政策对公司毁灭性打击,这个愿景要搁置了,但对于我们绝大多数人,已...",
185
+ "url": "https://segmentfault.com/a/1190000041350991",
186
+ "author": "LeapFE",
187
+ "home_url": "https://segmentfault.com/u/leapfe",
188
+ "votes": "26",
189
+ "rank": 21
199
190
  },
200
191
  {
201
192
  "title": "2 天!Google Cloud 2022 中国出海数字峰会进入倒计时",
@@ -204,7 +195,7 @@
204
195
  "author": "思否编辑部",
205
196
  "home_url": "https://segmentfault.com/u/writers",
206
197
  "votes": "12",
207
- "rank": 23
198
+ "rank": 22
208
199
  },
209
200
  {
210
201
  "title": "绝对是讲的最清楚的-NodeJS模块系统",
@@ -213,16 +204,7 @@
213
204
  "author": "云中歌",
214
205
  "home_url": "https://segmentfault.com/u/yunzhongge_584ccbede2cb7",
215
206
  "votes": "12",
216
- "rank": 24
217
- },
218
- {
219
- "title": "2022,每个 Leaper 都会有好未来",
220
- "description": "我是郑庆鑫,前好未来励步事业部的前端负责人,LeapFE是我们团队的简称,曾几何时,我们团队的共同愿景是成为业界知名的前端团队。而今年由于政策对公司毁灭性打击,这个愿景要搁置了,但对于我们绝大多数人,已...",
221
- "url": "https://segmentfault.com/a/1190000041350991",
222
- "author": "LeapFE",
223
- "home_url": "https://segmentfault.com/u/leapfe",
224
- "votes": "25",
225
- "rank": 25
207
+ "rank": 23
226
208
  },
227
209
  {
228
210
  "title": "Vercel 与 Next.js:开源全明星团队背后的商业逻辑",
@@ -231,25 +213,16 @@
231
213
  "author": "aryu",
232
214
  "home_url": "https://segmentfault.com/u/aryu",
233
215
  "votes": "10",
234
- "rank": 26
235
- },
236
- {
237
- "title": "【白话科普】10s 从零看懂 H5",
238
- "description": "最近大家有没有发现,很多微信公众号的动态内容变多了?我们常常可以看到,公众号内容中有很多动态图片甚至动画,还可以通过手指滑动切换页面,或者有一些小的点击互动。",
239
- "url": "https://segmentfault.com/a/1190000041235859",
240
- "author": "云叔_又拍云",
241
- "home_url": "https://segmentfault.com/u/yunshu_blog",
242
- "votes": "10",
243
- "rank": 27
216
+ "rank": 24
244
217
  },
245
218
  {
246
- "title": "共赴 Google Cloud 2022 中国出海数字峰会,探索更多可能",
247
- "description": "后疫情时代,得益于多年构筑的供应链、日趋成熟的数字化技术,中国企业出海发展,有力助推了经济增速“转正”。在国际国内双循环发展格局下,出海赛道未来将会有更多看点与掘金点,赛道内企业如何构建综合竞争力?...",
248
- "url": "https://segmentfault.com/a/1190000041244342",
249
- "author": "思否编辑部",
250
- "home_url": "https://segmentfault.com/u/writers",
251
- "votes": "13",
252
- "rank": 28
219
+ "title": "给前端的docker 10分钟真 · 快速入门指南",
220
+ "description": "2022年了,咱前端花点时间学点docker,不吃亏不上当还没有了解过docker吗,没关系,咱模拟几个场景,两分钟就给你搞明白它是什么,我们什么时候需要它接着我们拿剩下的七八分钟用docker来同时部署vue2、vue3两个...",
221
+ "url": "https://segmentfault.com/a/1190000041269318",
222
+ "author": "Eric_long",
223
+ "home_url": "https://segmentfault.com/u/longming_5732dced2bfb7",
224
+ "votes": "12",
225
+ "rank": 25
253
226
  },
254
227
  {
255
228
  "title": "新一代的编译工具 SWC",
@@ -258,7 +231,7 @@
258
231
  "author": "Shenfq",
259
232
  "home_url": "https://segmentfault.com/u/shenfq",
260
233
  "votes": "10",
261
- "rank": 29
234
+ "rank": 26
262
235
  },
263
236
  {
264
237
  "title": "2021,17个 最流行的 Vue 插件",
@@ -267,6 +240,33 @@
267
240
  "author": "前端小智",
268
241
  "home_url": "https://segmentfault.com/u/minnanitkong",
269
242
  "votes": "15",
243
+ "rank": 27
244
+ },
245
+ {
246
+ "title": "Vue3默认版本了!我准备学这五个东西了。",
247
+ "description": "前言大家好,我是林三心,用最通俗易懂的话讲最难的知识点是我的座右铭,基础是进阶的前提的我的初心相信大家最近听到了一个消息,尤雨溪大佬发表了一个声明:有什么影响那么 Vue3 成为默认版本,有什么影响呢? ...",
248
+ "url": "https://segmentfault.com/a/1190000041324242",
249
+ "author": "Sunshine_Lin",
250
+ "home_url": "https://segmentfault.com/u/user_ze46ouik",
251
+ "votes": "11",
252
+ "rank": 28
253
+ },
254
+ {
255
+ "title": "基础很好?总结了38个ES6-ES12的开发技巧,倒要看看你能拿几分?🐶",
256
+ "description": "大家好,首先表明一下,标题没有恶意哈哈。请原谅本菜鸡。都是为了帮助大家,大家可以把自己认识几个,得了多少分,发在留言里,一个一分,总分38分。",
257
+ "url": "https://segmentfault.com/a/1190000041281569",
258
+ "author": "Sunshine_Lin",
259
+ "home_url": "https://segmentfault.com/u/user_ze46ouik",
260
+ "votes": "12",
261
+ "rank": 29
262
+ },
263
+ {
264
+ "title": "腾讯面试官:兄弟,你说你会Webpack,那说说他的原理?",
265
+ "description": "大家好,我是林三心,标题腾讯面试官:同学,你说你会Webpack,那说说他的原理?,是本菜鸟在面试腾讯时,面试官说的问的原话,一字不差,哈哈。本菜鸟当时肯定是回答不上来,最后也挂了。今天就简单实现一下webp...",
266
+ "url": "https://segmentfault.com/a/1190000041249335",
267
+ "author": "Sunshine_Lin",
268
+ "home_url": "https://segmentfault.com/u/user_ze46ouik",
269
+ "votes": "13",
270
270
  "rank": 30
271
271
  }
272
272
  ]