From aa58df8118c6877a36f9c0ded1168da559b99c07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=B9=E7=91=9E?= Date: Tue, 2 Jul 2024 09:03:23 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=8F=9C=E5=8D=95=E6=A8=A1?= =?UTF-8?q?=E5=BC=8F=20=E5=A2=9E=E5=8A=A0=E5=B7=A5=E4=BD=9C=E5=8F=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/iconLibrary/demo.css | 1 - public/iconLibrary/demo_index.html | 880 +++++++++++++++++- public/iconLibrary/iconfont.css | 152 +++ public/iconLibrary/iconfont.js | 2 +- public/iconLibrary/iconfont.json | 266 ++++++ public/iconLibrary/iconfont.ttf | Bin 9096 -> 22344 bytes public/iconLibrary/iconfont.woff | Bin 4980 -> 13404 bytes public/iconLibrary/iconfont.woff2 | Bin 4220 -> 11604 bytes src/assets/fonts/demo.css | 1 - src/assets/fonts/demo_index.html | 880 +++++++++++++++++- src/assets/fonts/iconfont.css | 152 +++ src/assets/fonts/iconfont.js | 2 +- src/assets/fonts/iconfont.json | 266 ++++++ src/assets/fonts/iconfont.ttf | Bin 9096 -> 22344 bytes src/assets/fonts/iconfont.woff | Bin 4980 -> 13404 bytes src/assets/fonts/iconfont.woff2 | Bin 4220 -> 11604 bytes src/layout/components/AppMain.vue | 39 +- src/layout/components/NewMenu/index.vue | 413 ++++++++ .../components/TagsView/images/矩形@2x.png | Bin 0 -> 1794 bytes src/layout/components/TagsView/index.vue | 434 +++++---- src/layout/components/index.js | 1 + src/layout/index.vue | 96 +- src/layout/index_v3.vue | 199 ++++ src/router/index.js | 430 ++++----- src/store/modules/settings.js | 3 +- src/store/modules/tagsView.js | 6 + src/views/applicationList/applicationAdd.vue | 375 ++++---- src/views/newVersionView/Workbench/index.vue | 157 ++++ src/views/newVersionView/logo1.png | Bin 0 -> 20126 bytes .../menuManagement/configData.js | 130 +-- .../menuManagement/index.vue | 423 ++++++--- 31 files changed, 4496 insertions(+), 812 deletions(-) create mode 100644 src/layout/components/NewMenu/index.vue create mode 100644 src/layout/components/TagsView/images/矩形@2x.png create mode 100644 src/layout/index_v3.vue create mode 100644 src/views/newVersionView/Workbench/index.vue create mode 100644 src/views/newVersionView/logo1.png diff --git a/public/iconLibrary/demo.css b/public/iconLibrary/demo.css index a67054a..a12095e 100644 --- a/public/iconLibrary/demo.css +++ b/public/iconLibrary/demo.css @@ -7,7 +7,6 @@ url('https://at.alicdn.com/t/font_985780_km7mi63cihi.ttf?t=1545807318834') format('truetype'), url('https://at.alicdn.com/t/font_985780_km7mi63cihi.svg?t=1545807318834#iconfont') format('svg'); } - .logo { font-family: "iconfont logo"; font-size: 160px; diff --git a/public/iconLibrary/demo_index.html b/public/iconLibrary/demo_index.html index 66da6d4..13c20f1 100644 --- a/public/iconLibrary/demo_index.html +++ b/public/iconLibrary/demo_index.html @@ -54,6 +54,234 @@