mirror of
https://github.com/viarotel-org/escrcpy.git
synced 2024-11-24 07:30:15 +01:00
perf: 💄 Update terminal style
This commit is contained in:
parent
fdf40c70e8
commit
5b6b8d1150
@ -22,7 +22,10 @@
|
||||
|
||||
<Terminal>
|
||||
<template #default="{ show }">
|
||||
<el-button icon="View" @click="show">
|
||||
<el-button @click="show">
|
||||
<template #icon>
|
||||
<svg-icon name="command"></svg-icon>
|
||||
</template>
|
||||
{{ $t("device.terminal.name") }}
|
||||
</el-button>
|
||||
</template>
|
||||
|
1
src/icons/svg/command.svg
Normal file
1
src/icons/svg/command.svg
Normal file
@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="128" height="128" viewBox="0 0 36 36"><path fill="currentColor" d="M32 5H4a2 2 0 0 0-2 2v22a2 2 0 0 0 2 2h28a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2ZM4 7h28v2.2H4Zm0 22V10.8h28V29Z" class="clr-i-outline clr-i-outline-path-1"/><path fill="currentColor" d="M17 23h6v2h-6z" class="clr-i-outline clr-i-outline-path-2"/><path fill="currentColor" d="m7 15.68l6.79 3.12L7 21.91v2.2l9.6-4.41v-1.81L7 13.48v2.2z" class="clr-i-outline clr-i-outline-path-3"/><path fill="none" d="M0 0h36v36H0z"/></svg>
|
After Width: | Height: | Size: 528 B |
@ -24,6 +24,7 @@
|
||||
"device.name": "Device Name",
|
||||
"device.remark": "Remark",
|
||||
"device.permission.error": "Device permission error, please reconnect device and allow USB debugging",
|
||||
"device.terminal.name": "Terminal",
|
||||
|
||||
"device.wireless.name": "Wireless",
|
||||
"device.wireless.mode": "Wireless Mode",
|
||||
|
Loading…
Reference in New Issue
Block a user