From 523ef9ce7b29daf2ea80ea14c27f6ef4143649bc Mon Sep 17 00:00:00 2001 From: hongxilin <17663930442@163.com> Date: Fri, 14 Mar 2025 13:12:25 +0800 Subject: [PATCH] =?UTF-8?q?AI=E5=B0=8F=E8=B4=A2=E7=A5=9E=E6=A1=86=E6=9E=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/AIchat.vue | 201 +++++++++++++++++++++ src/views/AIfind.vue | 84 +++++++++ src/views/homePage.vue | 468 +++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 753 insertions(+) create mode 100644 src/views/AIchat.vue create mode 100644 src/views/AIfind.vue create mode 100644 src/views/homePage.vue diff --git a/src/views/AIchat.vue b/src/views/AIchat.vue new file mode 100644 index 0000000..abcfd5e --- /dev/null +++ b/src/views/AIchat.vue @@ -0,0 +1,201 @@ + + + + + + + + + + + + {{ news.title }} + + + + + {{ news.title }} + + + + + + + + + {{ msg.content }} + + + + + + {{ currentNews.content }} + + + + + \ No newline at end of file diff --git a/src/views/AIfind.vue b/src/views/AIfind.vue new file mode 100644 index 0000000..661552d --- /dev/null +++ b/src/views/AIfind.vue @@ -0,0 +1,84 @@ + + + + + + {{ news.title }} + + + + 【 + 每日复盘 + 】 即将上线, + + 敬请期待! + + + + + + {{ currentNews.content }} + + + + \ No newline at end of file diff --git a/src/views/homePage.vue b/src/views/homePage.vue new file mode 100644 index 0000000..ef21f37 --- /dev/null +++ b/src/views/homePage.vue @@ -0,0 +1,468 @@ + + + + + + + + + + + + + + + + + 1000次 + + + + + + + + + + + + {{ tab.label }} + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file
{{ currentNews.content }}