Feature: 联系我们界面 & 产品列表增添CMS筛选功能

This commit is contained in:
2025-08-20 11:24:59 +08:00
parent 6d405b5367
commit 14152310b5
4 changed files with 75 additions and 12 deletions

View File

@ -12,4 +12,5 @@ export interface Production extends StrapiEntity {
production_details?: string;
production_specs?: string | object;
documents?: StrapiMedia[];
show_in_production_list?: boolean;
}

View File

@ -1,3 +1,7 @@
export interface StrapiCompanyProfile extends StrapiEntity {
content: string;
}
export interface StrapiContactInfo extends StrapiEntity {
content: string;
}