mirror of
https://github.com/lainbo/component-party.git
synced 2026-04-04 20:39:02 +08:00
🐛 fix: 修复 GitHub star 按钮仓库路径
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
color: string;
|
||||
}
|
||||
|
||||
const REPOSITORY_PATH = "matschik/component-party.dev";
|
||||
const REPOSITORY_PATH = "lainbo/component-party";
|
||||
const STAR_COUNT_EXPIRES_IN_MS = 1000 * 60 * 5; // Shields.io caches for 5-15 minutes
|
||||
|
||||
const starCountStorage = createLocaleStorage("github-star-count-v2", {
|
||||
|
||||
Reference in New Issue
Block a user