From a1d7e81859f554f3a53680cc35f0f49bf1f77098 Mon Sep 17 00:00:00 2001
From: wwf <1971391498@qq.com>
Date: 星期四, 14 五月 2026 14:37:02 +0800
Subject: [PATCH] 导入项目
---
src/components/DiyEditor/components/mobile/PageConfig/config.ts | 23 +++++++++++++++++++++++
1 files changed, 23 insertions(+), 0 deletions(-)
diff --git a/src/components/DiyEditor/components/mobile/PageConfig/config.ts b/src/components/DiyEditor/components/mobile/PageConfig/config.ts
new file mode 100644
index 0000000..f8e45e4
--- /dev/null
+++ b/src/components/DiyEditor/components/mobile/PageConfig/config.ts
@@ -0,0 +1,23 @@
+import { DiyComponent } from '@/components/DiyEditor/util'
+
+/** 椤甸潰璁剧疆灞炴�� */
+export interface PageConfigProperty {
+ // 椤甸潰鎻忚堪
+ description: string
+ // 椤甸潰鑳屾櫙棰滆壊
+ backgroundColor: string
+ // 椤甸潰鑳屾櫙鍥剧墖
+ backgroundImage: string
+}
+
+// 瀹氫箟椤甸潰缁勪欢
+export const component = {
+ id: 'PageConfig',
+ name: '椤甸潰璁剧疆',
+ icon: 'ep:document',
+ property: {
+ description: '',
+ backgroundColor: '#f5f5f5',
+ backgroundImage: ''
+ }
+} as DiyComponent<PageConfigProperty>
--
Gitblit v1.8.0