diff --git a/.gitignore b/.gitignore index 7993c2d..db0b665 100644 --- a/.gitignore +++ b/.gitignore @@ -160,3 +160,12 @@ $RECYCLE.BIN/ # Windows shortcuts *.lnk +# VsCode +.cm/ +.core/ +.vscode/ +bin/ +bugger.lock +cache.db +log/Clash.Mini_2022-01-25-PM.log +vendor/ \ No newline at end of file diff --git a/README.md b/README.md index 31d9ab3..fffdcea 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,26 @@ Based on project TrayedClash by imgk * Simple GUI written by Golang only * Integrated core +## Usage +### Subscription +1. Find icon of the bottom-right windows + +![](image/corner_icon.png) + +2. Right click the icon of ClashMini and a option dialog occurs + +![](image/select_en.png) + +3. Click the Config Management, then jump a application window named Config Management + +![](image/sub_en.png) + +4. Right click in the table you've seen, and select the "Add Config" + +![](image/sub_dialog_en.png) +![](image/add_en.png) + +5. edit the config name and the URL of subscription, Click Add button and Update All button. ## Discussions - [Telegram](https://t.me/ClashMin1) - [Telegram Channel](https://t.me/ClashMiniNo1) diff --git a/image/add_en.png b/image/add_en.png new file mode 100644 index 0000000..4dba52e Binary files /dev/null and b/image/add_en.png differ diff --git a/image/corner_icon.png b/image/corner_icon.png new file mode 100644 index 0000000..3d9d86d Binary files /dev/null and b/image/corner_icon.png differ diff --git a/image/select_en.png b/image/select_en.png new file mode 100644 index 0000000..be942db Binary files /dev/null and b/image/select_en.png differ diff --git a/image/sub_dialog_en.png b/image/sub_dialog_en.png new file mode 100644 index 0000000..086aa3f Binary files /dev/null and b/image/sub_dialog_en.png differ diff --git a/image/sub_en.png b/image/sub_en.png new file mode 100644 index 0000000..3899e9d Binary files /dev/null and b/image/sub_en.png differ