From d3592aeffd0f08a77090b7435f6882b98b1baa4b Mon Sep 17 00:00:00 2001 From: cmliu Date: Tue, 9 Dec 2025 12:08:48 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=9B=B4=E6=96=B0wrangler.toml=EF=BC=8C?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0KV=E5=91=BD=E5=90=8D=E7=A9=BA=E9=97=B4?= =?UTF-8?q?=E7=9A=84=E6=B3=A8=E9=87=8A=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- wrangler.toml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/wrangler.toml b/wrangler.toml index a92a182..6b0aed3 100644 --- a/wrangler.toml +++ b/wrangler.toml @@ -1,4 +1,8 @@ name = "v20251104" main = "_worker.js" compatibility_date = "2025-11-04" -keep_vars = true \ No newline at end of file +keep_vars = true + +#[[kv_namespaces]] +#binding = "KV" #KV绑定名默认不可修改 +#id = "" #KV数据库id \ No newline at end of file