From c0f1369f3fd7e2ade071760d2cdadc1898317f83 Mon Sep 17 00:00:00 2001 From: cwxia0s Date: Sun, 16 Jun 2024 00:54:29 +0800 Subject: [PATCH] doc: typo --- doc/tips.md | 2 +- doc/tips.zh.md | 2 +- main.js | 4 ++-- main_kv.js | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/tips.md b/doc/tips.md index bd44471..516b710 100644 --- a/doc/tips.md +++ b/doc/tips.md @@ -38,7 +38,7 @@ Modify `rootPath` as follow: This feature can be used with Cloudflare WAF, to use WAF, goto `Websites` → `Security` → `WAF`.

- +

## D1 Database Console Management diff --git a/doc/tips.zh.md b/doc/tips.zh.md index 8873b25..1d136fb 100644 --- a/doc/tips.zh.md +++ b/doc/tips.zh.md @@ -38,7 +38,7 @@ meSud8TZYBoyAi6cKuBNLi 00fc13adff785122b4ad28809a3420982341241421348097878e577c 此功能可配合Cloudflare WAF实现防御,在`Websites` → `Security` → `WAF`下配置规则

- +

## D1 数据库 Console 管理 diff --git a/main.js b/main.js index 43415fc..27eec2e 100644 --- a/main.js +++ b/main.js @@ -109,9 +109,9 @@ async function handleRequest(request, env, ctx) { class Handler { constructor(env) { this.version = "v2.1.0" - this.build = "2024-06-16 00:39:59" + this.build = "2024-06-16 00:54:29" this.arch = "js" - this.commit = "d4672db88379792662e95b06a7492e04ac0f0e83" + this.commit = "ebedc4f5174bfe5f22042de6101391c88aaad4c8" const db = new Database(env) diff --git a/main_kv.js b/main_kv.js index f6ebbde..dfd53f4 100644 --- a/main_kv.js +++ b/main_kv.js @@ -109,9 +109,9 @@ async function handleRequest(request, env, ctx) { class Handler { constructor(env) { this.version = "v2.1.0" - this.build = "2024-06-16 00:39:59" + this.build = "2024-06-16 00:54:29" this.arch = "js" - this.commit = "d4672db88379792662e95b06a7492e04ac0f0e83" + this.commit = "ebedc4f5174bfe5f22042de6101391c88aaad4c8" const db = new Database(env)