fix(projects): 微调布局显示

This commit is contained in:
2026-06-29 09:53:24 +08:00
parent 499f2115b2
commit 4f357a35a9
5 changed files with 33 additions and 7 deletions

View File

@@ -15,6 +15,8 @@ declare namespace Api {
status?: string | number | null;
/** 标题关键词,模糊匹配 */
title?: string;
/** 提交人用户 id按提交人过滤ID 铁律 string */
creator?: string;
}
/**