diff --git a/package.json b/package.json index ab52939..4b2561b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "media_player_client", - "version": "1.4.2", + "version": "1.4.3", "description": "A Quasar Framework app", "productName": "MediaPlayerClient", "author": "fangxiang ", diff --git a/public/new_icon/edit_window_rect.png b/public/new_icon/edit_window_rect.png new file mode 100644 index 0000000..6f83699 Binary files /dev/null and b/public/new_icon/edit_window_rect.png differ diff --git a/public/pad/toolbar/edit_rect.png b/public/pad/toolbar/edit_window_rect.png similarity index 100% rename from public/pad/toolbar/edit_rect.png rename to public/pad/toolbar/edit_window_rect.png diff --git a/src/components/PollingSettingDialog.vue b/src/components/PollingSettingDialog.vue index 3ac64ad..075ae79 100644 --- a/src/components/PollingSettingDialog.vue +++ b/src/components/PollingSettingDialog.vue @@ -326,7 +326,7 @@ export default defineComponent({ }, addRow() { datas.value.push({ - key: "operator_signal_source", + key: "operator_play_signal_source", value: GlobalData.getInstance().signal_source[0].uuid, }); diff --git a/src/components/SystemSettingDialog.vue b/src/components/SystemSettingDialog.vue index bee221b..a5eee6a 100644 --- a/src/components/SystemSettingDialog.vue +++ b/src/components/SystemSettingDialog.vue @@ -944,22 +944,22 @@ export default defineComponent({ label: "270°", value: 3, }, - { - label: $t.t("horizontal flipped"), - value: 4, - }, - { - label: $t.t("horizontal flipped") + "90°", - value: 5, - }, - { - label: $t.t("horizontal flipped") + "180°", - value: 6, - }, - { - label: $t.t("horizontal flipped") + "270°", - value: 7, - }, + // { + // label: $t.t("horizontal flipped"), + // value: 4, + // }, + // { + // label: $t.t("horizontal flipped") + "90°", + // value: 5, + // }, + // { + // label: $t.t("horizontal flipped") + "180°", + // value: 6, + // }, + // { + // label: $t.t("horizontal flipped") + "270°", + // value: 7, + // }, ]); let device_resolution_type = ref("EDID"); let device_resolution_type_options = ref([ diff --git a/src/i18n/en-US/index.ts b/src/i18n/en-US/index.ts index f76ddff..eec29a4 100644 --- a/src/i18n/en-US/index.ts +++ b/src/i18n/en-US/index.ts @@ -19,6 +19,7 @@ export default { close: "Close", logout: "Logout", "window rect": "Window Size", + "toolbar edit window rect": "Window Size", "edit window rect": "Window Size Adjust", "set the window rectangle beyond the desktop rectangle, the window rectangle will be clipped, are you sure to use this window rectangle": "if the window size exceeds the desktop size, the window size will be clipped. Are you sure to use this window size", diff --git a/src/i18n/zh-CN/index.ts b/src/i18n/zh-CN/index.ts index 4b6bcb4..db5cf43 100644 --- a/src/i18n/zh-CN/index.ts +++ b/src/i18n/zh-CN/index.ts @@ -496,4 +496,6 @@ export default { function: "功能", commit: "提交", "set device function": "设置设备功能成功", + operator_play_signal_source: "信号源", + "toolbar edit window rect": "窗口大小", }; diff --git a/src/pad/TopToolbar.vue b/src/pad/TopToolbar.vue index 964ebac..16cc7ca 100644 --- a/src/pad/TopToolbar.vue +++ b/src/pad/TopToolbar.vue @@ -67,6 +67,7 @@ :label="$t('win lower')" @click="lowerWindow" /> + + + + +