@wcj/github-rank 21.11.2 → 21.11.3
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 +19296 -19297
- package/dist/sifou-daily.json +84 -57
- package/dist/sifou-monthly.json +48 -48
- package/dist/sifou-weekly.json +138 -138
- package/dist/toutiao-30.json +40 -40
- package/dist/toutiao-7.json +62 -62
- package/dist/toutiao-90.json +32 -32
- package/dist/trending-daily.json +194 -194
- package/dist/trending-monthly.json +169 -169
- package/dist/trending-weekly.json +190 -190
- package/dist/users.china.json +1518 -1518
- package/dist/users.json +2088 -2088
- package/package.json +1 -1
- package/web/36kr.html +5 -3
- package/web/data/repos.json +19296 -19297
- package/web/data/sifou-daily.json +84 -57
- package/web/data/sifou-monthly.json +48 -48
- package/web/data/sifou-weekly.json +138 -138
- package/web/data/toutiao-30.json +40 -40
- package/web/data/toutiao-7.json +62 -62
- package/web/data/toutiao-90.json +32 -32
- package/web/data/trending-daily.json +194 -194
- package/web/data/trending-monthly.json +169 -169
- package/web/data/trending-weekly.json +190 -190
- package/web/data/users.china.json +1518 -1518
- package/web/data/users.json +2088 -2088
- package/web/index.html +1092 -1092
- package/web/repos.html +2456 -2454
- package/web/sifou-daily.html +136 -50
- package/web/sifou-monthly.html +72 -70
- package/web/sifou-weekly.html +142 -140
- package/web/toutiao-30.html +74 -72
- package/web/toutiao-7.html +81 -79
- package/web/toutiao-90.html +67 -65
- package/web/trending-monthly.html +163 -161
- package/web/trending-weekly.html +171 -169
- package/web/trending.html +166 -188
- package/web/users.china.html +772 -772
package/package.json
CHANGED
package/web/36kr.html
CHANGED
|
@@ -86,10 +86,12 @@
|
|
|
86
86
|
|
|
87
87
|
|
|
88
88
|
|
|
89
|
-
<a target="_blank" href="https://36kr.com/newsflashes"
|
|
89
|
+
<a target="_blank" href="https://36kr.com/newsflashes">
|
|
90
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="16" viewBox="0 0 16 16" version="1.1" aria-hidden="true"><path fill-rule="evenodd" fill="currentColor" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg>
|
|
91
|
+
</a>
|
|
90
92
|
|
|
91
93
|
</h1>
|
|
92
|
-
<div class="time">Last cache created on 2021/11/
|
|
94
|
+
<div class="time">Last cache created on 2021/11/3 by Github API v3.</div>
|
|
93
95
|
<div class="tabs">
|
|
94
96
|
<a class="" href="index.html">Users</a>
|
|
95
97
|
<a class="" href="repos.html">Repos</a>
|
|
@@ -788,7 +790,7 @@
|
|
|
788
790
|
<img src="https://img.shields.io/npm/v/@wcj/github-rank.svg?label=unpkg">
|
|
789
791
|
</a>
|
|
790
792
|
</div>
|
|
791
|
-
<div class="time">Last cache created on 2021/11/
|
|
793
|
+
<div class="time">Last cache created on 2021/11/3 by Github API v3.</div>
|
|
792
794
|
Create by <a href="https://github.com/jaywcjlove" target="_blank">小弟调调™</a>.
|
|
793
795
|
</div>
|
|
794
796
|
</body>
|