From 2ad5bf6e6019e839948266f43d3040d945069a02 Mon Sep 17 00:00:00 2001 From: xu_yanfeng Date: Mon, 8 Jan 2024 19:53:51 +0800 Subject: [PATCH] =?UTF-8?q?options=E7=A7=BB=E6=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views}/options/cocos.png | Bin cc-inspector/src/views/options/index.vue | 23 ++++++++--- source/src/index.less | 18 --------- source/src/options/index.ts | 10 ----- source/src/options/index.vue | 38 ------------------ 5 files changed, 17 insertions(+), 72 deletions(-) rename {source/src => cc-inspector/src/views}/options/cocos.png (100%) delete mode 100644 source/src/index.less delete mode 100644 source/src/options/index.ts delete mode 100644 source/src/options/index.vue diff --git a/source/src/options/cocos.png b/cc-inspector/src/views/options/cocos.png similarity index 100% rename from source/src/options/cocos.png rename to cc-inspector/src/views/options/cocos.png diff --git a/cc-inspector/src/views/options/index.vue b/cc-inspector/src/views/options/index.vue index 8547214..5f1d639 100644 --- a/cc-inspector/src/views/options/index.vue +++ b/cc-inspector/src/views/options/index.vue @@ -1,5 +1,8 @@ \ No newline at end of file + diff --git a/source/src/index.less b/source/src/index.less deleted file mode 100644 index 4e761fc..0000000 --- a/source/src/index.less +++ /dev/null @@ -1,18 +0,0 @@ -.layout { - display: flex; - - &.vertical { - display: flex; - flex-direction: column; - } - - &.horizontal { - display: flex; - flex-direction: row; - - } -} - -.flex1 { - flex: 1; -} diff --git a/source/src/options/index.ts b/source/src/options/index.ts deleted file mode 100644 index 43b3b22..0000000 --- a/source/src/options/index.ts +++ /dev/null @@ -1,10 +0,0 @@ -import Vue from "vue"; -import App from "./index.vue"; -import "element-ui/lib/theme-chalk/index.css" -import ElementUI from "element-ui"; - -Vue.config.productionTip = false; -Vue.use(ElementUI, {size: "mini"}); -new Vue({ - render: (h) => h(App), -}).$mount("#app"); diff --git a/source/src/options/index.vue b/source/src/options/index.vue deleted file mode 100644 index 3e46420..0000000 --- a/source/src/options/index.vue +++ /dev/null @@ -1,38 +0,0 @@ - - - - -