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:
anghunk
2026-01-27 15:45:56 +08:00
parent e5ffc48139
commit b599965cb3
4 changed files with 4 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "cwd-admin",
"version": "0.0.1",
"version": "0.0.2",
"private": true,
"type": "module",
"scripts": {

View File

@@ -1,6 +1,6 @@
{
"name": "cwd-api",
"version": "0.0.1",
"version": "0.0.2",
"private": true,
"scripts": {
"deploy": "wrangler deploy",

View File

@@ -28,7 +28,7 @@
部署成功后,直接访问 Base URL成功时返回 HTML其中包含类似文案
```text
CWD 评论部署成功,当前版本 v0.0.1
CWD 评论部署成功,当前版本...
```
## 鉴权方式

View File

@@ -1,6 +1,6 @@
{
"name": "widget",
"version": "0.0.1",
"version": "0.0.2",
"private": true,
"type": "module",
"scripts": {