目录结构调整

This commit is contained in:
fofolee
2024-12-20 13:42:54 +08:00
parent b191cca77e
commit 129375ff20
13 changed files with 228 additions and 255 deletions

View File

@@ -238,9 +238,9 @@
<script>
import { defineAsyncComponent } from "vue";
import quickcommandParser from "../js/common/quickcommandParser.js";
import importAll from "../js/common/importAll.js";
import changeLog from "../js/options/changeLog.js";
import quickcommandParser from "js/common/quickcommandParser.js";
import importAll from "js/common/importAll.js";
import changeLog from "js/options/changeLog.js";
import pinyinMatch from "pinyin-match";
import CommandCard from "components/CommandCard";
import CommandEditor from "components/CommandEditor";

View File

@@ -80,7 +80,7 @@
</template>
<script>
import MonacoEditor from "components/MonacoEditor";
import MonacoEditor from "components/editor/MonacoEditor";
export default {
components: { MonacoEditor },

View File

@@ -125,7 +125,7 @@
</template>
<script>
import commandTypes from "../js/options/commandTypes.js";
import commandTypes from "js/options/commandTypes.js";
export default {
data() {