fix passkey

This commit is contained in:
Sakurasan
2025-04-18 02:47:10 +08:00
parent afb51b0a94
commit e0b531c578
5 changed files with 25 additions and 3 deletions

View File

@@ -115,7 +115,7 @@ const copyUrl = async () => {
const star = ref(0);
const getGithubStars = async () => {
const res = await fetch('https://ungh.cc/repos/mirrors2/opencatd-open', { next: { revalidate: 3600 } });
const res = await fetch('https://ungh.cc/repos/mirrors2/openteam', { next: { revalidate: 3600 } });
const data = await res.json();
return data.repo.stars;
};