This commit is contained in:
mei 2025-07-17 14:24:43 +08:00
parent 36ef5db441
commit 1f1aee0ab7
3 changed files with 6060 additions and 864 deletions

View File

@ -27,7 +27,7 @@ export default function ApiDocsComponent() {
setLoading(true); setLoading(true);
try { try {
const [imageCountResponse] = await Promise.all([ const [imageCountResponse] = await Promise.all([
fetch("/?api=total-pic") fetch("/total-pic")
]); ]);
const imageCountData = await imageCountResponse.json(); const imageCountData = await imageCountResponse.json();
setImageCount(imageCountData.count); setImageCount(imageCountData.count);

2848
package-lock.json generated

File diff suppressed because it is too large Load Diff

4074
pnpm-lock.yaml Normal file

File diff suppressed because it is too large Load Diff