官网开发中 0803
This commit is contained in:
+6
@@ -76,6 +76,9 @@ declare namespace Api {
|
||||
product_id: number | null;
|
||||
layout: string;
|
||||
theme: string;
|
||||
overline_color: string;
|
||||
title_color: string;
|
||||
body_color: string;
|
||||
bg_type: string;
|
||||
bg_value: string;
|
||||
overlay_enabled: boolean;
|
||||
@@ -109,6 +112,9 @@ declare namespace Api {
|
||||
product_id?: number | null;
|
||||
layout: string;
|
||||
theme?: string;
|
||||
overline_color?: string;
|
||||
title_color?: string;
|
||||
body_color?: string;
|
||||
bg_type?: string;
|
||||
bg_value?: string;
|
||||
overlay_enabled?: boolean;
|
||||
|
||||
Reference in New Issue
Block a user