@wcj/github-rank 21.10.26 → 21.10.30

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 +35615 -35602
  2. package/dist/sifou-daily.json +59 -86
  3. package/dist/sifou-monthly.json +107 -107
  4. package/dist/sifou-weekly.json +166 -175
  5. package/dist/toutiao-30.json +121 -121
  6. package/dist/toutiao-7.json +142 -142
  7. package/dist/toutiao-90.json +30 -30
  8. package/dist/trending-daily.json +198 -198
  9. package/dist/trending-monthly.json +169 -169
  10. package/dist/trending-weekly.json +198 -198
  11. package/dist/users.china.json +3128 -3128
  12. package/dist/users.json +3997 -3998
  13. package/package.json +1 -1
  14. package/web/36kr.html +2 -2
  15. package/web/data/repos.json +35615 -35602
  16. package/web/data/sifou-daily.json +59 -86
  17. package/web/data/sifou-monthly.json +107 -107
  18. package/web/data/sifou-weekly.json +166 -175
  19. package/web/data/toutiao-30.json +121 -121
  20. package/web/data/toutiao-7.json +142 -142
  21. package/web/data/toutiao-90.json +30 -30
  22. package/web/data/trending-daily.json +198 -198
  23. package/web/data/trending-monthly.json +169 -169
  24. package/web/data/trending-weekly.json +198 -198
  25. package/web/data/users.china.json +3128 -3128
  26. package/web/data/users.json +3997 -3998
  27. package/web/index.html +2061 -2061
  28. package/web/repos.html +4283 -4283
  29. package/web/sifou-daily.html +50 -134
  30. package/web/sifou-monthly.html +119 -119
  31. package/web/sifou-weekly.html +139 -167
  32. package/web/toutiao-30.html +110 -110
  33. package/web/toutiao-7.html +95 -95
  34. package/web/toutiao-90.html +45 -45
  35. package/web/trending-monthly.html +155 -155
  36. package/web/trending-weekly.html +177 -173
  37. package/web/trending.html +177 -177
  38. package/web/users.china.html +1652 -1652
@@ -78,7 +78,7 @@
78
78
  </svg>
79
79
  </a>
80
80
  <h1 class="title"> 开发者头条 - 最近90天热门分享 </h1>
81
- <div class="time">Last cache created on 2021/10/26 by Github API v3.</div>
81
+ <div class="time">Last cache created on 2021/10/30 by Github API v3.</div>
82
82
  <div class="tabs">
83
83
  <a class="" href="index.html">Users</a>
84
84
  <a class="" href="repos.html">Repos</a>
@@ -145,7 +145,7 @@
145
145
  <path d="M0 0h16v16H0z"/>
146
146
  <path fill="#9E9E9E" d="M4.234 6.693v7.243H2.881c-.486 0-.881-.492-.881-1.095V7.875c0-.63.412-1.182.88-1.182h1.354zm3.688-3.7C8.01 2.404 8.49 1.99 9.018 2c.754.015 1.204.663 1.36.983.284.585.292 1.549.097 2.167-.177.56-.586 1.296-.586 1.296h3.066c.324 0 .625.164.826.449.204.29.27.668.178 1.011l-1.387 5.183c-.126.499-.544.847-1.016.847H5.53V6.693c1.385-.309 2.236-2.632 2.392-3.7z"/>
147
147
  </g>
148
- </svg><span>227</span>
148
+ </svg><span>229</span>
149
149
  </div>
150
150
  </li>
151
151
 
@@ -177,18 +177,18 @@
177
177
 
178
178
  <li>
179
179
  <div>
180
- <a href="https://toutiao.io/subjects/453205" target="_blank">
181
- <img src="https://img.toutiao.io/subject/96c1af0d2a0b441ca9740ee13c3e37f3/thumb" loading="lazy" title="苏三说技术 - 独家号" alt="苏三说技术 - 独家号" />
180
+ <a href="https://toutiao.io/subjects/348507" target="_blank">
181
+ <img src="https://img.toutiao.io/subject/e62c1664abed48848efc89141ae64112/thumb" loading="lazy" title="微观技术 - 独家号" alt="微观技术 - 独家号" />
182
182
  </a>
183
183
  </div>
184
184
  <div class="info">
185
185
  <div class="rank">
