docs: 📝 Update README

This commit is contained in:
viarotel 2023-10-24 22:02:18 +08:00
parent 216a9d416c
commit a3a1709d3a
8 changed files with 5 additions and 5 deletions

View File

@ -10,7 +10,7 @@
<img src="https://p6-juejin.byteimg.com/tos-cn-i-k3u1fbpfcp/da63c9db7a944899b0ad27a0b67d29ae~tplv-k3u1fbpfcp-jj-mark:0:0:0:0:q75.image" alt="viarotel-escrcpy" style="width: 100%;">
</div>
[更多截图](https://github.com/viarotel-org/escrcpy/tree/main/screenshots)
[更多截图](https://github.com/viarotel-org/escrcpy/tree/main/screenshots/zh-cn)
## 特点

View File

@ -7,10 +7,10 @@
📱 Display and control your Android device with a graphical interface of Scrcpy powered by Electron. [中文文档](https://github.com/viarotel-org/escrcpy/blob/main/README-CN.md)
<div style="display:flex;">
<img src="https://p6-juejin.byteimg.com/tos-cn-i-k3u1fbpfcp/da63c9db7a944899b0ad27a0b67d29ae~tplv-k3u1fbpfcp-jj-mark:0:0:0:0:q75.image" alt="viarotel-escrcpy" style="width: 100%;">
<img src="./screenshots/en-us/overview.jpg" alt="viarotel-escrcpy" style="width: 100%;">
</div>
[More screenshots](https://github.com/viarotel-org/escrcpy/tree/main/screenshots)
[More screenshots](https://github.com/viarotel-org/escrcpy/tree/main/screenshots/en-us)
## Features

BIN
screenshots/en-us/about.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 74 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 138 KiB

View File

Before

Width:  |  Height:  |  Size: 56 KiB

After

Width:  |  Height:  |  Size: 56 KiB

View File

Before

Width:  |  Height:  |  Size: 142 KiB

After

Width:  |  Height:  |  Size: 142 KiB

View File

Before

Width:  |  Height:  |  Size: 166 KiB

After

Width:  |  Height:  |  Size: 166 KiB

View File

@ -1,8 +1,8 @@
import { createI18n } from 'vue-i18n'
import messages from '@intlify/unplugin-vue-i18n/messages'
const locale = window.electron?.process?.env?.LOCALE
// const locale = 'en_US'
// const locale = window.electron?.process?.env?.LOCALE
const locale = 'en_US'
// console.log('locale', locale)