From 49a7e5c0535fbf2f9194875fba9e2ce033048c0a Mon Sep 17 00:00:00 2001
From: liushilong <2224574157@qq.com>
Date: Wed, 10 Apr 2024 11:42:00 +0800
Subject: [PATCH] =?UTF-8?q?feat:=20=E6=89=80=E6=9C=89=E9=A1=B5=E9=9D=A2?=
=?UTF-8?q?=E6=96=B0=E5=A2=9E=E5=8F=B3=E4=B8=8B=E8=A7=92=E5=9B=BE=E6=A0=87?=
=?UTF-8?q?=EF=BC=8C=E4=BF=AE=E6=94=B9=E7=99=BB=E5=BD=95=E5=BC=B9=E7=AA=97?=
=?UTF-8?q?=EF=BC=8C=E4=BF=AE=E6=94=B9=E6=A0=B7=E5=BC=8F?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
components.d.ts | 1 +
src/assets/icons/modal_reImg.svg | 61 +++++++++++++++++++
src/components/Robot/index.vue | 29 +++++++++
src/views/final/content/ListContent.vue | 50 +++++++++++----
src/views/final/index.vue | 4 ++
src/views/home/content/Content.vue | 9 ++-
.../home/content/modal/LoginSuccessModal.vue | 6 ++
src/views/home/index.vue | 13 +++-
src/views/task/index.vue | 2 +
src/views/worksheet/index.vue | 4 ++
10 files changed, 163 insertions(+), 16 deletions(-)
create mode 100644 src/assets/icons/modal_reImg.svg
create mode 100644 src/components/Robot/index.vue
diff --git a/components.d.ts b/components.d.ts
index d6fb45b..9398d24 100644
--- a/components.d.ts
+++ b/components.d.ts
@@ -53,6 +53,7 @@ declare module 'vue' {
NUpload: typeof import('naive-ui')['NUpload']
NUploadDragger: typeof import('naive-ui')['NUploadDragger']
Quill: typeof import('./src/components/RichEditor/Quill.vue')['default']
+ Robot: typeof import('./src/components/Robot/index.vue')['default']
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
Search: typeof import('./src/components/Search/Search.vue')['default']
diff --git a/src/assets/icons/modal_reImg.svg b/src/assets/icons/modal_reImg.svg
new file mode 100644
index 0000000..56273c1
--- /dev/null
+++ b/src/assets/icons/modal_reImg.svg
@@ -0,0 +1,61 @@
+
+
\ No newline at end of file
diff --git a/src/components/Robot/index.vue b/src/components/Robot/index.vue
new file mode 100644
index 0000000..aef8ee2
--- /dev/null
+++ b/src/components/Robot/index.vue
@@ -0,0 +1,29 @@
+
+
+