From 522b19727943508221bd85cc5b1da8c9be99a498 Mon Sep 17 00:00:00 2001 From: liuye Date: Tue, 17 Oct 2023 13:57:46 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AF=9D=E9=A2=98=E8=AE=BE=E7=BD=AE=EF=BC=8C?= =?UTF-8?q?=E7=B2=BE=E9=80=89=E5=8A=A8=E6=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- project/lulong/AppDynamic/AppDynamic.vue | 64 ++++++++ .../lulong/AppDynamic/components/Detail.vue | 110 +++++++++++++ project/lulong/AppDynamic/components/List.vue | 144 ++++++++++++++++++ .../lulong/AppSubjectSet/AppSubjectSet.vue | 70 +++++++++ .../lulong/AppSubjectSet/components/Add.vue | 128 ++++++++++++++++ .../lulong/AppSubjectSet/components/List.vue | 144 ++++++++++++++++++ 6 files changed, 660 insertions(+) create mode 100644 project/lulong/AppDynamic/AppDynamic.vue create mode 100644 project/lulong/AppDynamic/components/Detail.vue create mode 100644 project/lulong/AppDynamic/components/List.vue create mode 100644 project/lulong/AppSubjectSet/AppSubjectSet.vue create mode 100644 project/lulong/AppSubjectSet/components/Add.vue create mode 100644 project/lulong/AppSubjectSet/components/List.vue diff --git a/project/lulong/AppDynamic/AppDynamic.vue b/project/lulong/AppDynamic/AppDynamic.vue new file mode 100644 index 00000000..69e2fb43 --- /dev/null +++ b/project/lulong/AppDynamic/AppDynamic.vue @@ -0,0 +1,64 @@ + + + + + diff --git a/project/lulong/AppDynamic/components/Detail.vue b/project/lulong/AppDynamic/components/Detail.vue new file mode 100644 index 00000000..6fe1e8ef --- /dev/null +++ b/project/lulong/AppDynamic/components/Detail.vue @@ -0,0 +1,110 @@ + + + + + diff --git a/project/lulong/AppDynamic/components/List.vue b/project/lulong/AppDynamic/components/List.vue new file mode 100644 index 00000000..6b2917a8 --- /dev/null +++ b/project/lulong/AppDynamic/components/List.vue @@ -0,0 +1,144 @@ + + + + + diff --git a/project/lulong/AppSubjectSet/AppSubjectSet.vue b/project/lulong/AppSubjectSet/AppSubjectSet.vue new file mode 100644 index 00000000..5124d1ac --- /dev/null +++ b/project/lulong/AppSubjectSet/AppSubjectSet.vue @@ -0,0 +1,70 @@ + + + + + diff --git a/project/lulong/AppSubjectSet/components/Add.vue b/project/lulong/AppSubjectSet/components/Add.vue new file mode 100644 index 00000000..40766486 --- /dev/null +++ b/project/lulong/AppSubjectSet/components/Add.vue @@ -0,0 +1,128 @@ + + + + + diff --git a/project/lulong/AppSubjectSet/components/List.vue b/project/lulong/AppSubjectSet/components/List.vue new file mode 100644 index 00000000..44a15ebc --- /dev/null +++ b/project/lulong/AppSubjectSet/components/List.vue @@ -0,0 +1,144 @@ + + + + +