From 3a7244371d63dfb87024f0345ac9091125abd69e Mon Sep 17 00:00:00 2001 From: viarotel Date: Fri, 3 Nov 2023 14:48:54 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E2=99=BB=EF=B8=8F=20Optimize=20dir?= =?UTF-8?q?ectory=20structure?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vscode/settings.json | 3 +- .../ControlBar/AppInstall/index.vue | 2 +- .../ControlBar/Gnirehtet/index.vue | 2 +- .../ControlBar/Screenshot/index.vue | 2 +- .../{ => components}/ControlBar/index.vue | 0 .../LoadingIcon/index.vue | 0 .../Device/{ => components}/Remark/index.vue | 0 .../Wireless/PairDialog/index.vue | 0 .../{ => components}/Wireless/index.vue | 0 src/components/Device/index.bak.vue | 533 ------------------ src/components/Device/index.vue | 6 +- src/components/Preference/index.vue | 2 +- 12 files changed, 9 insertions(+), 541 deletions(-) rename src/components/Device/{ => components}/ControlBar/AppInstall/index.vue (97%) rename src/components/Device/{ => components}/ControlBar/Gnirehtet/index.vue (93%) rename src/components/Device/{ => components}/ControlBar/Screenshot/index.vue (96%) rename src/components/Device/{ => components}/ControlBar/index.vue (100%) rename src/components/Device/{ControlBar => components}/LoadingIcon/index.vue (100%) rename src/components/Device/{ => components}/Remark/index.vue (100%) rename src/components/Device/{ => components}/Wireless/PairDialog/index.vue (100%) rename src/components/Device/{ => components}/Wireless/index.vue (100%) delete mode 100644 src/components/Device/index.bak.vue diff --git a/.vscode/settings.json b/.vscode/settings.json index f105df4..11c6c4b 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -56,6 +56,7 @@ "\r\n\r\n v{{ version }}\r\n ", "pair ${this.formData.host}:${this.formData.port} ${this.formData.pair}", "${item.decoder} & ${item.encoder}", - " & " + " & ", + "${key}=${value}" ] } diff --git a/src/components/Device/ControlBar/AppInstall/index.vue b/src/components/Device/components/ControlBar/AppInstall/index.vue similarity index 97% rename from src/components/Device/ControlBar/AppInstall/index.vue rename to src/components/Device/components/ControlBar/AppInstall/index.vue index ecd5222..644eaf5 100644 --- a/src/components/Device/ControlBar/AppInstall/index.vue +++ b/src/components/Device/components/ControlBar/AppInstall/index.vue @@ -5,7 +5,7 @@ - - diff --git a/src/components/Device/index.vue b/src/components/Device/index.vue index ac32f5f..6c12265 100644 --- a/src/components/Device/index.vue +++ b/src/components/Device/index.vue @@ -155,9 +155,9 @@