@wcj/github-rank 22.8.30 → 22.8.31

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 (37) hide show
  1. package/dist/repos.json +20854 -20842
  2. package/dist/sifou-daily.json +85 -40
  3. package/dist/sifou-monthly.json +62 -62
  4. package/dist/sifou-weekly.json +120 -120
  5. package/dist/toutiao-30.json +41 -41
  6. package/dist/toutiao-7.json +95 -95
  7. package/dist/toutiao-90.json +10 -10
  8. package/dist/trending-daily.json +171 -171
  9. package/dist/trending-monthly.json +153 -153
  10. package/dist/trending-weekly.json +155 -155
  11. package/dist/users.china.json +1159 -1159
  12. package/dist/users.json +2325 -2326
  13. package/package.json +1 -1
  14. package/web/data/repos.json +20854 -20842
  15. package/web/data/sifou-daily.json +85 -40
  16. package/web/data/sifou-monthly.json +62 -62
  17. package/web/data/sifou-weekly.json +120 -120
  18. package/web/data/toutiao-30.json +41 -41
  19. package/web/data/toutiao-7.json +95 -95
  20. package/web/data/toutiao-90.json +10 -10
  21. package/web/data/trending-daily.json +171 -171
  22. package/web/data/trending-monthly.json +153 -153
  23. package/web/data/trending-weekly.json +155 -155
  24. package/web/data/users.china.json +1159 -1159
  25. package/web/data/users.json +2325 -2326
  26. package/web/index.html +1249 -1249
  27. package/web/repos.html +2619 -2619
  28. package/web/sifou-daily.html +175 -35
  29. package/web/sifou-monthly.html +81 -81
  30. package/web/sifou-weekly.html +139 -139
  31. package/web/toutiao-30.html +79 -79
  32. package/web/toutiao-7.html +86 -86
  33. package/web/toutiao-90.html +11 -11
  34. package/web/trending-monthly.html +146 -146
  35. package/web/trending-weekly.html +138 -134
  36. package/web/trending.html +144 -152
  37. package/web/users.china.html +588 -588
@@ -123,7 +123,7 @@
123
123
  </a>
124
124
 
125
125
  </h1>
126
- <div class="time">Last cache created on 2022/8/30 by
126
+ <div class="time">Last cache created on 2022/8/31 by
127
127
 
128
128
 
129
129
 
@@ -358,18 +358,18 @@
358
358
 
359
359
  <li>
360
360
  <div class="avatar">
361
- <a href="https://toutiao.io/subjects/453205" target="_blank">
362
- <img src="https://img.toutiao.io/subject/0a66350d491141748ab4dd49be144252/thumb" loading="lazy" title="苏三说技术 - 独家号" alt="苏三说技术 - 独家号" />
361
+ <a href="https://toutiao.io/subjects/348507" target="_blank">
362
+ <img src="https://img.toutiao.io/subject/e62c1664abed48848efc89141ae64112/thumb" loading="lazy" title="微观技术 - 独家号" alt="微观技术 - 独家号" />
363
363
  </a>
364
364
  </div>
365
365
  <div class="info">
366
366
  <div class="rank">
367
367
  <span title="Ranking 9">9</span>
368
- <a href="https://toutiao.io/k/jv8g1r6" target="_blank" title="聊聊Java中代码优化的30个小技巧">聊聊Java中代码优化的30个小技巧</a>
368
+ <a href="https://toutiao.io/k/wcwg3fn" target="_blank" title="聊聊 13 种锁的实现方式">聊聊 13 种锁的实现方式</a>
369
369
  </div>
370
370
 
371
371
  <div class="details">
372
- 大家好,我是苏三,又跟大家见面了。前言我之前写过两篇关于优化相关的问题:《聊聊sql优化的15个小技巧》和《聊聊接口性能优化的11个小技巧》,发表之后,在全网受到广大网友的好评。阅...
372
+ 大家好,我是Tom哥。最近有很多小伙伴给我留言,分布式系统时代,线程并发,资源抢占,&#34;锁&#34; 慢慢变得很重要。那么常见的锁都有哪些?今天Tom哥就和大家简单聊聊这个话题1、悲观锁正如...
373
373
  </div>
374
374
  </div>
375
375
  <div class="followers" title="followers">
@@ -384,18 +384,18 @@
384
384
 
385
385
  <li>
386
386
  <div class="avatar">
387
- <a href="https://toutiao.io/subjects/348507" target="_blank">
388
- <img src="https://img.toutiao.io/subject/e62c1664abed48848efc89141ae64112/thumb" loading="lazy" title="微观技术 - 独家号" alt="微观技术 - 独家号" />
387
+ <a href="https://toutiao.io/subjects/453205" target="_blank">
388
+ <img src="https://img.toutiao.io/subject/0a66350d491141748ab4dd49be144252/thumb" loading="lazy" title="苏三说技术 - 独家号" alt="苏三说技术 - 独家号" />
389
389
  </a>
390
390
  </div>
391
391
  <div class="info">
392
392
  <div class="rank">
393
393
  <span title="Ranking 10">10</span>
394
- <a href="https://toutiao.io/k/wcwg3fn" target="_blank" title="聊聊 13 种锁的实现方式">聊聊 13 种锁的实现方式</a>
394
+ <a href="https://toutiao.io/k/jv8g1r6" target="_blank" title="聊聊Java中代码优化的30个小技巧">聊聊Java中代码优化的30个小技巧</a>
395
395
  </div>
396
396
 
397
397
  <div class="details">
398
- 大家好,我是Tom哥。最近有很多小伙伴给我留言,分布式系统时代,线程并发,资源抢占,&#34;锁&#34; 慢慢变得很重要。那么常见的锁都有哪些?今天Tom哥就和大家简单聊聊这个话题1、悲观锁正如...
398
+ 大家好,我是苏三,又跟大家见面了。前言我之前写过两篇关于优化相关的问题:《聊聊sql优化的15个小技巧》和《聊聊接口性能优化的11个小技巧》,发表之后,在全网受到广大网友的好评。阅...
399
399
  </div>
400
400
  </div>
401
401
  <div class="followers" title="followers">
@@ -404,7 +404,7 @@
404
404
  <path d="M0 0h16v16H0z"/>
405
405
  <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"/>
406
406
  </g>
407
- </svg><span>98</span>
407
+ </svg><span>99</span>
408
408
  </div>
409
409
  </li>
410
410
 
@@ -814,7 +814,7 @@
814
814
  <img src="https://img.shields.io/npm/v/@wcj/github-rank.svg?label=unpkg">
815
815
  </a>
816
816
  </div>
817
- <div class="time">Last cache created on 2022/8/30 by Github API v3.</div>
817
+ <div class="time">Last cache created on 2022/8/31 by Github API v3.</div>
818
818
  Create by <a href="https://github.com/jaywcjlove" target="_blank">小弟调调™</a>.
819
819
  </div>
820
820
  </body>