fix(badge/downloads): update shield with corrected download count

Also include download counts cache file in an effort to maintain correct
total download count.
This commit is contained in:
2023-11-24 20:38:29 +00:00
parent cc2e1a8729
commit 91f0d664e2
2 changed files with 3568 additions and 1 deletions

3567
total-downloads/.cache.json Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -1,7 +1,7 @@
{
"schemaVersion": 1,
"label": "total downloads",
"message": "19.9k",
"message": "15.4k",
"color": "blue",
"logoSvg": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 14 14\"><defs><style>.a{fill:none;stroke:#fff;stroke-linecap:round;stroke-miterlimit:10;}</style></defs><line class=\"a\" x1=\"2.5\" y1=\"12.65\" x2=\"11.5\" y2=\"12.65\"/><line class=\"a\" x1=\"7\" y1=\"1\" x2=\"7\" y2=\"9\"/><line class=\"a\" x1=\"11\" y1=\"5.25\" x2=\"7\" y2=\"9.25\"/><line class=\"a\" x1=\"3\" y1=\"5.25\" x2=\"7\" y2=\"9.25\"/></svg>",
"style": "flat"