diff --git a/electron/resources/extra/win/scrcpy/SDL2.dll b/electron/resources/extra/win/scrcpy/SDL2.dll index e26bcb1c..bdfc4ea3 100755 Binary files a/electron/resources/extra/win/scrcpy/SDL2.dll and b/electron/resources/extra/win/scrcpy/SDL2.dll differ diff --git a/electron/resources/extra/win/scrcpy/avcodec-60.dll b/electron/resources/extra/win/scrcpy/avcodec-60.dll index be520ff8..8081d14c 100755 Binary files a/electron/resources/extra/win/scrcpy/avcodec-60.dll and b/electron/resources/extra/win/scrcpy/avcodec-60.dll differ diff --git a/electron/resources/extra/win/scrcpy/avformat-60.dll b/electron/resources/extra/win/scrcpy/avformat-60.dll index ea6791d7..6dd3180c 100755 Binary files a/electron/resources/extra/win/scrcpy/avformat-60.dll and b/electron/resources/extra/win/scrcpy/avformat-60.dll differ diff --git a/electron/resources/extra/win/scrcpy/avutil-58.dll b/electron/resources/extra/win/scrcpy/avutil-58.dll index 608fd267..39216ad9 100755 Binary files a/electron/resources/extra/win/scrcpy/avutil-58.dll and b/electron/resources/extra/win/scrcpy/avutil-58.dll differ diff --git a/electron/resources/extra/win/scrcpy/libusb-1.0.dll b/electron/resources/extra/win/scrcpy/libusb-1.0.dll index e57576a5..6dd37d54 100755 Binary files a/electron/resources/extra/win/scrcpy/libusb-1.0.dll and b/electron/resources/extra/win/scrcpy/libusb-1.0.dll differ diff --git a/electron/resources/extra/win/scrcpy/scrcpy-server b/electron/resources/extra/win/scrcpy/scrcpy-server index f02cace9..1d867f8d 100755 Binary files a/electron/resources/extra/win/scrcpy/scrcpy-server and b/electron/resources/extra/win/scrcpy/scrcpy-server differ diff --git a/electron/resources/extra/win/scrcpy/scrcpy.exe b/electron/resources/extra/win/scrcpy/scrcpy.exe index 6f19f361..caa5468d 100755 Binary files a/electron/resources/extra/win/scrcpy/scrcpy.exe and b/electron/resources/extra/win/scrcpy/scrcpy.exe differ diff --git a/electron/resources/extra/win/scrcpy/swresample-4.dll b/electron/resources/extra/win/scrcpy/swresample-4.dll index 29915d6a..0117eb7f 100755 Binary files a/electron/resources/extra/win/scrcpy/swresample-4.dll and b/electron/resources/extra/win/scrcpy/swresample-4.dll differ diff --git a/src/components/Device/components/Terminal/components/TerminalDialog/index.vue b/src/components/Device/components/Terminal/components/TerminalDialog/index.vue index a605294c..9a4cd604 100644 --- a/src/components/Device/components/Terminal/components/TerminalDialog/index.vue +++ b/src/components/Device/components/Terminal/components/TerminalDialog/index.vue @@ -8,7 +8,7 @@ @open="onOpen" > @@ -148,3 +148,12 @@ export default { }, } + + diff --git a/src/components/Preference/components/KeyboardInjectSelect/index.vue b/src/components/Preference/components/KeyboardInjectSelect/index.vue new file mode 100644 index 00000000..c87f8033 --- /dev/null +++ b/src/components/Preference/components/KeyboardInjectSelect/index.vue @@ -0,0 +1,64 @@ + + + + + diff --git a/src/components/Preference/components/LanguageSelect/index.vue b/src/components/Preference/components/LanguageSelect/index.vue index 02236485..c8f191c9 100644 --- a/src/components/Preference/components/LanguageSelect/index.vue +++ b/src/components/Preference/components/LanguageSelect/index.vue @@ -11,6 +11,7 @@ :key="index" :label="$t(item.label)" :value="item.value" + :title="$t(item.placeholder || item.label)" > diff --git a/src/components/Preference/index.vue b/src/components/Preference/index.vue index 0399bf26..47169e1b 100644 --- a/src/components/Preference/index.vue +++ b/src/components/Preference/index.vue @@ -21,13 +21,13 @@ @@ -44,16 +44,16 @@
- {{ $t("preferences.config.import.name") }} + {{ $t('preferences.config.import.name') }} - {{ $t("preferences.config.export.name") }} + {{ $t('preferences.config.export.name') }} - {{ $t("preferences.config.edit.name") }} + {{ $t('preferences.config.edit.name') }} - {{ $t("preferences.config.reset.name") }} + {{ $t('preferences.config.reset.name') }}
@@ -78,7 +78,7 @@
- {{ $t("preferences.reset") }} + {{ $t('preferences.reset') }}
@@ -170,6 +170,7 @@ :key="index_2" :label="$t(item_2.label)" :value="item_2.value" + :title="$t(item_2.placeholder || item_2.label)" > @@ -196,15 +197,19 @@