From 40498d83bb9f44d427af3560171c085e960446f7 Mon Sep 17 00:00:00 2001 From: cmliu Date: Wed, 23 Jul 2025 21:28:43 +0800 Subject: [PATCH] =?UTF-8?q?=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?=E9=85=8D=E7=BD=AE=E6=B3=A8=E9=87=8A=E4=BB=A5=E4=BE=BF=E4=BA=8E?= =?UTF-8?q?=E5=90=8E=E7=BB=AD=E5=BC=80=E5=8F=91?= 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 40cccef..621b8ca 100644 --- a/wrangler.toml +++ b/wrangler.toml @@ -1,4 +1,8 @@ name = "sub-worker" main = "_worker.js" compatibility_date = "2025-07-23" -keep_vars = true \ No newline at end of file +keep_vars = true + +#[[kv_namespaces]] +#binding = "KV" #KV绑定名默认不可修改 +#id = "7dbef248fcc547d39689967f91f5f46f" #KV据库id \ No newline at end of file