From 9d516642b0873084c1bebf198e3c89e4bc1ceff4 Mon Sep 17 00:00:00 2001 From: qingqiu <1764183241@qq.com> Date: Fri, 10 Oct 2025 18:04:59 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E9=A1=B9=E7=9B=AE=EF=BC=8C?= =?UTF-8?q?=E8=BF=9B=E8=A1=8C=E5=93=8D=E5=BA=94=E5=BC=8F=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 4 +- public/ChatDots.svg | 1 + public/chat-dot-square.svg | 1 + src/ard.vue | 135 ------- src/layout/Layout.vue | 148 ++++++-- src/rd.vue | 135 ------- src/views/answer-record/index.vue | 430 +++++++++++++++++---- src/views/interview-report/index.vue | 368 ++++++++++++++---- src/views/interview/chat.vue | 537 ++++++++++++++++++--------- src/views/interview/home.vue | 257 ++++++++++--- src/views/interview/index.vue | 357 +++++++++++++----- vite.config.js | 18 +- 12 files changed, 1656 insertions(+), 735 deletions(-) create mode 100644 public/ChatDots.svg create mode 100644 public/chat-dot-square.svg delete mode 100644 src/ard.vue delete mode 100644 src/rd.vue diff --git a/index.html b/index.html index 8388c4b..cc2c507 100644 --- a/index.html +++ b/index.html @@ -2,9 +2,9 @@ - + - Vite + Vue + AI 智能面试官 | 职位技能对话与复盘平台
diff --git a/public/ChatDots.svg b/public/ChatDots.svg new file mode 100644 index 0000000..7aeda1b --- /dev/null +++ b/public/ChatDots.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/chat-dot-square.svg b/public/chat-dot-square.svg new file mode 100644 index 0000000..3d4d0d6 --- /dev/null +++ b/public/chat-dot-square.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/ard.vue b/src/ard.vue deleted file mode 100644 index 7aa1e81..0000000 --- a/src/ard.vue +++ /dev/null @@ -1,135 +0,0 @@ - - - - - diff --git a/src/layout/Layout.vue b/src/layout/Layout.vue index 8325faa..016d37f 100644 --- a/src/layout/Layout.vue +++ b/src/layout/Layout.vue @@ -1,25 +1,18 @@ diff --git a/src/views/answer-record/index.vue b/src/views/answer-record/index.vue index 2087382..e716d87 100644 --- a/src/views/answer-record/index.vue +++ b/src/views/answer-record/index.vue @@ -1,102 +1,398 @@ - -