186
186
  <span title="Ranking 4">4</span>
187
- <a href="https://toutiao.io/k/ghq07ln" target="_blank" title="秒杀系统你必须知道的 9 个细节">秒杀系统你必须知道的 9 个细节</a>
187
+ <a href="https://toutiao.io/k/aazub7e" target="_blank" title="MySQL 那点破事!索引、SQL 调优、事务、B+树、分表">MySQL 那点破事!索引、SQL 调优、事务、B+树、分表</a>
188
188
  </div>
189
189
 
190
190
  <div class="details">
191
- 大家好,我是苏三,又跟大家见面了。前言 高并发下如何设计秒杀系统?这是一个高频面试题。这个问题看似简单,但是里面的水很深,它考查的是高并发场景下,从前端到后端多方面的知识。秒杀一般...
191
+ 大家好,我是Tom哥~为了便于大家查找问题,了解全貌,整理个目录,我们可以快速全局了解关于mysql数据库,面试官一般喜欢问哪些问题接下来,我们逐条来看看每个问题及答案MyISAM...
192
192
  </div>
193
193
  </div>
194
194
  <div class="followers" title="followers">
@@ -197,24 +197,24 @@
197
197
  <path d="M0 0h16v16H0z"/>
198
198
  <path fill="#9E9E9E" d="M4.234 6.693v7.243H2.881c-.486 0-.881-.492-.881-1.095V7.875c0-.63.412-1.182.88-1.182h1.354zm3.688-3.7C8.01 2.404 8.49 1.99 9.018 2c.754.015 1.204.663 1.36.983.284.585.292 1.549.097 2.167-.177.56-.586 1.296-.586 1.296h3.066c.324 0 .625.164.826.449.204.29.27.668.178 1.011l-1.387 5.183c-.126.499-.544.847-1.016.847H5.53V6.693c1.385-.309 2.236-2.632 2.392-3.7z"/>
199
199
  </g>
200
- </svg><span>196</span>
200
+ </svg><span>184</span>
201
201
  </div>
202
202
  </li>
203
203
 
204
204
  <li>
205
205
  <div>
206
- <a href="https://toutiao.io/subjects/348507" target="_blank">
207
- <img src="https://img.toutiao.io/subject/e62c1664abed48848efc89141ae64112/thumb" loading="lazy" title="微观技术 - 独家号" alt="微观技术 - 独家号" />
206
+ <a href="https://toutiao.io/subjects/403307" target="_blank">
207
+ <img src="https://img.toutiao.io/subject/03e210e126704d0ca23938746bbd4cec/thumb" loading="lazy" title="近半生少年 - 独家号" alt="近半生少年 - 独家号" />
208
208
  </a>
209
209
  </div>
210
210
  <div class="info">
211
211
  <div class="rank">
212
212
  <span title="Ranking 5">5</span>
213
- <a href="https://toutiao.io/k/aazub7e" target="_blank" title="MySQL 那点破事!索引、SQL 调优、事务、B+树、分表">MySQL 那点破事!索引、SQL 调优、事务、B+树、分表</a>
213
+ <a href="https://toutiao.io/k/4hy4ste" target="_blank" title=" 6 个开源工具 yyds">这 6 个开源工具 yyds</a>
214
214
  </div>
215
215
 
216
216
  <div class="details">
217
- 大家好,我是Tom哥~为了便于大家查找问题,了解全貌,整理个目录,我们可以快速全局了解关于mysql数据库,面试官一般喜欢问哪些问题接下来,我们逐条来看看每个问题及答案MyISAM...
217
+ 老逛搜集了 6 个 GitHub 上高赞的工具类开源项目,它们是启动盘制作神器、开源思维导图工具、Chrome 优质插件盘点、macOS 优质工具软件盘点。01. 重装系统神器Ru...
218
218
  </div>
219
219
  </div>
220
220
  <div class="followers" title="followers">
@@ -223,24 +223,24 @@
223
223
  <path d="M0 0h16v16H0z"/>
