refactor journal-detail-popup

This commit is contained in:
Timi
2025-12-11 12:02:01 +08:00
parent 0379a1d3b5
commit 1bf655c0dc
13 changed files with 238 additions and 352 deletions

View File

@ -2,6 +2,8 @@
/** 系统媒体项目 */
export type MediaItem = {
journalId?: number;
/** 类型 */
type: MediaItemType;