结构调整

This commit is contained in:
fofolee
2022-04-08 10:26:32 +08:00
parent 001897ad48
commit cfd7f2f884
12 changed files with 23 additions and 12 deletions

View File

@@ -191,11 +191,11 @@
</template>
<script>
import quickcommandParser from "../js/quickcommandParser.js";
import quickcommandParser from "../js/common/quickcommandParser.js";
import CommandCard from "components/CommandCard";
import CommandEditor from "components/CommandEditor.vue";
import ConfigurationMenu from "components/ConfigurationMenu.vue";
import importAll from "../js/importAll.js";
import importAll from "../js/common/importAll.js";
// 默认命令
let defaultCommands = importAll(require.context("../json/", false, /\.json$/));