官网开发中 0803

This commit is contained in:
eafonyang
2026-08-03 19:09:03 +08:00
parent eeccdb079c
commit f37b6451ef
36 changed files with 1906 additions and 78 deletions
+6
View File
@@ -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;