feat: 首页添加内容
- 增添推荐解决方案的section
This commit is contained in:
@ -9,4 +9,5 @@ export interface StrapiContactInfo extends StrapiEntity {
|
||||
export interface StrapiHomepage extends StrapiEntity {
|
||||
carousel: StrapiImage[];
|
||||
recommend_productions: StrapiRelation<Production>[];
|
||||
recommend_solutions: StrapiRelation<Solution>[];
|
||||
}
|
||||
Reference in New Issue
Block a user