diff --git a/README.md b/README.md index bbf12e756552573962e26bb699d7b9b72747f0c9..0575c45eda8823f6c5d5183c3ec03b94880aeb20 100644 --- a/README.md +++ b/README.md @@ -11,19 +11,17 @@ A <a href="https://github.com/Dreamacro/clash">Clash</a> GUI based on <a href="h ## Features -Now it's no different from the others, even fewer. (WIP) +Now it's no different from the others, maybe fewer. (WIP) ## Development -You should install Rust and Nodejs. Then install tauri cli and packages. +You should install Rust and Nodejs, see [here](https://tauri.studio/docs/getting-started/prerequisites) for more details. Then install Nodejs packages. ```shell -cargo install tauri-cli --git https://github.com/tauri-apps/tauri - 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). +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/docs/api/config/#tauri.bundle.externalBin). ```shell yarn run check @@ -56,7 +54,7 @@ This is a learning project for Rust practice. ## Contributions -PR welcome! +Issue and PR welcome! ## Acknowledgement diff --git a/docs/demo1.png b/docs/demo1.png index d00612b102b972029f4dc3eaf8f57b544b031c13..b18450f0a136b2342976907e9c0d0e331ba759c0 100644 Binary files a/docs/demo1.png and b/docs/demo1.png differ diff --git a/docs/demo2.png b/docs/demo2.png index 3297ab724bdf8763ea460a5afd8e841b622af9bb..a2919b6dcd357a3f83e0276c8642de1a73f8f4e1 100644 Binary files a/docs/demo2.png and b/docs/demo2.png differ diff --git a/docs/demo3.png b/docs/demo3.png index 150d22a48b38f71dafc1fdf345f626965338aa77..55267b5f7472bc286880ebf7a4c5fa38b1c9029a 100644 Binary files a/docs/demo3.png and b/docs/demo3.png differ diff --git a/docs/demo4.png b/docs/demo4.png index 8ce66eb681c36ab766baba4518725062eebd335b..ef9b90a6bd4e9d3cf73d9db0986e64110c58c558 100644 Binary files a/docs/demo4.png and b/docs/demo4.png differ diff --git a/docs/demo5.png b/docs/demo5.png index 7d4bf2a29ae2ac11404df8d291c03bb5770f3503..a7eac5437c3cae2a00bf3eed362ac3c012eb5b93 100644 Binary files a/docs/demo5.png and b/docs/demo5.png differ diff --git a/docs/demo6.png b/docs/demo6.png index 53b68b161d2818b488314e37b6025c5fc68bc850..fe53e2b04e891bc3c46bbb1592a6b003cdc7aeb7 100644 Binary files a/docs/demo6.png and b/docs/demo6.png differ