From 0d772dd5d849b03b013216ccefef9b623b580b35 Mon Sep 17 00:00:00 2001 From: liuye Date: Thu, 24 Aug 2023 09:47:22 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=A2=E9=BE=99=E5=B7=A1=E6=9F=A5=E4=B8=8A?= =?UTF-8?q?=E6=8A=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../AppReportAiWill/AppReportAtWill.vue | 55 ++ .../AppReportAiWill/components/Detail.vue | 590 ++++++++++++++++++ .../AppReportAiWill/components/List.vue | 245 ++++++++ .../AppReportAiWill/components/Setting.vue | 178 ++++++ 4 files changed, 1068 insertions(+) create mode 100644 project/lulong/AppReportAiWill/AppReportAtWill.vue create mode 100644 project/lulong/AppReportAiWill/components/Detail.vue create mode 100644 project/lulong/AppReportAiWill/components/List.vue create mode 100644 project/lulong/AppReportAiWill/components/Setting.vue diff --git a/project/lulong/AppReportAiWill/AppReportAtWill.vue b/project/lulong/AppReportAiWill/AppReportAtWill.vue new file mode 100644 index 00000000..fd2a6609 --- /dev/null +++ b/project/lulong/AppReportAiWill/AppReportAtWill.vue @@ -0,0 +1,55 @@ + + + + + diff --git a/project/lulong/AppReportAiWill/components/Detail.vue b/project/lulong/AppReportAiWill/components/Detail.vue new file mode 100644 index 00000000..9a696932 --- /dev/null +++ b/project/lulong/AppReportAiWill/components/Detail.vue @@ -0,0 +1,590 @@ + + + + + diff --git a/project/lulong/AppReportAiWill/components/List.vue b/project/lulong/AppReportAiWill/components/List.vue new file mode 100644 index 00000000..d19705c5 --- /dev/null +++ b/project/lulong/AppReportAiWill/components/List.vue @@ -0,0 +1,245 @@ + + + + + diff --git a/project/lulong/AppReportAiWill/components/Setting.vue b/project/lulong/AppReportAiWill/components/Setting.vue new file mode 100644 index 00000000..da87c21a --- /dev/null +++ b/project/lulong/AppReportAiWill/components/Setting.vue @@ -0,0 +1,178 @@ + + + + +