chore: 更新版本号至0.1.1-beta并替换domain为siteId

- 将主项目及各子模块的版本号从0.0.18更新至0.1.1-beta
- 在API文档中将查询参数`domain`统一替换为`siteId`以明确筛选依据
- 为评论统计和点赞统计接口添加`siteId`筛选参数说明
This commit is contained in:
anghunk
2026-02-09 16:19:28 +08:00
parent 77b8402d13
commit 489d30e084
7 changed files with 26 additions and 7 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "cwd-admin",
"version": "0.0.18",
"version": "0.1.1-beta",
"type": "module",
"scripts": {
"dev": "vite",