From c28a0e67948bcb76c3b85efacad3fdbbea7ade2d Mon Sep 17 00:00:00 2001 From: shijingjing <1789544664@qq.com> Date: Sun, 24 Apr 2022 11:38:19 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=A3=E4=BC=A0=E8=B5=84=E8=AE=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/AppInfotainment/AppInfotainment.vue | 57 ++++++++ src/apps/AppInfotainment/detail.vue | 59 ++++++++ src/apps/AppInfotainment/projectList.vue | 145 +++++++++++++++++++ 3 files changed, 261 insertions(+) create mode 100644 src/apps/AppInfotainment/AppInfotainment.vue create mode 100644 src/apps/AppInfotainment/detail.vue create mode 100644 src/apps/AppInfotainment/projectList.vue diff --git a/src/apps/AppInfotainment/AppInfotainment.vue b/src/apps/AppInfotainment/AppInfotainment.vue new file mode 100644 index 00000000..f50d1cfb --- /dev/null +++ b/src/apps/AppInfotainment/AppInfotainment.vue @@ -0,0 +1,57 @@ + + + + + \ No newline at end of file diff --git a/src/apps/AppInfotainment/detail.vue b/src/apps/AppInfotainment/detail.vue new file mode 100644 index 00000000..f0d6ba2d --- /dev/null +++ b/src/apps/AppInfotainment/detail.vue @@ -0,0 +1,59 @@ + + + + + \ No newline at end of file diff --git a/src/apps/AppInfotainment/projectList.vue b/src/apps/AppInfotainment/projectList.vue new file mode 100644 index 00000000..bdf1eb72 --- /dev/null +++ b/src/apps/AppInfotainment/projectList.vue @@ -0,0 +1,145 @@ + + + + + \ No newline at end of file