diff --git a/README.md b/README.md index 4c9120b22e02739a2a6b54442144a0b5112b3f10..a0b4de1571ef423f666ee214c17fa3f7d7edc237 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ yarn install Then download the clash binary... Or you can download it from [clash premium release](https://github.com/Dreamacro/clash/releases/tag/premium) and rename it according to [tauri config](https://tauri.studio/en/docs/api/config#tauri.bundle.externalBin). ```shell -yarn run predev +yarn run check ``` Then run @@ -42,8 +42,12 @@ yarn dev ## Screenshots <div align="center"> - <img src="./docs/demo1.png" alt="demo1" width="42%" /> - <img src="./docs/demo2.png" alt="demo2" width="42%" /> + <img src="./docs/demo1.png" alt="demo1" width="33%" /> + <img src="./docs/demo2.png" alt="demo2" width="33%" /> + <img src="./docs/demo3.png" alt="demo3" width="33%" /> + <img src="./docs/demo4.png" alt="demo4" width="33%" /> + <img src="./docs/demo5.png" alt="demo5" width="33%" /> + <img src="./docs/demo6.png" alt="demo6" width="33%" /> </div> ## Disclaimer diff --git a/docs/demo1.png b/docs/demo1.png index b2bbae27154db64edfed1cc80d0ddd53a7304130..d00612b102b972029f4dc3eaf8f57b544b031c13 100644 Binary files a/docs/demo1.png and b/docs/demo1.png differ diff --git a/docs/demo2.png b/docs/demo2.png index bdee1131ade30b7bae8183bd5afb4eeddf763d6d..3297ab724bdf8763ea460a5afd8e841b622af9bb 100644 Binary files a/docs/demo2.png and b/docs/demo2.png differ diff --git a/docs/demo3.png b/docs/demo3.png new file mode 100644 index 0000000000000000000000000000000000000000..150d22a48b38f71dafc1fdf345f626965338aa77 Binary files /dev/null and b/docs/demo3.png differ diff --git a/docs/demo4.png b/docs/demo4.png new file mode 100644 index 0000000000000000000000000000000000000000..8ce66eb681c36ab766baba4518725062eebd335b Binary files /dev/null and b/docs/demo4.png differ diff --git a/docs/demo5.png b/docs/demo5.png new file mode 100644 index 0000000000000000000000000000000000000000..7d4bf2a29ae2ac11404df8d291c03bb5770f3503 Binary files /dev/null and b/docs/demo5.png differ diff --git a/docs/demo6.png b/docs/demo6.png new file mode 100644 index 0000000000000000000000000000000000000000..53b68b161d2818b488314e37b6025c5fc68bc850 Binary files /dev/null and b/docs/demo6.png differ