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/Popover/config.ts |   26 ++++++++++++++++++++++++++
 1 files changed, 26 insertions(+), 0 deletions(-)

diff --git a/src/components/DiyEditor/components/mobile/Popover/config.ts b/src/components/DiyEditor/components/mobile/Popover/config.ts
new file mode 100644
index 0000000..e814090
--- /dev/null
+++ b/src/components/DiyEditor/components/mobile/Popover/config.ts
@@ -0,0 +1,26 @@
+import { DiyComponent } from '@/components/DiyEditor/util'
+
+/** 寮圭獥骞垮憡灞炴�� */
+export interface PopoverProperty {
+  list: PopoverItemProperty[]
+}
+
+export interface PopoverItemProperty {
+  // 鍥剧墖鍦板潃
+  imgUrl: string
+  // 璺宠浆杩炴帴
+  url: string
+  // 鏄剧ず绫诲瀷锛氫粎鏄剧ず涓�娆°�佹瘡娆″惎鍔ㄩ兘浼氭樉绀�
+  showType: 'once' | 'always'
+}
+
+// 瀹氫箟缁勪欢
+export const component = {
+  id: 'Popover',
+  name: '寮圭獥骞垮憡',
+  icon: 'carbon:popup',
+  position: 'fixed',
+  property: {
+    list: [{ showType: 'once' }]
+  }
+} as DiyComponent<PopoverProperty>

--
Gitblit v1.8.0