feat: 更新内容管理方案

This commit is contained in:
R524809
2026-04-29 17:47:14 +08:00
parent 63fa08ff1a
commit 2cb9ec55d6
44 changed files with 1181 additions and 625 deletions
+1 -1
View File
@@ -84,7 +84,7 @@
| `sortOrder` | int | 是 | 排序权重,默认 `0`。 |
| `downloads` | int | 是 | 下载次数,默认 `0`。 |
| `likes` | int | 是 | 收藏此时,默认 `0`。 |
| `status` | string | 是 | `active` \| `draft` \| `hidden`,默认 `draft`。 |
| `status` | string | 是 | `active` \| `draft`,默认 `draft` |
| `createdAt` | date | 是 | 创建时间。 |
| `updatedAt` | date | 是 | 更新时间。 |