From f7c76c012fd17c9b415bda3157a1f885a4fe551b Mon Sep 17 00:00:00 2001 From: wangdan-fit2cloud <79562285+wangdan-fit2cloud@users.noreply.github.com> Date: Tue, 23 May 2023 21:40:03 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=BA=94=E7=94=A8=E5=95=86=E5=BA=97?= =?UTF-8?q?=E5=85=BC=E5=AE=B9=E7=A7=BB=E5=8A=A8=E7=AB=AF=20(#1119)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit #### What this PR does / why we need it? #### Summary of your change #### Please indicate you've done the following: - [ ] Made sure tests are passing and test coverage is added if needed. - [ ] Made sure commit message follow the rule of [Conventional Commits specification](https://www.conventionalcommits.org/). - [ ] Considered the docs impact and opened a new docs issue or PR with docs changes if needed. --- frontend/src/layout/index copy.vue | 82 ------------------- frontend/src/layout/index.vue | 71 +++++++++++++++- frontend/src/styles/moblie.scss | 28 +++++++ frontend/src/views/app-store/apps/index.vue | 12 +-- .../src/views/app-store/installed/index.vue | 8 +- frontend/src/views/website/website/index.vue | 4 +- 6 files changed, 107 insertions(+), 98 deletions(-) delete mode 100644 frontend/src/layout/index copy.vue diff --git a/frontend/src/layout/index copy.vue b/frontend/src/layout/index copy.vue deleted file mode 100644 index 341543cd4..000000000 --- a/frontend/src/layout/index copy.vue +++ /dev/null @@ -1,82 +0,0 @@ - - diff --git a/frontend/src/layout/index.vue b/frontend/src/layout/index.vue index a5f128331..2684d999d 100644 --- a/frontend/src/layout/index.vue +++ b/frontend/src/layout/index.vue @@ -1,7 +1,7 @@