feat(task): task detail

This commit is contained in:
2026-02-09 18:20:33 +08:00
parent f0298b91e3
commit 3f284d057c
19 changed files with 435 additions and 279 deletions

View File

@@ -66,4 +66,3 @@ export const objTypeTextMap = new Map<number, string>([
[0, "静态"],
[1, "动态"],
])