feat: disable cf deployment

This commit is contained in:
shinya
2025-08-06 02:26:59 +08:00
parent d80bd8df59
commit 44424564fc
3 changed files with 3 additions and 4 deletions

View File

@@ -1 +1 @@
20250804231933
20250806022700

View File

@@ -18,8 +18,7 @@
"gen:manifest": "node scripts/generate-manifest.js",
"gen:version": "node scripts/generate-version.js",
"postbuild": "echo 'Build completed - sitemap generation disabled'",
"prepare": "husky install",
"pages:build": "pnpm gen:runtime && pnpm gen:manifest && next build && npx @cloudflare/next-on-pages --experimental-minify"
"prepare": "husky install"
},
"dependencies": {
"@cloudflare/next-on-pages": "^1.13.12",

View File

@@ -2,7 +2,7 @@
'use client';
const CURRENT_VERSION = '20250804231933';
const CURRENT_VERSION = '20250806022700';
// 版本检查结果枚举
export enum UpdateStatus {