@wcj/github-rank 25.6.22 → 25.6.28
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/README.md +3 -1
- package/dist/repos.json +48435 -48434
- package/dist/trending-daily.json +116 -94
- package/dist/trending-monthly.json +124 -113
- package/dist/trending-weekly.json +72 -127
- package/dist/users.china.json +3358 -3358
- package/dist/users.json +7321 -7357
- package/dist/users.org.json +1384 -1348
- package/package.json +1 -1
- package/web/data/repos.json +48435 -48434
- package/web/data/trending-daily.json +116 -94
- package/web/data/trending-monthly.json +124 -113
- package/web/data/trending-weekly.json +72 -127
- package/web/data/users.china.json +3358 -3358
- package/web/data/users.json +7321 -7357
- package/web/data/users.org.json +1384 -1348
- package/web/index.html +7235 -7289
- package/web/org.html +1134 -1076
- package/web/repos.html +5300 -5296
- package/web/trending-monthly.html +142 -104
- package/web/trending-weekly.html +63 -253
- package/web/trending.html +152 -84
- package/web/users.china.html +3128 -3128
package/README.md
CHANGED
|
@@ -34,13 +34,15 @@ Released on [`npm`](https://www.npmjs.com/package/@wcj/github-rank) from `April
|
|
|
34
34
|
|
|
35
35
|
Now it can be updated automatically every day, using [GitHub Actions Workflows](https://github.com/actions/starter-workflows) to trigger the GitHub workflow every day at 00:00 (8:00 am Beijing time) through the timer, automatically crawl the data, submit the generated web page to the gh-pages branch, and Automatically publish [npm](https://www.npmjs.com/package/@wcj/github-rank) version, really fragrant! !
|
|
36
36
|
|
|
37
|
-
Update date: <!--GAMFC-->2025-06-
|
|
37
|
+
Update date: <!--GAMFC-->2025-06-28 00:45:53<!--GAMFC-END-->
|
|
38
38
|
|
|
39
39
|
## Sponsorship Support
|
|
40
40
|
|
|
41
41
|
Thank you very much to the friends who have always supported my open-source projects! If you recognize my work, you are welcome to [sponsor](https://wangchujiang.com/#/sponsor) me or download and use the [macOS applications](https://wangchujiang.com/#/app) I developed to support me. Below is a list of macOS applications I independently developed:
|
|
42
42
|
|
|
43
43
|
<p style="display: inline-block">
|
|
44
|
+
<a target="_blank" href="https://apps.apple.com/app/Vidwall/6747587746" title="Vidwall for macOS"><img align="center" alt="Vidwall" height="52" width="52" src="https://github.com/user-attachments/assets/7b5df70a-ed91-4d4b-85be-f00e60a09ce9"></a>
|
|
45
|
+
<a target="_blank" href="https://wangchujiang.com/mousio-hint/" title="Mousio Hint for macOS"><img align="center" alt="Mousio Hint" height="52" width="52" src="https://github.com/user-attachments/assets/3c0af128-0cef-44e5-a8db-4741dc5a6690"></a>
|
|
44
46
|
<a target="_blank" href="https://apps.apple.com/app/6746747327" title="Mousio for macOS"><img align="center" alt="Mousio" height="52" width="52" src="https://github.com/user-attachments/assets/9edf61ff-5a6c-4676-9cc2-8fd3c1ad0dfb"></a>
|
|
45
47
|
<a target="_blank" href="https://apps.apple.com/app/6745227444" title="Musicer for macOS"><img align="center" alt="Musicer" height="52" width="52" src="https://github.com/user-attachments/assets/b7abfba8-88ff-4c86-a125-43073d5aef22"></a>
|
|
46
48
|
<a target="_blank" href="https://apps.apple.com/app/6743841447" title="Audioer for macOS"><img align="center" alt="Audioer" height="52" width="52" src="https://github.com/user-attachments/assets/7a836865-8c90-4119-87bc-19e06a76c957"></a>
|