From ebad5aec081bc6c70699fbaea3a5cad570c8e3bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=A5=E6=B5=A9?= Date: Sun, 19 Oct 2025 23:26:48 +0800 Subject: [PATCH] =?UTF-8?q?build(worker):=20=E6=9B=B4=E6=96=B0=20Wrangler?= =?UTF-8?q?=20=E7=94=9F=E6=88=90=E7=9A=84=E7=B1=BB=E5=9E=8B=E5=AE=9A?= =?UTF-8?q?=E4=B9=89=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- worker-configuration.d.ts | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/worker-configuration.d.ts b/worker-configuration.d.ts index e703a8e..35d9123 100644 --- a/worker-configuration.d.ts +++ b/worker-configuration.d.ts @@ -1,12 +1,17 @@ /* eslint-disable */ -// Generated by Wrangler by running `wrangler types` (hash: 7094267439eea3789640d49ba1e25377) -// Runtime types generated with workerd@1.20250927.0 2025-09-09 +// Generated by Wrangler by running `wrangler types` (hash: c8d566f9236103c3d936718f23f1bb71) +// Runtime types generated with workerd@1.20251008.0 2025-09-09 declare namespace Cloudflare { interface GlobalProps { mainModule: typeof import("./server/index"); } interface Env { KV: KVNamespace; + VITE_APP_TITLE: string; + VITE_APP_BASE: string; + VITE_APP_BUILD_SOURCE_MAP: string; + VITE_APP_BUILD_COMMIT: string; + VITE_APP_BUILD_TIME: string; } } interface Env extends Cloudflare.Env {} @@ -7450,6 +7455,10 @@ type MediaTransformationOutputOptions = { * Duration for video clips, audio extraction, and spritesheet generation (e.g. '5s'). */ duration?: string; + /** + * Number of frames in the spritesheet. + */ + imageCount?: number; /** * Output format for the generated media. */