224
224
  <path fill="#9E9E9E" d="M4.234 6.693v7.243H2.881c-.486 0-.881-.492-.881-1.095V7.875c0-.63.412-1.182.88-1.182h1.354zm3.688-3.7C8.01 2.404 8.49 1.99 9.018 2c.754.015 1.204.663 1.36.983.284.585.292 1.549.097 2.167-.177.56-.586 1.296-.586 1.296h3.066c.324 0 .625.164.826.449.204.29.27.668.178 1.011l-1.387 5.183c-.126.499-.544.847-1.016.847H5.53V6.693c1.385-.309 2.236-2.632 2.392-3.7z"/>
225
225
  </g>
226
- </svg><span>180</span>
226
+ </svg><span>170</span>
227
227
  </div>
228
228
  </li>
229
229
 
230
230
  <li>
231
231
  <div>
232
- <a href="https://toutiao.io/subjects/403307" target="_blank">
233
- <img src="https://img.toutiao.io/subject/03e210e126704d0ca23938746bbd4cec/thumb" loading="lazy" title="近半生少年 - 独家号" alt="近半生少年 - 独家号" />
232
+ <a href="https://toutiao.io/subjects/463028" target="_blank">
233
+ <img src="https://img.toutiao.io/subject/d1ac11780cff42f090ee90c231dfdcad/thumb" loading="lazy" title="Java4ye - 独家号" alt="Java4ye - 独家号" />
234
234
  </a>
235
235
  </div>
236
236
  <div class="info">
237
237
  <div class="rank">
238
238
  <span title="Ranking 6">6</span>
239
- <a href="https://toutiao.io/k/4hy4ste" target="_blank" title="这 6 个开源工具 yyds">这 6 个开源工具 yyds</a>
239
+ <a href="https://toutiao.io/k/ql650fu" target="_blank" title="这 5 GitHub 项目 + 3 个网站,助你一飞冲天">这 5 GitHub 项目 + 3 个网站,助你一飞冲天</a>
240
240
  </div>
241
241
 
242
242
  <div class="details">
243
- 老逛搜集了 6 GitHub 上高赞的工具类开源项目,它们是启动盘制作神器、开源思维导图工具、Chrome 优质插件盘点、macOS 优质工具软件盘点。01. 重装系统神器Ru...
243
+ 小伙伴们周末好呀,这次来更新一波学习资源啦~ 👍之前推荐过一些书,这次我们就来看看 4ye 平时常关顾的一些学习网站叭!😋(同时会更新在菜单栏的 宝藏资源 中,方便查找)资源一览 ...
244
244
  </div>
245
245
  </div>
246
246
  <div class="followers" title="followers">
@@ -249,24 +249,24 @@
249
249
  <path d="M0 0h16v16H0z"/>
250
250
  <path fill="#9E9E9E" d="M4.234 6.693v7.243H2.881c-.486 0-.881-.492-.881-1.095V7.875c0-.63.412-1.182.88-1.182h1.354zm3.688-3.7C8.01 2.404 8.49 1.99 9.018 2c.754.015 1.204.663 1.36.983.284.585.292 1.549.097 2.167-.177.56-.586 1.296-.586 1.296h3.066c.324 0 .625.164.826.449.204.29.27.668.178 1.011l-1.387 5.183c-.126.499-.544.847-1.016.847H5.53V6.693c1.385-.309 2.236-2.632 2.392-3.7z"/>
251
251
  </g>
252
- </svg><span>170</span>
252
+ </svg><span>177</span>
253
253
  </div>
254
254
  </li>
255
255
 
256
256
  <li>
257
257
  <div>
258
- <a href="https://toutiao.io/subjects/463028" target="_blank">
259
- <img src="https://img.toutiao.io/subject/d1ac11780cff42f090ee90c231dfdcad/thumb" loading="lazy" title="Java4ye - 独家号" alt="Java4ye - 独家号" />
258
+ <a href="https://toutiao.io/subjects/351247" target="_blank">
259
+ <img src="https://img.toutiao.io/subject/6b8e14b561b24dfeac075e2a8dac9bfd/thumb" loading="lazy" title="小姐姐味道 - 独家号" alt="小姐姐味道 - 独家号" />
260
260
  </a>
261
261
  </div>
262
262
  <div class="info">
263
263
  <div class="rank">
264
264
  <span title="Ranking 7">7</span>
