diff --git a/components.d.ts b/components.d.ts index 768124da..c6282ce9 100644 --- a/components.d.ts +++ b/components.d.ts @@ -8,9 +8,10 @@ export {} declare module 'vue' { export interface GlobalComponents { About: typeof import('./src/components/About/index.vue')['default'] - AppInstall: typeof import('./src/components/Device/components/ControlBar/AppInstall/index.vue')['default'] + AppInstall: typeof import('./src/components/Device/components/BatchActions/AppInstall/index.vue')['default'] AppSearch: typeof import('./src/components/AppSearch/index.vue')['default'] AudioCodecSelect: typeof import('./src/components/Preference/components/AudioCodecSelect/index.vue')['default'] + BatchActions: typeof import('./src/components/Device/components/BatchActions/index.vue')['default'] Camera: typeof import('./src/components/Device/components/MoreDropdown/components/Camera/index.vue')['default'] ControlBar: typeof import('./src/components/Device/components/ControlBar/index.vue')['default'] Device: typeof import('./src/components/Device/index.vue')['default'] @@ -20,6 +21,7 @@ declare module 'vue' { ElCol: typeof import('element-plus/es')['ElCol'] ElCollapse: typeof import('element-plus/es')['ElCollapse'] ElCollapseItem: typeof import('element-plus/es')['ElCollapseItem'] + ElCollapseTransition: typeof import('element-plus/es')['ElCollapseTransition'] ElDialog: typeof import('element-plus/es')['ElDialog'] ElDropdown: typeof import('element-plus/es')['ElDropdown'] ElDropdownItem: typeof import('element-plus/es')['ElDropdownItem'] diff --git a/src/components/Device/components/BatchActions/AppInstall/index.vue b/src/components/Device/components/BatchActions/AppInstall/index.vue new file mode 100644 index 00000000..7aeef33b --- /dev/null +++ b/src/components/Device/components/BatchActions/AppInstall/index.vue @@ -0,0 +1,34 @@ + + + + + diff --git a/src/components/Device/components/BatchActions/index.vue b/src/components/Device/components/BatchActions/index.vue new file mode 100644 index 00000000..80731579 --- /dev/null +++ b/src/components/Device/components/BatchActions/index.vue @@ -0,0 +1,71 @@ + + + + + diff --git a/src/components/Device/components/ControlBar/index.vue b/src/components/Device/components/ControlBar/index.vue index 46b3c917..fd250ae6 100644 --- a/src/components/Device/components/ControlBar/index.vue +++ b/src/components/Device/components/ControlBar/index.vue @@ -119,7 +119,6 @@ export default { command: 'input keyevent 26', tips: 'device.control.power.tips', }, - { label: 'device.control.rotation.name', svgIcon: 'rotation', diff --git a/src/components/Device/index.vue b/src/components/Device/index.vue index dabbcc9e..308af987 100644 --- a/src/components/Device/index.vue +++ b/src/components/Device/index.vue @@ -30,6 +30,13 @@ + + +