From 7df3066c99582d92ae08fd836364fccf96f2e698 Mon Sep 17 00:00:00 2001 From: Mystical-C <64483945+MysticalDevil@users.noreply.github.com> Date: Fri, 3 Nov 2023 15:00:25 +0800 Subject: [PATCH] Modify README.md --- README.md | 28 ++++++++++++++++------------ 1 file changed, 16 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index c0d7c7f..55fb410 100644 --- a/README.md +++ b/README.md @@ -1,22 +1,26 @@ +## Clash Fork Project + +Forked from Dreamacro/clash project + <h1 align="center"> - <img src="https://github.com/Dreamacro/clash/raw/master/docs/logo.png" alt="Clash" width="200"> + <img src="https://github.com/MysticalDevil/clash/raw/master/docs/logo.png" alt="Clash" width="200"> <br>Clash<br> </h1> <h4 align="center">A rule-based tunnel in Go.</h4> <p align="center"> - <a href="https://github.com/Dreamacro/clash/actions"> + <a href="https://github.com/MysticalDevil/clash/actions"> <img src="https://img.shields.io/github/workflow/status/Dreamacro/clash/Go?style=flat-square" alt="Github Actions"> </a> - <a href="https://goreportcard.com/report/github.com/Dreamacro/clash"> - <img src="https://goreportcard.com/badge/github.com/Dreamacro/clash?style=flat-square"> + <a href="https://goreportcard.com/report/github.com/MysticalDevil/clash"> + <img src="https://goreportcard.com/badge/github.com/MysticalDevil/clash?style=flat-square"> </a> <img src="https://img.shields.io/github/go-mod/go-version/Dreamacro/clash?style=flat-square"> - <a href="https://github.com/Dreamacro/clash/releases"> + <a href="https://github.com/MysticalDevil/clash/releases"> <img src="https://img.shields.io/github/release/Dreamacro/clash/all.svg?style=flat-square"> </a> - <a href="https://github.com/Dreamacro/clash/releases/tag/premium"> + <a href="https://github.com/MysticalDevil/clash/releases/tag/premium"> <img src="https://img.shields.io/badge/release-Premium-00b4f0?style=flat-square"> </a> </p> @@ -34,18 +38,18 @@ ## Premium Features -- TUN mode on macOS, Linux and Windows. [Doc](https://github.com/Dreamacro/clash/wiki/premium-core-features#tun-device) -- Match your tunnel by [Script](https://github.com/Dreamacro/clash/wiki/premium-core-features#script) -- [Rule Provider](https://github.com/Dreamacro/clash/wiki/premium-core-features#rule-providers) +- TUN mode on macOS, Linux and Windows. [Doc](https://github.com/MysticalDevil/clash/wiki/premium-core-features#tun-device) +- Match your tunnel by [Script](https://github.com/MysticalDevil/clash/wiki/premium-core-features#script) +- [Rule Provider](https://github.com/MysticalDevil/clash/wiki/premium-core-features#rule-providers) ## Getting Started -Documentations are now moved to [GitHub Wiki](https://github.com/Dreamacro/clash/wiki). +Documentations are now moved to [GitHub Wiki](https://github.com/MysticalDevil/clash/wiki). ## Premium Release -[Release](https://github.com/Dreamacro/clash/releases/tag/premium) +[Release](https://github.com/MysticalDevil/clash/releases/tag/premium) ## Development -If you want to build an application that uses clash as a library, check out the the [GitHub Wiki](https://github.com/Dreamacro/clash/wiki/use-clash-as-a-library) +If you want to build an application that uses clash as a library, check out the the [GitHub Wiki](https://github.com/MysticalDevil/clash/wiki/use-clash-as-a-library) ## Credits -- GitLab