265
- <a href="https://toutiao.io/k/ql650fu" target="_blank" title=" 5 GitHub 项目 + 3 个网站,助你一飞冲天">这 5 GitHub 项目 + 3 个网站,助你一飞冲天</a>
265
+ <a href="https://toutiao.io/k/l84n965" target="_blank" title="Redis 只能做缓存?太 out ">Redis 只能做缓存?太 out 了</a>
266
266
  </div>
267
267
 
268
268
  <div class="details">
269
- 小伙伴们周末好呀,这次来更新一波学习资源啦~ 👍之前推荐过一些书,这次我们就来看看 4ye 平时常关顾的一些学习网站叭!😋(同时会更新在菜单栏的 宝藏资源 中,方便查找)资源一览 ...
269
+ 原创:小姐姐味道(微信公众号ID:xjjdog),欢迎分享,转载请保留出处。大多数数据库,由于经常和磁盘打交道,在高并发场景下,响应会非常的慢。为了解决这种速度差异,大多数系统都...
270
270
  </div>
271
271
  </div>
272
272
  <div class="followers" title="followers">
@@ -275,24 +275,24 @@
275
275
  <path d="M0 0h16v16H0z"/>
276
276
  <path fill="#9E9E9E" d="M4.234 6.693v7.243H2.881c-.486 0-.881-.492-.881-1.095V7.875c0-.63.412-1.182.88-1.182h1.354zm3.688-3.7C8.01 2.404 8.49 1.99 9.018 2c.754.015 1.204.663 1.36.983.284.585.292 1.549.097 2.167-.177.56-.586 1.296-.586 1.296h3.066c.324 0 .625.164.826.449.204.29.27.668.178 1.011l-1.387 5.183c-.126.499-.544.847-1.016.847H5.53V6.693c1.385-.309 2.236-2.632 2.392-3.7z"/>
277
277
  </g>
278
- </svg><span>177</span>
278
+ </svg><span>174</span>
279
279
  </div>
280
280
  </li>
281
281
 
282
282
  <li>
283
283
  <div>
284
- <a href="https://toutiao.io/subjects/351247" target="_blank">
285
- <img src="https://img.toutiao.io/subject/6b8e14b561b24dfeac075e2a8dac9bfd/thumb" loading="lazy" title="小姐姐味道 - 独家号" alt="小姐姐味道 - 独家号" />
284
+ <a href="https://toutiao.io/subjects/194141" target="_blank">
285
+ <img src="https://img.toutiao.io/subject/0a536810212f4f7c9c1f451fc9f55540/thumb" loading="lazy" title="乱点技能树 - 独家号" alt="乱点技能树 - 独家号" />
286
286
  </a>
287
287
  </div>
288
288
  <div class="info">
289
289
  <div class="rank">
290
290
  <span title="Ranking 8">8</span>
291
- <a href="https://toutiao.io/k/l84n965" target="_blank" title="Redis 只能做缓存?太 out 了">Redis 只能做缓存?太 out 了</a>
291
+ <a href="https://toutiao.io/k/epd1pcc" target="_blank" title="搞懂异地多活,看这篇就够了">搞懂异地多活,看这篇就够了</a>
292
292
  </div>
293
293
 
294
294
  <div class="details">
295
- 原创:小姐姐味道(微信公众号ID:xjjdog),欢迎分享,转载请保留出处。大多数数据库,由于经常和磁盘打交道,在高并发场景下,响应会非常的慢。为了解决这种速度差异,大多数系统都...
295
+ 阅读本文大约需要 20 分钟。你好,我是 Kaito。在软件开发领域,「异地多活」是分布式系统架构设计的一座高峰,很多人经常听过它,但很少人理解其中的原理。异地多活到底是什么?为什...
296
296
  </div>
297
297
  </div>
298
298
  <div class="followers" title="followers">
@@ -301,7 +301,7 @@
301
301
  <path d="M0 0h16v16H0z"/>
302
302
  <path fill="#9E9E9E" d="M4.234 6.693v7.243H2.881c-.486 0-.881-.492-.881-1.095V7.875c0-.63.412-1.182.88-1.182h1.354zm3.688-3.7C8.01 2.404 8.49 1.99 9.018 2c.754.015 1.204.663 1.36.983.284.585.292 1.549.097 2.167-.177.56-.586 1.296-.586 1.296h3.066c.324 0 .625.164.826.449.204.29.27.668.178 1.011l-1.387 5.183c-.126.499-.544.847-1.016.847H5.53V6.693c1.385-.309 2.236-2.632 2.392-3.7z"/>
