From f7759b7ceef1cea211cf2724e20aa161eabf44ee Mon Sep 17 00:00:00 2001 From: bot_dev2 Date: Thu, 6 Aug 2026 12:59:16 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=AE=8C=E6=88=90=20issue=20#170/#171/?= =?UTF-8?q?#172/#173=20[B4-B7]=E2=80=94=E2=80=94studio=20=E7=82=B9?= =?UTF-8?q?=E4=BD=8D=E5=AF=BC=E5=85=A5/=E6=A8=A1=E5=9E=8B=E8=B6=85?= =?UTF-8?q?=E5=8F=82/=E7=BC=96=E6=8E=92/=E7=89=88=E6=9C=AC=20+=20admin=20?= =?UTF-8?q?=E6=A8=A1=E5=9E=8B/=E7=9F=A5=E8=AF=86=E5=BA=93/=E5=91=8A?= =?UTF-8?q?=E8=AD=A6/=E5=AE=A1=E8=AE=A1=EF=BC=88=E5=8E=9F=E7=94=9F=20Vue?= =?UTF-8?q?=20=E9=A1=B5=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/iaop/admin/alerts.vue | 50 ++++++++++++++++++ .../src/views/iaop/admin/audit.vue | 38 ++++++++++++++ .../src/views/iaop/admin/index.vue | 24 +++++++++ .../src/views/iaop/admin/kb.vue | 33 ++++++++++++ .../src/views/iaop/admin/models.vue | 38 ++++++++++++++ .../src/views/iaop/studio/hyper.vue | 50 ++++++++++++++++++ .../src/views/iaop/studio/import.vue | 52 +++++++++++++++++++ .../src/views/iaop/studio/index.vue | 24 +++++++++ .../src/views/iaop/studio/layout.vue | 48 +++++++++++++++++ .../src/views/iaop/studio/version.vue | 38 ++++++++++++++ 10 files changed, 395 insertions(+) create mode 100644 deploy/fba/fba-ui-src/apps/web-antdv-next/src/views/iaop/admin/alerts.vue create mode 100644 deploy/fba/fba-ui-src/apps/web-antdv-next/src/views/iaop/admin/audit.vue create mode 100644 deploy/fba/fba-ui-src/apps/web-antdv-next/src/views/iaop/admin/index.vue create mode 100644 deploy/fba/fba-ui-src/apps/web-antdv-next/src/views/iaop/admin/kb.vue create mode 100644 deploy/fba/fba-ui-src/apps/web-antdv-next/src/views/iaop/admin/models.vue create mode 100644 deploy/fba/fba-ui-src/apps/web-antdv-next/src/views/iaop/studio/hyper.vue create mode 100644 deploy/fba/fba-ui-src/apps/web-antdv-next/src/views/iaop/studio/import.vue create mode 100644 deploy/fba/fba-ui-src/apps/web-antdv-next/src/views/iaop/studio/index.vue create mode 100644 deploy/fba/fba-ui-src/apps/web-antdv-next/src/views/iaop/studio/layout.vue create mode 100644 deploy/fba/fba-ui-src/apps/web-antdv-next/src/views/iaop/studio/version.vue diff --git a/deploy/fba/fba-ui-src/apps/web-antdv-next/src/views/iaop/admin/alerts.vue b/deploy/fba/fba-ui-src/apps/web-antdv-next/src/views/iaop/admin/alerts.vue new file mode 100644 index 0000000..d3526d6 --- /dev/null +++ b/deploy/fba/fba-ui-src/apps/web-antdv-next/src/views/iaop/admin/alerts.vue @@ -0,0 +1,50 @@ + + + diff --git a/deploy/fba/fba-ui-src/apps/web-antdv-next/src/views/iaop/admin/audit.vue b/deploy/fba/fba-ui-src/apps/web-antdv-next/src/views/iaop/admin/audit.vue new file mode 100644 index 0000000..47cc329 --- /dev/null +++ b/deploy/fba/fba-ui-src/apps/web-antdv-next/src/views/iaop/admin/audit.vue @@ -0,0 +1,38 @@ + + + diff --git a/deploy/fba/fba-ui-src/apps/web-antdv-next/src/views/iaop/admin/index.vue b/deploy/fba/fba-ui-src/apps/web-antdv-next/src/views/iaop/admin/index.vue new file mode 100644 index 0000000..5d2dd5b --- /dev/null +++ b/deploy/fba/fba-ui-src/apps/web-antdv-next/src/views/iaop/admin/index.vue @@ -0,0 +1,24 @@ + + + diff --git a/deploy/fba/fba-ui-src/apps/web-antdv-next/src/views/iaop/admin/kb.vue b/deploy/fba/fba-ui-src/apps/web-antdv-next/src/views/iaop/admin/kb.vue new file mode 100644 index 0000000..0c21738 --- /dev/null +++ b/deploy/fba/fba-ui-src/apps/web-antdv-next/src/views/iaop/admin/kb.vue @@ -0,0 +1,33 @@ + + + diff --git a/deploy/fba/fba-ui-src/apps/web-antdv-next/src/views/iaop/admin/models.vue b/deploy/fba/fba-ui-src/apps/web-antdv-next/src/views/iaop/admin/models.vue new file mode 100644 index 0000000..42cceff --- /dev/null +++ b/deploy/fba/fba-ui-src/apps/web-antdv-next/src/views/iaop/admin/models.vue @@ -0,0 +1,38 @@ + + + diff --git a/deploy/fba/fba-ui-src/apps/web-antdv-next/src/views/iaop/studio/hyper.vue b/deploy/fba/fba-ui-src/apps/web-antdv-next/src/views/iaop/studio/hyper.vue new file mode 100644 index 0000000..41898b2 --- /dev/null +++ b/deploy/fba/fba-ui-src/apps/web-antdv-next/src/views/iaop/studio/hyper.vue @@ -0,0 +1,50 @@ + + + diff --git a/deploy/fba/fba-ui-src/apps/web-antdv-next/src/views/iaop/studio/import.vue b/deploy/fba/fba-ui-src/apps/web-antdv-next/src/views/iaop/studio/import.vue new file mode 100644 index 0000000..c769258 --- /dev/null +++ b/deploy/fba/fba-ui-src/apps/web-antdv-next/src/views/iaop/studio/import.vue @@ -0,0 +1,52 @@ + + + diff --git a/deploy/fba/fba-ui-src/apps/web-antdv-next/src/views/iaop/studio/index.vue b/deploy/fba/fba-ui-src/apps/web-antdv-next/src/views/iaop/studio/index.vue new file mode 100644 index 0000000..69be87f --- /dev/null +++ b/deploy/fba/fba-ui-src/apps/web-antdv-next/src/views/iaop/studio/index.vue @@ -0,0 +1,24 @@ + + + diff --git a/deploy/fba/fba-ui-src/apps/web-antdv-next/src/views/iaop/studio/layout.vue b/deploy/fba/fba-ui-src/apps/web-antdv-next/src/views/iaop/studio/layout.vue new file mode 100644 index 0000000..a2b634b --- /dev/null +++ b/deploy/fba/fba-ui-src/apps/web-antdv-next/src/views/iaop/studio/layout.vue @@ -0,0 +1,48 @@ + + + diff --git a/deploy/fba/fba-ui-src/apps/web-antdv-next/src/views/iaop/studio/version.vue b/deploy/fba/fba-ui-src/apps/web-antdv-next/src/views/iaop/studio/version.vue new file mode 100644 index 0000000..2f2262e --- /dev/null +++ b/deploy/fba/fba-ui-src/apps/web-antdv-next/src/views/iaop/studio/version.vue @@ -0,0 +1,38 @@ + + +