子项样式修改
This commit is contained in:
+3
-1
@@ -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 ====================
|
||||
|
||||
|
||||
Reference in New Issue
Block a user