303
303
  </g>
304
- </svg><span>173</span>
304
+ </svg><span>179</span>
305
305
  </div>
306
306
  </li>
307
307
 
@@ -327,7 +327,7 @@
327
327
  <path d="M0 0h16v16H0z"/>
328
328
  <path fill="#9E9E9E" d="M4.234 6.693v7.243H2.881c-.486 0-.881-.492-.881-1.095V7.875c0-.63.412-1.182.88-1.182h1.354zm3.688-3.7C8.01 2.404 8.49 1.99 9.018 2c.754.015 1.204.663 1.36.983.284.585.292 1.549.097 2.167-.177.56-.586 1.296-.586 1.296h3.066c.324 0 .625.164.826.449.204.29.27.668.178 1.011l-1.387 5.183c-.126.499-.544.847-1.016.847H5.53V6.693c1.385-.309 2.236-2.632 2.392-3.7z"/>
329
329
  </g>
330
- </svg><span>161</span>
330
+ </svg><span>163</span>
331
331
  </div>
332
332
  </li>
333
333
 
@@ -379,24 +379,24 @@
379
379
  <path d="M0 0h16v16H0z"/>
380
380
  <path fill="#9E9E9E" d="M4.234 6.693v7.243H2.881c-.486 0-.881-.492-.881-1.095V7.875c0-.63.412-1.182.88-1.182h1.354zm3.688-3.7C8.01 2.404 8.49 1.99 9.018 2c.754.015 1.204.663 1.36.983.284.585.292 1.549.097 2.167-.177.56-.586 1.296-.586 1.296h3.066c.324 0 .625.164.826.449.204.29.27.668.178 1.011l-1.387 5.183c-.126.499-.544.847-1.016.847H5.53V6.693c1.385-.309 2.236-2.632 2.392-3.7z"/>
381
381
  </g>
382
- </svg><span>171</span>
382
+ </svg><span>172</span>
383
383
  </div>
384
384
  </li>
385
385
 
386
386
  <li>
387
387
  <div>
388
- <a href="https://toutiao.io/subjects/119893" target="_blank">
389
- <img src="https://img.toutiao.io/subject/78ecbc84d295418aaf6fee0905ccd7f0/thumb" loading="lazy" title="携程技术中心 - 独家号" alt="携程技术中心 - 独家号" />
388
+ <a href="https://toutiao.io/subjects/348507" target="_blank">
389
+ <img src="https://img.toutiao.io/subject/e62c1664abed48848efc89141ae64112/thumb" loading="lazy" title="微观技术 - 独家号" alt="微观技术 - 独家号" />
390
390
  </a>
391
391
  </div>
392
392
  <div class="info">
393
393
  <div class="rank">
394
394
  <span title="Ranking 12">12</span>
395
- <a href="https://toutiao.io/k/qgqrokh" target="_blank" title="高效线上问题排查:套路化和工具化">高效线上问题排查:套路化和工具化</a>
395
+ <a href="https://toutiao.io/k/135ujiu" target="_blank" title="团队管理那点破事!OKR 绩效、核心人才、面试、技术分享、研发流程">团队管理那点破事!OKR 绩效、核心人才、面试、技术分享、研发流程</a>
396
396
  </div>
397
397
 
398
398
  <div class="details">
399
- 作者简介 丰富,携程高级技术专家,在性能优化、问题排查方面有较多的研究。 一、前言 线上问题排查相比于coding,是一个低频的工作,很多人不会经常遇到。一旦需要进行问题排...
399
+ 大家好,我是Tom哥~今天来聊聊团队管理,可能你现在还是一线开发,没有带团队,感觉这个话题与你无关,其实不然。程序员的职业生涯曲折,技术更新迭代快,走技术深度,走架构师路线,势必要...
400
400
  </div>
401
401
  </div>
402
402
  <div class="followers" title="followers">
@@ -405,24 +405,24 @@
405
405
  <path d="M0 0h16v16H0z"/>
