feat: add solutions list/detail pages
- types: SolutionPageSummary/Detail - services/solution.service.ts - app/solutions: list + detail pages - Header nav: add 解决方案 link
This commit is contained in:
@@ -147,3 +147,12 @@ export interface CaseStudyPageSummary extends WagtailPageSummary {
|
||||
export interface CaseStudyPageDetail extends CaseStudyPageSummary {
|
||||
body: StreamFieldBlock[];
|
||||
}
|
||||
|
||||
export interface SolutionPageSummary extends WagtailPageSummary {
|
||||
industry?: string;
|
||||
summary?: string;
|
||||
}
|
||||
|
||||
export interface SolutionPageDetail extends SolutionPageSummary {
|
||||
body: StreamFieldBlock[];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user