子项样式修改

This commit is contained in:
liu
2026-08-11 10:47:12 +08:00
parent 029d2c400c
commit 1ffdab9358
3 changed files with 33 additions and 21 deletions
+3 -1
View File
@@ -36,7 +36,9 @@ export interface HomeData {
}
/** 分类链接项(结构与 HomeLinkItem 相同,但不含 link_type / category_id,均为纯链接) */
export type CategoryLinkItem = Omit<HomeLinkItem, 'link_type' | 'category_id'>
export type CategoryLinkItem = Omit<HomeLinkItem, 'link_type' | 'category_id'> & {
tag: string[]
}
// ==================== API ====================