@wcj/github-rank 22.3.18 → 22.3.19
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.
- package/dist/repos.json +20017 -20017
- package/dist/sifou-daily.json +51 -114
- package/dist/sifou-monthly.json +67 -67
- package/dist/sifou-weekly.json +121 -121
- package/dist/toutiao-30.json +48 -48
- package/dist/toutiao-7.json +89 -89
- package/dist/toutiao-90.json +20 -20
- package/dist/trending-daily.json +173 -173
- package/dist/trending-monthly.json +159 -159
- package/dist/trending-weekly.json +160 -160
- package/dist/users.china.json +1933 -1947
- package/dist/users.json +1841 -1841
- package/package.json +1 -1
- package/web/36kr.html +35 -13
- package/web/data/repos.json +20017 -20017
- package/web/data/sifou-daily.json +51 -114
- package/web/data/sifou-monthly.json +67 -67
- package/web/data/sifou-weekly.json +121 -121
- package/web/data/toutiao-30.json +48 -48
- package/web/data/toutiao-7.json +89 -89
- package/web/data/toutiao-90.json +20 -20
- package/web/data/trending-daily.json +173 -173
- package/web/data/trending-monthly.json +159 -159
- package/web/data/trending-weekly.json +160 -160
- package/web/data/users.china.json +1933 -1947
- package/web/data/users.json +1841 -1841
- package/web/index.html +1076 -1054
- package/web/repos.html +2639 -2617
- package/web/sifou-daily.html +78 -252
- package/web/sifou-monthly.html +134 -112
- package/web/sifou-weekly.html +162 -140
- package/web/toutiao-30.html +86 -64
- package/web/toutiao-7.html +107 -85
- package/web/toutiao-90.html +56 -34
- package/web/trending-monthly.html +178 -152
- package/web/trending-weekly.html +175 -161
- package/web/trending.html +189 -163
- package/web/users.china.html +1353 -1331
package/web/toutiao-90.html
CHANGED
|
@@ -7,41 +7,63 @@
|
|
|
7
7
|
<link rel="icon" type="image/x-icon" href="https://github.githubassets.com/favicon.ico">
|
|
8
8
|
<title> 开发者头条 - 最近90天热门分享 </title>
|
|
9
9
|
<meta name="description" content="开发者头条 - 最近90天热门分享">
|
|
10
|
+
<style>
|
|
11
|
+
[data-color-mode*='dark'] {
|
|
12
|
+
--color-fg-default: #c9d1d9;
|
|
13
|
+
--color-fg-muted: #8b949e;
|
|
14
|
+
--color-fg-subtle: #484f58;
|
|
15
|
+
--color-accent-fg: #58a6ff;
|
|
16
|
+
--color-accent-emphasis: #1f6feb;
|
|
17
|
+
--color-link-hover: #58a6ff;
|
|
18
|
+
--color-tab-fg: #494949;
|
|
19
|
+
--color-border: #e2e2e2;
|
|
20
|
+
--color-neutral-muted: rgba(110,118,129,0.4);
|
|
21
|
+
}
|
|
22
|
+
[data-color-mode*='light'] {
|
|
23
|
+
--color-fg-default: #24292f;
|
|
24
|
+
--color-fg-muted: #57606a;
|
|
25
|
+
--color-fg-subtle: #6e7781;
|
|
26
|
+
--color-accent-fg: #0969da;
|
|
27
|
+
--color-accent-emphasis: #0969da;
|
|
28
|
+
--color-link-hover: #58a6ff;
|
|
29
|
+
--color-tab-fg: #e2e2e2;
|
|
30
|
+
--color-border: #000;
|
|
31
|
+
--color-neutral-muted: rgba(175,184,193,0.2);
|
|
32
|
+
}
|
|
33
|
+
</style>
|
|
10
34
|
<style>
|
|
11
35
|
* { box-sizing: border-box; }
|
|
12
36
|
html, body, ul, li, h1 { margin: 0; padding: 0 }
|
|
13
37
|
html, body { font-size: 16px; font-family: -apple-system,"Helvetica Neue",Helvetica,Arial,"PingFang SC","Hiragino Sans GB","WenQuanYi Micro Hei","Microsoft Yahei",sans-serif; }
|
|
14
38
|
ul { list-style: none; }
|
|
15
39
|
|
|
16
|
-
a { color:
|
|
17
|
-
a:hover { color:
|
|
40
|
+
a { color: var(--color-accent-fg); text-decoration: none; transition: all .2s ease-in; }
|
|
41
|
+
a:hover { color: var(--color-link-hover); text-decoration: underline; }
|
|
18
42
|
a.github-corner:hover .octo-arm { animation: octocat-wave 560ms infinite linear; }
|
|
19
43
|
a.github-corner svg { fill: #f1f1f1; color: #000; position: absolute; top: 0; border: 0; right: 0; z-index: 99; width: 70px; height: 70px; }
|
|
20
44
|
a.github-corner { position: fixed; z-index: 9999; top: 0; right: 0; }
|
|
21
45
|
|
|
22
46
|
.title { padding: 32px 20px 10px 20px; font-size: 32px; display: flex; }
|
|
23
47
|
.title a svg { display: block; }
|
|
24
|
-
.title a { color:
|
|
48
|
+
.title a { color: var(--color-accent-fg); display: inline-block; margin-left: 10px; }
|
|
25
49
|
.time, .footer { padding: 5px 20px 2px 20px; font-size: 12px; color: #adadad; }
|
|
26
50
|
.tabs { padding: 0 20px 5px 20px;}
|
|
27
|
-
.tabs a { background:
|
|
51
|
+
.tabs a { background: var(--color-tab-fg); display: inline-block; border-radius: 2px; margin: 2px 0; padding: 2px 5px; font-size: 12px; line-height: 16px; color: var(--color-accent-fg); }
|
|
28
52
|
.tabs a.active { background: #333; color: #efefef; }
|
|
29
53
|
.tabs a:hover:not(.active) { background: #efefef; }
|
|
30
54
|
.footer { padding: 0 20px 30px 20px; font-size: 12px; color: #adadad; }
|
|
31
55
|
.footer .time { padding: 0; }
|
|
32
56
|
.list { text-align: left; padding-bottom: 10px; margin: 0 15px; }
|
|
33
57
|
.list img { width: 36px; height: 36px; border-radius: 3px; display: block; margin: 0 auto; background-color: #e2e2e2; border: 0; overflow: hidden; }
|
|
34
|
-
.list a { color: #0366d6; }
|
|
35
|
-
.list a:hover { color: #1600ff; }
|
|
36
58
|
.list li { padding: 10px; transition: all .3s; }
|
|
37
59
|
.list li.rank-title { margin: 0; padding: 3px 0 0 7px; margin-bottom: 10px; border-radius: 5px; font-size: 12px; line-height: 16px; }
|
|
38
60
|
.list li.rank-title > a { margin-right: 10px; }
|
|
39
61
|
.list li.rank-title:hover { background: transparent; }
|
|
40
62
|
.list li:last-child, .list li.rank-title { border-bottom: 0; }
|
|
41
|
-
.list li:hover { background:
|
|
63
|
+
.list li:hover { background: var(--color-neutral-muted); }
|
|
42
64
|
.list li > div { display: table-cell; vertical-align: top; font-size: 14px; }
|
|
43
65
|
.list li div.rank span { font-weight: bold; }
|
|
44
|
-
.list li div.details { padding: 2px 0 0 0; font-size: 12px; float: left; color:
|
|
66
|
+
.list li div.details { padding: 2px 0 0 0; font-size: 12px; float: left; color: var(--color-fg-muted); }
|
|
45
67
|
.list li div.details a { color: #b9b9b9; transition: all .3s; }
|
|
46
68
|
.list li div.details a:hover { color: #1600ff; }
|
|
47
69
|
.list li div.details a:hover svg { fill: #1600ff; }
|
|
@@ -51,16 +73,16 @@
|
|
|
51
73
|
.list li > div.info { width: 100%; }
|
|
52
74
|
.list li > div.info i { color: #717171; }
|
|
53
75
|
.list li > div.info a:hover i { color: #333; }
|
|
54
|
-
.list li div.sub-title { color:
|
|
76
|
+
.list li div.sub-title { color: var(--color-thme-text); margin: 4px 0 0 0; }
|
|
55
77
|
.list li div.avatar { padding-right: 10px; }
|
|
56
78
|
|
|
57
79
|
|
|
58
80
|
.list .select { }
|
|
59
|
-
.list .select .active { color:
|
|
81
|
+
.list .select .active { color: var(--color-thme-text); font-weight: bold; border-bottom: 1px dotted var(--color-border);}
|
|
60
82
|
|
|
61
83
|
|
|
62
|
-
.list li div.followers { font-size: 12px; color:
|
|
63
|
-
.list li div.followers a { color:
|
|
84
|
+
.list li div.followers { font-size: 12px; color: var(--color-fg-muted); white-space:nowrap; padding-top: 2px; border-radius: 3px; }
|
|
85
|
+
.list li div.followers a { color: var(--color-fg-muted); }
|
|
64
86
|
.list li div.followers * { vertical-align: middle; }
|
|
65
87
|
.list li div.followers svg { vertical-align: text-top; display: inline-block; fill: #9E9E9E; width: 14px; height: 14px; }
|
|
66
88
|
|
|
@@ -75,8 +97,7 @@
|
|
|
75
97
|
.title { padding-top: 16px; font-size: 21px; }
|
|
76
98
|
}
|
|
77
99
|
</style>
|
|
78
|
-
<
|
|
79
|
-
</style>
|
|
100
|
+
<script src="https://unpkg.com/@wcj/dark-mode"></script>
|
|
80
101
|
</head>
|
|
81
102
|
<body>
|
|
82
103
|
<a href="https://github.com/jaywcjlove/github-rank" target="_blank" class="github-corner">
|
|
@@ -87,6 +108,7 @@
|
|
|
87
108
|
</svg>
|
|
88
109
|
</a>
|
|
89
110
|
<h1 class="title">
|
|
111
|
+
<dark-mode permanent></dark-mode>
|
|
90
112
|
开发者头条 - 最近90天热门分享
|
|
91
113
|
|
|
92
114
|
|
|
@@ -99,7 +121,7 @@
|
|
|
99
121
|
|
|
100
122
|
|
|
101
123
|
</h1>
|
|
102
|
-
<div class="time">Last cache created on 2022/3/
|
|
124
|
+
<div class="time">Last cache created on 2022/3/19 by
|
|
103
125
|
|
|
104
126
|
|
|
105
127
|
|
|
@@ -570,14 +592,14 @@
|
|
|
570
592
|
|
|
571
593
|
<li>
|
|
572
594
|
<div class="avatar">
|
|
573
|
-
<a href="https://toutiao.io/subjects/
|
|
574
|
-
<img src="https://img.toutiao.io/subject/
|
|
595
|
+
<a href="https://toutiao.io/subjects/1385" target="_blank">
|
|
596
|
+
<img src="https://img.toutiao.io/subject/3f69ffc3bdf6496e86439348166e3ed7/thumb" loading="lazy" title="GoHackers - 独家号" alt="GoHackers - 独家号" />
|
|
575
597
|
</a>
|
|
576
598
|
</div>
|
|
577
599
|
<div class="info">
|
|
578
600
|
<div class="rank">
|
|
579
601
|
<span title="Ranking 18">18</span>
|
|
580
|
-
<a href="https://toutiao.io/k/
|
|
602
|
+
<a href="https://toutiao.io/k/xk3qbvm" target="_blank" title="微服务从代码到k8s部署应有尽有大结局(k8s部署)">微服务从代码到k8s部署应有尽有大结局(k8s部署)</a>
|
|
581
603
|
</div>
|
|
582
604
|
|
|
583
605
|
<div class="details">
|
|
@@ -590,20 +612,20 @@
|
|
|
590
612
|
<path d="M0 0h16v16H0z"/>
|
|
591
613
|
<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"/>
|
|
592
614
|
</g>
|
|
593
|
-
</svg><span>
|
|
615
|
+
</svg><span>96</span>
|
|
594
616
|
</div>
|
|
595
617
|
</li>
|
|
596
618
|
|
|
597
619
|
<li>
|
|
598
620
|
<div class="avatar">
|
|
599
|
-
<a href="https://toutiao.io/subjects/
|
|
600
|
-
<img src="https://img.toutiao.io/subject/
|
|
621
|
+
<a href="https://toutiao.io/subjects/2079" target="_blank">
|
|
622
|
+
<img src="https://img.toutiao.io/subject/ea8976fb047b483dacc34fd01e51d47e/thumb" loading="lazy" title="Java研发 - 独家号" alt="Java研发 - 独家号" />
|
|
601
623
|
</a>
|
|
602
624
|
</div>
|
|
603
625
|
<div class="info">
|
|
604
626
|
<div class="rank">
|
|
605
627
|
<span title="Ranking 19">19</span>
|
|
606
|
-
<a href="https://toutiao.io/k/
|
|
628
|
+
<a href="https://toutiao.io/k/c7mn7hz" target="_blank" title="从MVC到DDD的架构演进">从MVC到DDD的架构演进</a>
|
|
607
629
|
</div>
|
|
608
630
|
|
|
609
631
|
<div class="details">
|
|
@@ -616,7 +638,7 @@
|
|
|
616
638
|
<path d="M0 0h16v16H0z"/>
|
|
617
639
|
<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"/>
|
|
618
640
|
</g>
|
|
619
|
-
</svg><span>
|
|
641
|
+
</svg><span>104</span>
|
|
620
642
|
</div>
|
|
621
643
|
</li>
|
|
622
644
|
|
|
@@ -726,18 +748,18 @@
|
|
|
726
748
|
|
|
727
749
|
<li>
|
|
728
750
|
<div class="avatar">
|
|
729
|
-
<a href="https://toutiao.io/subjects/
|
|
730
|
-
<img src="https://img.toutiao.io/subject/
|
|
751
|
+
<a href="https://toutiao.io/subjects/26578" target="_blank">
|
|
752
|
+
<img src="https://img.toutiao.io/subject/8e12ef64799649acbfd936883ef16c3c/thumb" loading="lazy" title="服务架构及中台 - 独家号" alt="服务架构及中台 - 独家号" />
|
|
731
753
|
</a>
|
|
732
754
|
</div>
|
|
733
755
|
<div class="info">
|
|
734
756
|
<div class="rank">
|
|
735
757
|
<span title="Ranking 24">24</span>
|
|
736
|
-
<a href="https://toutiao.io/k/
|
|
758
|
+
<a href="https://toutiao.io/k/02whm5c" target="_blank" title="2万字 + 50 张图,细说 JVM 内存分布、内存对齐、压缩指针!">2万字 + 50 张图,细说 JVM 内存分布、内存对齐、压缩指针!</a>
|
|
737
759
|
</div>
|
|
738
760
|
|
|
739
761
|
<div class="details">
|
|
740
|
-
|
|
762
|
+
|
|
741
763
|
</div>
|
|
742
764
|
</div>
|
|
743
765
|
<div class="followers" title="followers">
|
|
@@ -746,24 +768,24 @@
|
|
|
746
768
|
<path d="M0 0h16v16H0z"/>
|
|
747
769
|
<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"/>
|
|
748
770
|
</g>
|
|
749
|
-
</svg><span>
|
|
771
|
+
</svg><span>91</span>
|
|
750
772
|
</div>
|
|
751
773
|
</li>
|
|
752
774
|
|
|
753
775
|
<li>
|
|
754
776
|
<div class="avatar">
|
|
755
|
-
<a href="https://toutiao.io/subjects/
|
|
756
|
-
<img src="https://img.toutiao.io/subject/
|
|
777
|
+
<a href="https://toutiao.io/subjects/351247" target="_blank">
|
|
778
|
+
<img src="https://img.toutiao.io/subject/6b8e14b561b24dfeac075e2a8dac9bfd/thumb" loading="lazy" title="小姐姐味道 - 独家号" alt="小姐姐味道 - 独家号" />
|
|
757
779
|
</a>
|
|
758
780
|
</div>
|
|
759
781
|
<div class="info">
|
|
760
782
|
<div class="rank">
|
|
761
783
|
<span title="Ranking 25">25</span>
|
|
762
|
-
<a href="https://toutiao.io/k/
|
|
784
|
+
<a href="https://toutiao.io/k/5pjb28q" target="_blank" title="非常哇塞的 ES读场景、写场景 性能优化指南!你值得拥有!">非常哇塞的 ES读场景、写场景 性能优化指南!你值得拥有!</a>
|
|
763
785
|
</div>
|
|
764
786
|
|
|
765
787
|
<div class="details">
|
|
766
|
-
|
|
788
|
+
原创:小姐姐味道(微信公众号ID:xjjdog),欢迎分享,转载请保留出处。ES作为NoSQL数据库里非常重要的一员,使用越来越广泛。虽然它因为索引延迟的原因,数据在时效性上有一些...
|
|
767
789
|
</div>
|
|
768
790
|
</div>
|
|
769
791
|
<div class="followers" title="followers">
|
|
@@ -772,7 +794,7 @@
|
|
|
772
794
|
<path d="M0 0h16v16H0z"/>
|
|
773
795
|
<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"/>
|
|
774
796
|
</g>
|
|
775
|
-
</svg><span>
|
|
797
|
+
</svg><span>103</span>
|
|
776
798
|
</div>
|
|
777
799
|
</li>
|
|
778
800
|
|
|
@@ -792,7 +814,7 @@
|
|
|
792
814
|
<img src="https://img.shields.io/npm/v/@wcj/github-rank.svg?label=unpkg">
|
|
793
815
|
</a>
|
|
794
816
|
</div>
|
|
795
|
-
<div class="time">Last cache created on 2022/3/
|
|
817
|
+
<div class="time">Last cache created on 2022/3/19 by Github API v3.</div>
|
|
796
818
|
Create by <a href="https://github.com/jaywcjlove" target="_blank">小弟调调™</a>.
|
|
797
819
|
</div>
|
|
798
820
|
</body>
|