隐藏融合
This commit is contained in:
parent
05ba07b2d9
commit
19c9dbe459
|
@ -378,8 +378,7 @@ export default {
|
||||||
"please select window rotation": "Please Select Window Rotation",
|
"please select window rotation": "Please Select Window Rotation",
|
||||||
"hdmi internal": "HDMI Internal",
|
"hdmi internal": "HDMI Internal",
|
||||||
set: "Set",
|
set: "Set",
|
||||||
"hdmi audio frequency acquisition device":
|
"hdmi audio frequency acquisition device":"HDMI Audio Frequency Acquisition Device",
|
||||||
"HDMI Audio Frequency Acquisition Device",
|
|
||||||
"send command": "Send Command",
|
"send command": "Send Command",
|
||||||
"please check connection config": "Please Check Connection Config",
|
"please check connection config": "Please Check Connection Config",
|
||||||
"connection setting": "Connection Setting",
|
"connection setting": "Connection Setting",
|
||||||
|
|
|
@ -409,19 +409,7 @@
|
||||||
</q-item-section>
|
</q-item-section>
|
||||||
</q-item>
|
</q-item>
|
||||||
|
|
||||||
<q-item
|
|
||||||
clickable
|
|
||||||
v-close-popup
|
|
||||||
@click="$refs.fusion_settings_dialog.showDialog()"
|
|
||||||
>
|
|
||||||
<q-item-section avatar>
|
|
||||||
<!-- <q-icon name="devices" /> -->
|
|
||||||
<q-icon name="open_with" />
|
|
||||||
</q-item-section>
|
|
||||||
<q-item-section>
|
|
||||||
{{ $t("fusion settings") }}
|
|
||||||
</q-item-section>
|
|
||||||
</q-item>
|
|
||||||
|
|
||||||
<q-item
|
<q-item
|
||||||
clickable
|
clickable
|
||||||
|
|
|
@ -76,9 +76,8 @@ export interface StateInterface {
|
||||||
device_attribute: number;
|
device_attribute: number;
|
||||||
power_state: boolean;
|
power_state: boolean;
|
||||||
product_name: string;
|
product_name: string;
|
||||||
|
|
||||||
custom_defines: CustomDefines;
|
custom_defines: CustomDefines;
|
||||||
|
fusion_configuration:object;
|
||||||
isLedPlayer: () => boolean;
|
isLedPlayer: () => boolean;
|
||||||
isSpecialVideo: () => boolean;
|
isSpecialVideo: () => boolean;
|
||||||
//
|
//
|
||||||
|
@ -341,6 +340,7 @@ export default store(function (/* { ssrContext } */) {
|
||||||
landspace: window.innerWidth > window.innerHeight,
|
landspace: window.innerWidth > window.innerHeight,
|
||||||
device_attribute: 0,
|
device_attribute: 0,
|
||||||
power_state: false,
|
power_state: false,
|
||||||
|
fusion_configuration:{},
|
||||||
product_name: EProductNames.LED_PLAYER,
|
product_name: EProductNames.LED_PLAYER,
|
||||||
|
|
||||||
custom_defines: new CustomDefines(),
|
custom_defines: new CustomDefines(),
|
||||||
|
|
Loading…
Reference in New Issue