feat: 新增隐私政策页面,Footer增加链接
This commit is contained in:
@@ -156,3 +156,7 @@ export interface SolutionPageSummary extends WagtailPageSummary {
|
||||
export interface SolutionPageDetail extends SolutionPageSummary {
|
||||
body: StreamFieldBlock[];
|
||||
}
|
||||
|
||||
export interface SimpleContentPageDetail extends WagtailPageSummary {
|
||||
body: string; // richtext HTML
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user