From b6dc935b17139063bd8c1648c2d7274960c6ed9f Mon Sep 17 00:00:00 2001 From: aixianling Date: Wed, 7 Dec 2022 18:57:37 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E4=B8=80=E9=83=A8=E5=88=86?= =?UTF-8?q?=E6=B0=91=E6=94=BF=E8=AF=84=E5=88=86=E6=96=B0=E7=89=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/AiDrawer.vue | 59 +++++++ src/components/AiGroup.vue | 9 +- src/components/pages/sealDrawer.vue | 147 ++++++++++++++++++ .../hljmz/AppRecoScore/AppRecoScore.vue | 36 ++++- src/project/hljmz/AppRecoScore/astDetail.vue | 108 ------------- .../hljmz/AppRecoScore/lib/dynaComponent.vue | 38 +++++ src/project/hljmz/AppRecoScore/rsDetail.vue | 147 ++++++++++++++++++ 7 files changed, 426 insertions(+), 118 deletions(-) create mode 100644 src/components/AiDrawer.vue create mode 100644 src/components/pages/sealDrawer.vue delete mode 100644 src/project/hljmz/AppRecoScore/astDetail.vue create mode 100644 src/project/hljmz/AppRecoScore/lib/dynaComponent.vue create mode 100644 src/project/hljmz/AppRecoScore/rsDetail.vue diff --git a/src/components/AiDrawer.vue b/src/components/AiDrawer.vue new file mode 100644 index 00000000..732d7284 --- /dev/null +++ b/src/components/AiDrawer.vue @@ -0,0 +1,59 @@ + + + + + diff --git a/src/components/AiGroup.vue b/src/components/AiGroup.vue index 7ccd4891..a17fbd19 100644 --- a/src/components/AiGroup.vue +++ b/src/components/AiGroup.vue @@ -1,5 +1,5 @@