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 @@
- options
+
\ 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 @@
-
-
-
- 哈哈,让你发现了
-
-
- 不过这里什么都没有
-
-
-
-
-
-
-