406
406
  <path fill="#9E9E9E" d="M4.234 6.693v7.243H2.881c-.486 0-.881-.492-.881-1.095V7.875c0-.63.412-1.182.88-1.182h1.354zm3.688-3.7C8.01 2.404 8.49 1.99 9.018 2c.754.015 1.204.663 1.36.983.284.585.292 1.549.097 2.167-.177.56-.586 1.296-.586 1.296h3.066c.324 0 .625.164.826.449.204.29.27.668.178 1.011l-1.387 5.183c-.126.499-.544.847-1.016.847H5.53V6.693c1.385-.309 2.236-2.632 2.392-3.7z"/>
407
407
  </g>
408
- </svg><span>147</span>
408
+ </svg><span>162</span>
409
409
  </div>
410
410
  </li>
411
411
 
412
412
  <li>
413
413
  <div>
414
- <a href="https://toutiao.io/subjects/348507" target="_blank">
415
- <img src="https://img.toutiao.io/subject/e62c1664abed48848efc89141ae64112/thumb" loading="lazy" title="微观技术 - 独家号" alt="微观技术 - 独家号" />
414
+ <a href="https://toutiao.io/subjects/119893" target="_blank">
415
+ <img src="https://img.toutiao.io/subject/78ecbc84d295418aaf6fee0905ccd7f0/thumb" loading="lazy" title="携程技术中心 - 独家号" alt="携程技术中心 - 独家号" />
416
416
  </a>
417
417
  </div>
418
418
  <div class="info">
419
419
  <div class="rank">
420
420
  <span title="Ranking 13">13</span>
421
- <a href="https://toutiao.io/k/135ujiu" target="_blank" title="团队管理那点破事!OKR 绩效、核心人才、面试、技术分享、研发流程">团队管理那点破事!OKR 绩效、核心人才、面试、技术分享、研发流程</a>
421
+ <a href="https://toutiao.io/k/qgqrokh" target="_blank" title="高效线上问题排查:套路化和工具化">高效线上问题排查:套路化和工具化</a>
422
422
  </div>
423
423
 
424
424
  <div class="details">
425
- 大家好,我是Tom哥~今天来聊聊团队管理,可能你现在还是一线开发,没有带团队,感觉这个话题与你无关,其实不然。程序员的职业生涯曲折,技术更新迭代快,走技术深度,走架构师路线,势必要...
425
+ 作者简介 丰富,携程高级技术专家,在性能优化、问题排查方面有较多的研究。 一、前言 线上问题排查相比于coding,是一个低频的工作,很多人不会经常遇到。一旦需要进行问题排...
426
426
  </div>
427
427
  </div>
428
428
  <div class="followers" title="followers">
@@ -431,7 +431,7 @@
431
431
  <path d="M0 0h16v16H0z"/>
432
432
  <path fill="#9E9E9E" d="M4.234 6.693v7.243H2.881c-.486 0-.881-.492-.881-1.095V7.875c0-.63.412-1.182.88-1.182h1.354zm3.688-3.7C8.01 2.404 8.49 1.99 9.018 2c.754.015 1.204.663 1.36.983.284.585.292 1.549.097 2.167-.177.56-.586 1.296-.586 1.296h3.066c.324 0 .625.164.826.449.204.29.27.668.178 1.011l-1.387 5.183c-.126.499-.544.847-1.016.847H5.53V6.693c1.385-.309 2.236-2.632 2.392-3.7z"/>
433
433
  </g>
434
- </svg><span>156</span>
434
+ </svg><span>147</span>
435
435
  </div>
436
436
  </li>
437
437
 
@@ -483,7 +483,7 @@
483
483
  <path d="M0 0h16v16H0z"/>
484
484
  <path fill="#9E9E9E" d="M4.234 6.693v7.243H2.881c-.486 0-.881-.492-.881-1.095V7.875c0-.63.412-1.182.88-1.182h1.354zm3.688-3.7C8.01 2.404 8.49 1.99 9.018 2c.754.015 1.204.663 1.36.983.284.585.292 1.549.097 2.167-.177.56-.586 1.296-.586 1.296h3.066c.324 0 .625.164.826.449.204.29.27.668.178 1.011l-1.387 5.183c-.126.499-.544.847-1.016.847H5.53V6.693c1.385-.309 2.236-2.632 2.392-3.7z"/>
485
485
  </g>
