Skip to content

Commit

Permalink
doc: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
cwxia0s committed Jun 15, 2024
1 parent ebedc4f commit c0f1369
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion doc/tips.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Modify `rootPath` as follow:
This feature can be used with Cloudflare WAF, to use WAF, goto `Websites` → `Security` → `WAF`.

<p align="center">
<img src="images/tips/Screenshot from 2024-06-16 00-11-33.png width="500">
<img src="images/tips/Screenshot from 2024-06-16 00-11-33.png" width="500">
</p>

## D1 Database Console Management
Expand Down
2 changes: 1 addition & 1 deletion doc/tips.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ meSud8TZYBoyAi6cKuBNLi 00fc13adff785122b4ad28809a3420982341241421348097878e577c
此功能可配合Cloudflare WAF实现防御,在`Websites` &rarr; `Security` &rarr; `WAF`下配置规则

<p align="center">
<img src="images/tips/Screenshot from 2024-06-16 00-11-33.png width="500">
<img src="images/tips/Screenshot from 2024-06-16 00-11-33.png" width="500">
</p>

## D1 数据库 Console 管理
Expand Down
4 changes: 2 additions & 2 deletions main.js
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
4 changes: 2 additions & 2 deletions main_kv.js
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit c0f1369

Please sign in to comment.