Fix: 调整页面布局 & 调整页面跳转逻辑
This commit is contained in:
@ -4,4 +4,8 @@ export interface StrapiCompanyProfile extends StrapiEntity {
|
||||
|
||||
export interface StrapiContactInfo extends StrapiEntity {
|
||||
content: string;
|
||||
}
|
||||
|
||||
export interface StrapiHomepage extends StrapiEntity {
|
||||
carousel: StrapiImage[];
|
||||
}
|
||||
Reference in New Issue
Block a user