From bc60eb9b3e763197de3014cd7fa9e4f42179d0f1 Mon Sep 17 00:00:00 2001 From: fofolee Date: Sat, 16 Apr 2022 22:34:33 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BC=B9=E7=AA=97=E7=BB=84=E4=BB=B6=E5=BD=92?= =?UTF-8?q?=E7=B1=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/CommandSideBar.vue | 2 +- src/components/ConfigurationMenu.vue | 6 +++--- src/components/{ => popup}/AboutThis.vue | 0 src/components/{ => popup}/IconPicker.vue | 0 src/components/{ => popup}/PanelSetting.vue | 2 +- src/components/{ => popup}/UserInfo.vue | 0 6 files changed, 5 insertions(+), 5 deletions(-) rename src/components/{ => popup}/AboutThis.vue (100%) rename src/components/{ => popup}/IconPicker.vue (100%) rename src/components/{ => popup}/PanelSetting.vue (97%) rename src/components/{ => popup}/UserInfo.vue (100%) diff --git a/src/components/CommandSideBar.vue b/src/components/CommandSideBar.vue index 6544f60..e57a066 100644 --- a/src/components/CommandSideBar.vue +++ b/src/components/CommandSideBar.vue @@ -270,7 +270,7 @@ import commandTypes from "../js/options/commandTypes.js"; import outputTypes from "../js/options/outputTypes.js"; import specialVars from "../js/options/specialVars.js"; import platformTypes from "../js/options/platformTypes.js"; -import iconPicker from "components/IconPicker.vue"; +import iconPicker from "components/popup/IconPicker.vue"; let commandTypesOptions = Object.values(commandTypes); export default { diff --git a/src/components/ConfigurationMenu.vue b/src/components/ConfigurationMenu.vue index e5864a9..4d28f5a 100644 --- a/src/components/ConfigurationMenu.vue +++ b/src/components/ConfigurationMenu.vue @@ -292,9 +292,9 @@