Optimize: README.MD

This commit is contained in:
Lazy 2023-10-08 09:33:43 +08:00
parent ef03a3f835
commit 6e7bff9db3
3 changed files with 22 additions and 10 deletions

View File

@ -6,13 +6,19 @@
## 截图
![NoFilms](https://cdn.imlazy.ink:233/img/tup/synctv/cinema-nofilms.jpg)
![Cinema](https://cdn.imlazy.ink:233/img/tup/synctv/cinema.jpg)
![Cinema](./screenshots/cinema.jpg)
## 安装
## 搭建开发环境
1. 从`release`下载
2. 放进[synctv](https://github.com/synctv-org/synctv)的`public`文件夹
请先根据实际情况自行调整`vite.config.js`
```bash
git clone https://github.com/synctv-org/synctv-web
cd synctv-web
npm i
npm run dev
# http://localhost:8085
```
## 手动构建

View File

@ -6,13 +6,19 @@ English | [中文](./README-CN.md)
## Screenshot
![NoFilms](https://cdn.imlazy.ink:233/img/tup/synctv/cinema-nofilms.jpg)
![Cinema](https://cdn.imlazy.ink:233/img/tup/synctv/cinema.jpg)
![Cinema](./screenshots/cinema.jpg)
## Install
## Development Environment
1. Download from `release`
2. Put it into the [synctv](https://github.com/synctv-org/synctv)'s `public` folder
Please adjust the `vite.config.js` according to the actual situation first
```bash
git clone https://github.com/synctv-org/synctv-web
cd synctv-web
npm i
npm run dev
# http://localhost:8085
```
## Build

BIN
screenshots/cinema.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 195 KiB