chore: 更新项目版本号至 0.0.2 并修正文档占位符
- 将 cwd-api、cwd-admin 和 docs/widget 的 package.json 版本统一从 0.0.1 更新为 0.0.2。 - 修正文档 overview.md 中版本号的示例占位符,使其更通用。
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "cwd-admin",
|
"name": "cwd-admin",
|
||||||
"version": "0.0.1",
|
"version": "0.0.2",
|
||||||
"private": true,
|
"private": true,
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "cwd-api",
|
"name": "cwd-api",
|
||||||
"version": "0.0.1",
|
"version": "0.0.2",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"deploy": "wrangler deploy",
|
"deploy": "wrangler deploy",
|
||||||
|
|||||||
@@ -28,7 +28,7 @@
|
|||||||
部署成功后,直接访问 Base URL,成功时返回 HTML,其中包含类似文案:
|
部署成功后,直接访问 Base URL,成功时返回 HTML,其中包含类似文案:
|
||||||
|
|
||||||
```text
|
```text
|
||||||
CWD 评论部署成功,当前版本 v0.0.1
|
CWD 评论部署成功,当前版本...
|
||||||
```
|
```
|
||||||
|
|
||||||
## 鉴权方式
|
## 鉴权方式
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "widget",
|
"name": "widget",
|
||||||
"version": "0.0.1",
|
"version": "0.0.2",
|
||||||
"private": true,
|
"private": true,
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|||||||
Reference in New Issue
Block a user