Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
iiop123 committed Nov 9, 2022
1 parent 9415063 commit 886fa12
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,19 @@
------------

#### 方便实用,只需要更改wrangler.toml绑定的kv_id即可使用
#### 超级超级超级简单的Material 风(就一个按钮😂😂😂)
#### 超级超级超级简单的Material 风(就一个按钮😂😂😂)

#### 使用:在 根目录和static目录输入

npm i
#### 之后修改wrangler.toml


kv_namespaces = [
{ binding = "LINK", id = "11111",preview_id='11111'}//ID修改为自己创建的KV的id,preview_id是dev环境绑定的kv可以去掉
]
### 之后再执行


wrangler publish
#### 就OK了

0 comments on commit 886fa12

Please sign in to comment.