feat: support cleanDays max 1000 (#622)

This commit is contained in:
Dream Hunter
2025-04-07 19:24:21 +08:00
committed by GitHub
parent 525f5e2dce
commit 91a859bbcf
10 changed files with 2378 additions and 2708 deletions

View File

@@ -1,15 +1,19 @@
cd frontend/
pnpm up
pnpm add -D wrangler@latest
cd ..
cd worker/
pnpm up
pnpm add -D wrangler@latest
cd ..
cd pages/
pnpm up
pnpm add -D wrangler@latest
cd ..
cd vitepress-docs/
pnpm up
pnpm add -D wrangler@latest
cd ..