-
+
查看
@@ -39,16 +39,12 @@
-
diff --git a/src/components/DiyEditor/components/mobile/PromotionPoint/property.vue b/src/components/DiyEditor/components/mobile/PromotionPoint/property.vue
new file mode 100644
index 00000000..84a429b6
--- /dev/null
+++ b/src/components/DiyEditor/components/mobile/PromotionPoint/property.vue
@@ -0,0 +1,154 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 建议尺寸:36 * 22
+
+
+
+
+
+
+ 文字
+ 图片
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 建议尺寸:56 * 56
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/mall/promotion/point/activity/index.vue b/src/views/mall/promotion/point/activity/index.vue
index fa826940..ceceb7b5 100644
--- a/src/views/mall/promotion/point/activity/index.vue
+++ b/src/views/mall/promotion/point/activity/index.vue
@@ -10,15 +10,6 @@
class="-mb-15px"
label-width="68px"
>
-
-
-
+
+
+
+
+
+
+
diff --git a/src/views/mall/promotion/point/components/PointTableSelect.vue b/src/views/mall/promotion/point/components/PointTableSelect.vue
new file mode 100644
index 00000000..d68b5f15
--- /dev/null
+++ b/src/views/mall/promotion/point/components/PointTableSelect.vue
@@ -0,0 +1,300 @@
+
+
+
+
+
From d9f433671754c3498a7bb99f841cc7ff336a200e Mon Sep 17 00:00:00 2001
From: puhui999
Date: Sat, 28 Sep 2024 14:02:13 +0800
Subject: [PATCH 32/35] =?UTF-8?q?=E3=80=90=E5=8A=9F=E8=83=BD=E5=AE=8C?=
=?UTF-8?q?=E5=96=84=E3=80=91=E5=95=86=E5=9F=8E:=20=E5=AE=8C=E5=96=84?=
=?UTF-8?q?=E7=A7=AF=E5=88=86=E5=95=86=E5=9F=8E=E8=A3=85=E4=BF=AE?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../DiyEditor/components/mobile/PromotionPoint/index.vue | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/src/components/DiyEditor/components/mobile/PromotionPoint/index.vue b/src/components/DiyEditor/components/mobile/PromotionPoint/index.vue
index 614980df..4acd93fc 100644
--- a/src/components/DiyEditor/components/mobile/PromotionPoint/index.vue
+++ b/src/components/DiyEditor/components/mobile/PromotionPoint/index.vue
@@ -67,9 +67,8 @@
:style="{ color: property.fields.price.color }"
class="text-16px"
>
- {{ spu.point }}积分{{
- !spu.pointPrice || spu.pointPrice === 0 ? '' : `+${fenToYuan(spu.pointPrice)}元`
- }}
+ {{ spu.point }}积分
+ {{ !spu.pointPrice || spu.pointPrice === 0 ? '' : `+${fenToYuan(spu.pointPrice)}元` }}
Date: Sun, 29 Sep 2024 17:09:37 +0800
Subject: [PATCH 33/35] =?UTF-8?q?=E3=80=90=E5=A2=9E=E5=8A=A0=E3=80=91datas?=
=?UTF-8?q?et=20=E5=88=97=E8=A1=A8=E9=A1=B5=E9=9D=A2?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/knowledge/dataset.vue | 152 ++++++++++++++++++++++++++++++++
1 file changed, 152 insertions(+)
create mode 100644 src/views/knowledge/dataset.vue
diff --git a/src/views/knowledge/dataset.vue b/src/views/knowledge/dataset.vue
new file mode 100644
index 00000000..4636a912
--- /dev/null
+++ b/src/views/knowledge/dataset.vue
@@ -0,0 +1,152 @@
+
+
+
+
+
+
+
+
+
+
+
+ 1 文档
+ 5 千字符
+ 0 关联应用
+
+
+ useful for when you want to answer queries about the 接口鉴权示例代码.md
+
+
+
+
+
+
+
+
+
+
+
From 3f6e3c4168b7e8d288ab6b782cd829c2b6392d36 Mon Sep 17 00:00:00 2001
From: cherishsince
Date: Sun, 29 Sep 2024 17:09:51 +0800
Subject: [PATCH 34/35] =?UTF-8?q?=E3=80=90=E5=A2=9E=E5=8A=A0=E3=80=91datas?=
=?UTF-8?q?et=20=E5=88=9B=E5=BB=BA=E9=80=89=E6=8B=A9=E6=95=B0=E6=8D=AE?=
=?UTF-8?q?=E6=BA=90=E9=A1=B5=E9=9D=A2?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../knowledge/dataset-form/form-step1.vue | 151 ++++++++++++++++++
1 file changed, 151 insertions(+)
create mode 100644 src/views/knowledge/dataset-form/form-step1.vue
diff --git a/src/views/knowledge/dataset-form/form-step1.vue b/src/views/knowledge/dataset-form/form-step1.vue
new file mode 100644
index 00000000..ef3579eb
--- /dev/null
+++ b/src/views/knowledge/dataset-form/form-step1.vue
@@ -0,0 +1,151 @@
+
+
+
+
+
+
+
导入已有文本
+
+
+
+
+
上传文本文件
+
+
+ 拖拽文件至此,或者 选择文件
+
+ 已支持 TXT、MARKDOWN、PDF、HTML、XLSX、XLS、DOCX、CSV、EML、MSG、PPTX、PPT、XML、EPUB,每个文件不超过 15MB。
+
+
+
+
+
+
+ 下一步
+
+
+
+
+
+ 创建一个空知识库
+
+
+
+
+
+
+
From 4a2eddbd3b0b0501ae86be2a9140a69a60cc6423 Mon Sep 17 00:00:00 2001
From: cherishsince
Date: Sun, 29 Sep 2024 18:04:06 +0800
Subject: [PATCH 35/35] =?UTF-8?q?=E3=80=90=E5=A2=9E=E5=8A=A0=E3=80=91datas?=
=?UTF-8?q?et=20=E5=88=9B=E5=BB=BA=E6=95=B0=E6=8D=AE=E6=B8=85=E6=B4=97?=
=?UTF-8?q?=E9=A1=B5=E9=9D=A2=20(30%)?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../knowledge/dataset-form/form-step2.vue | 168 ++++++++++++++++++
1 file changed, 168 insertions(+)
create mode 100644 src/views/knowledge/dataset-form/form-step2.vue
diff --git a/src/views/knowledge/dataset-form/form-step2.vue b/src/views/knowledge/dataset-form/form-step2.vue
new file mode 100644
index 00000000..f8ca5718
--- /dev/null
+++ b/src/views/knowledge/dataset-form/form-step2.vue
@@ -0,0 +1,168 @@
+
+
+
+
+
+
+
+
+
+ 自动分段与清洗
+ 自定义
+
+
+
+
+
+
+ 高质量
+ 经济
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 分段预览
+
+
+
+
+
+
{{ segment.number }}
+
+
+
+
+
+
{{ segment.text }}
+
+
+
+
+
+
+
+
+
+