🐛 fix: 修复 GitHub star 按钮仓库路径

This commit is contained in:
lainbo
2026-02-10 14:33:11 +08:00
parent 07e969303c
commit 4bfcee6570

View File

@@ -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", {