486
- </svg><span>139</span>
486
+ </svg><span>141</span>
487
487
  </div>
488
488
  </li>
489
489
 
@@ -509,7 +509,7 @@
509
509
  <path d="M0 0h16v16H0z"/>
510
510
  <path fill="#9E9E9E" d="M4.234 6.693v7.243H2.881c-.486 0-.881-.492-.881-1.095V7.875c0-.63.412-1.182.88-1.182h1.354zm3.688-3.7C8.01 2.404 8.49 1.99 9.018 2c.754.015 1.204.663 1.36.983.284.585.292 1.549.097 2.167-.177.56-.586 1.296-.586 1.296h3.066c.324 0 .625.164.826.449.204.29.27.668.178 1.011l-1.387 5.183c-.126.499-.544.847-1.016.847H5.53V6.693c1.385-.309 2.236-2.632 2.392-3.7z"/>
511
511
  </g>
512
- </svg><span>137</span>
512
+ </svg><span>138</span>
513
513
  </div>
514
514
  </li>
515
515
 
@@ -535,7 +535,7 @@
535
535
  <path d="M0 0h16v16H0z"/>
536
536
  <path fill="#9E9E9E" d="M4.234 6.693v7.243H2.881c-.486 0-.881-.492-.881-1.095V7.875c0-.63.412-1.182.88-1.182h1.354zm3.688-3.7C8.01 2.404 8.49 1.99 9.018 2c.754.015 1.204.663 1.36.983.284.585.292 1.549.097 2.167-.177.56-.586 1.296-.586 1.296h3.066c.324 0 .625.164.826.449.204.29.27.668.178 1.011l-1.387 5.183c-.126.499-.544.847-1.016.847H5.53V6.693c1.385-.309 2.236-2.632 2.392-3.7z"/>
537
537
  </g>
538
- </svg><span>152</span>
538
+ </svg><span>153</span>
539
539
  </div>
540
540
  </li>
541
541
 
@@ -587,7 +587,7 @@
587
587
  <path d="M0 0h16v16H0z"/>
588
588
  <path fill="#9E9E9E" d="M4.234 6.693v7.243H2.881c-.486 0-.881-.492-.881-1.095V7.875c0-.63.412-1.182.88-1.182h1.354zm3.688-3.7C8.01 2.404 8.49 1.99 9.018 2c.754.015 1.204.663 1.36.983.284.585.292 1.549.097 2.167-.177.56-.586 1.296-.586 1.296h3.066c.324 0 .625.164.826.449.204.29.27.668.178 1.011l-1.387 5.183c-.126.499-.544.847-1.016.847H5.53V6.693c1.385-.309 2.236-2.632 2.392-3.7z"/>
589
589
  </g>
590
- </svg><span>140</span>
590
+ </svg><span>141</span>
591
591
  </div>
592
592
  </li>
593
593
 
@@ -665,7 +665,7 @@
665
665
  <path d="M0 0h16v16H0z"/>
666
666
  <path fill="#9E9E9E" d="M4.234 6.693v7.243H2.881c-.486 0-.881-.492-.881-1.095V7.875c0-.63.412-1.182.88-1.182h1.354zm3.688-3.7C8.01 2.404 8.49 1.99 9.018 2c.754.015 1.204.663 1.36.983.284.585.292 1.549.097 2.167-.177.56-.586 1.296-.586 1.296h3.066c.324 0 .625.164.826.449.204.29.27.668.178 1.011l-1.387 5.183c-.126.499-.544.847-1.016.847H5.53V6.693c1.385-.309 2.236-2.632 2.392-3.7z"/>
667
667
  </g>
668
- </svg><span>132</span>
668
+ </svg><span>133</span>
669
669
  </div>
670
670
  </li>
671
671
 
@@ -763,7 +763,7 @@
763
763
  <img src="https://img.shields.io/npm/v/@wcj/github-rank.svg?label=unpkg">
764
764
  </a>
765
765
  </p>
766
- <div class="time">Last cache created on 2021/10/26 by Github API v3.</div>
766
+ <div class="time">Last cache created on 2021/10/30 by Github API v3.</div>
767
767
  Create by <a href="https://github.com/jaywcjlove" target="_blank">小弟调调™</a>.
768
768
  </div>
769
769
  </body>