From c74f03dff6ed9eb2ffa7e928e2ee7825019fc679 Mon Sep 17 00:00:00 2001 From: viarotel Date: Fri, 3 Nov 2023 14:41:46 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=90=9B=20Linux=20build=20error?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vscode/settings.json | 4 +- .../AudioCodecSelect/index.vue | 0 .../{ => components}/DisplaySelect/index.vue | 0 .../{ => components}/LanguageSelect/index.vue | 0 .../{ => components}/PathInput/index.vue | 0 .../VideoCodecSelect/index.vue | 0 .../OTG => composables/otg}/index.js | 0 src/components/Preference/index.bak.vue | 376 ------------------ src/components/Preference/index.vue | 12 +- 9 files changed, 9 insertions(+), 383 deletions(-) rename src/components/Preference/{ => components}/AudioCodecSelect/index.vue (100%) rename src/components/Preference/{ => components}/DisplaySelect/index.vue (100%) rename src/components/Preference/{ => components}/LanguageSelect/index.vue (100%) rename src/components/Preference/{ => components}/PathInput/index.vue (100%) rename src/components/Preference/{ => components}/VideoCodecSelect/index.vue (100%) rename src/components/Preference/{__composables__/OTG => composables/otg}/index.js (100%) delete mode 100644 src/components/Preference/index.bak.vue diff --git a/.vscode/settings.json b/.vscode/settings.json index 338d9be0..f105df49 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -54,6 +54,8 @@ "\r\n Supported by\r\n\r\n ", "Viarotel", "\r\n\r\n v{{ version }}\r\n ", - "pair ${this.formData.host}:${this.formData.port} ${this.formData.pair}" + "pair ${this.formData.host}:${this.formData.port} ${this.formData.pair}", + "${item.decoder} & ${item.encoder}", + " & " ] } diff --git a/src/components/Preference/AudioCodecSelect/index.vue b/src/components/Preference/components/AudioCodecSelect/index.vue similarity index 100% rename from src/components/Preference/AudioCodecSelect/index.vue rename to src/components/Preference/components/AudioCodecSelect/index.vue diff --git a/src/components/Preference/DisplaySelect/index.vue b/src/components/Preference/components/DisplaySelect/index.vue similarity index 100% rename from src/components/Preference/DisplaySelect/index.vue rename to src/components/Preference/components/DisplaySelect/index.vue diff --git a/src/components/Preference/LanguageSelect/index.vue b/src/components/Preference/components/LanguageSelect/index.vue similarity index 100% rename from src/components/Preference/LanguageSelect/index.vue rename to src/components/Preference/components/LanguageSelect/index.vue diff --git a/src/components/Preference/PathInput/index.vue b/src/components/Preference/components/PathInput/index.vue similarity index 100% rename from src/components/Preference/PathInput/index.vue rename to src/components/Preference/components/PathInput/index.vue diff --git a/src/components/Preference/VideoCodecSelect/index.vue b/src/components/Preference/components/VideoCodecSelect/index.vue similarity index 100% rename from src/components/Preference/VideoCodecSelect/index.vue rename to src/components/Preference/components/VideoCodecSelect/index.vue diff --git a/src/components/Preference/__composables__/OTG/index.js b/src/components/Preference/composables/otg/index.js similarity index 100% rename from src/components/Preference/__composables__/OTG/index.js rename to src/components/Preference/composables/otg/index.js diff --git a/src/components/Preference/index.bak.vue b/src/components/Preference/index.bak.vue deleted file mode 100644 index bfee5ab7..00000000 --- a/src/components/Preference/index.bak.vue +++ /dev/null @@ -1,376 +0,0 @@ - - - - - diff --git a/src/components/Preference/index.vue b/src/components/Preference/index.vue index f2eafeca..e71b9dd9 100644 --- a/src/components/Preference/index.vue +++ b/src/components/Preference/index.vue @@ -193,12 +193,12 @@