Fix: 调整页面布局 & 调整页面跳转逻辑

This commit is contained in:
2025-08-29 17:04:05 +08:00
parent 91584096ba
commit e79a69a997
8 changed files with 198 additions and 12 deletions

View File

@ -4,4 +4,8 @@ export interface StrapiCompanyProfile extends StrapiEntity {
export interface StrapiContactInfo extends StrapiEntity {
content: string;
}
export interface StrapiHomepage extends StrapiEntity {
carousel: StrapiImage[];
}