Skip to content

Commit

Permalink
doc: Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Mar 24, 2024
1 parent a593080 commit 934b9ac
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,35 +1,35 @@
<div align="center">
<br />
<br />
<img src="./assets/logo.png" alt="DevHub LOGO" width="160" height="160">
<img src="./assets/logo.png" alt="RegexMate LOGO" width="160" height="160">
<p>
<a href="./README.zh.md">中文</a> •
<a href="https://apps.apple.com/app/devhub/id6479819388">AppStore</a> •
<a href="https://apps.apple.com/app/regex-mate/id6479819388">AppStore</a> •
<a href="https://wangchujiang.com/#/contact">Contact & Support</a>
</p>
<h1>RegexMate</h1>
<!--rehype:style=border: 0;-->
<p>
<a target="_blank" href="https://apps.apple.com/app/devhub/id6479819388" title="DevHub AppStore"><img alt="DevHub AppStore" src="https://tools.applemediaservices.com/api/badges/download-on-the-mac-app-store/black/en-us?size=250x83&amp;releaseDate=1705968000" height="51">
<a target="_blank" href="https://apps.apple.com/app/regex-mate/id6479819388" title="RegexMate AppStore"><img alt="RegexMate AppStore" src="https://tools.applemediaservices.com/api/badges/download-on-the-mac-app-store/black/en-us?size=250x83&amp;releaseDate=1705968000" height="51">
</a>
</p>
</div>

RegexMate is a beautifully designed regex app built exclusively for macOS. With a clean and intuitive interface, it empowers you to craft and test regular expressions with ease.

![DevHub screenshots-1](./assets/screenshots-1.png)
![RegexMate screenshots-1](./assets/screenshots-1.png)

### Key Features:

#### Minimalist UI

![DevHub screenshots-2](./assets/screenshots-2.png)
![RegexMate screenshots-2](./assets/screenshots-2.png)

Forget buttons and menus. Simply type your pattern, test your expression, and see the results instantly.

#### Reference Table

![DevHub screenshots-3](./assets/screenshots-3.png)
![RegexMate screenshots-3](./assets/screenshots-3.png)

An always-available reference guide with example tutorials in both English and Chinese. Never forget regex syntax again!

Expand All @@ -43,6 +43,6 @@ Save your frequently used expressions for quick access and reference at any time

#### Light & Dark Mode

![DevHub screenshots-4](./assets/screenshots-3.png)
![RegexMate screenshots-4](./assets/screenshots-3.png)

Love the dark aesthetic? RegexMate has you covered. But if you're craving a fresh look, switch to Light mode anytime.
14 changes: 7 additions & 7 deletions README.zh.md
Original file line number Diff line number Diff line change
@@ -1,35 +1,35 @@
<div align="center">
<br />
<br />
<img src="./assets/logo.png" alt="DevHub LOGO" width="160" height="160">
<img src="./assets/logo.png" alt="RegexMate LOGO" width="160" height="160">
<p>
<a href="./README.md">English</a> •
<a target="_blank" href="https://apps.apple.com/app/devhub/id6479819388">AppStore</a> •
<a target="_blank" href="https://apps.apple.com/app/regex-mate/id6479819388">AppStore</a> •
<a target="_blank" href="https://wangchujiang.com/#/contact">联系&支持</a>
</p>
<h1>RegexMate</h1>
<!--rehype:style=border: 0;-->
<p>
<a target="_blank" href="https://apps.apple.com/app/devhub/id6479819388" title="DevHub AppStore"><img alt="DevHub AppStore" src="https://tools.applemediaservices.com/api/badges/download-on-the-mac-app-store/black/en-us?size=250x83&amp;releaseDate=1705968000" height="51">
<a target="_blank" href="https://apps.apple.com/app/regex-mate/id6479819388" title="RegexMate AppStore"><img alt="RegexMate AppStore" src="https://tools.applemediaservices.com/api/badges/download-on-the-mac-app-store/black/en-us?size=250x83&amp;releaseDate=1705968000" height="51">
</a>
</p>
</div>

RegexMate 是一款专为 macOS 设计的正则表达式应用程序,拥有简洁的用户界面和强大的功能,可帮助您轻松地创建、测试和使用正则表达式。

![DevHub screenshots-1](./assets/screenshots-1.png)
![RegexMate screenshots-1](./assets/screenshots-1.png)

### 主要特点

#### 简约的用户界面

![DevHub screenshots-2](./assets/screenshots-2.png)
![RegexMate screenshots-2](./assets/screenshots-2.png)

忘记按钮和菜单吧。只需输入您的模式,测试表达式,即可立即查看结果。

#### 参考表

![DevHub screenshots-3](./assets/screenshots-3.png)
![RegexMate screenshots-3](./assets/screenshots-3.png)

始终可用的参考指南,提供中英文示例教程。再也不用担心忘记正则表达式语法了!

Expand All @@ -43,6 +43,6 @@ RegexMate 是一款专为 macOS 设计的正则表达式应用程序,拥有简

#### 浅色和深色模式

![DevHub screenshots-4](./assets/screenshots-3.png)
![RegexMate screenshots-4](./assets/screenshots-3.png)

喜欢暗色调?RegexMate 应用程序满足您的需求。但如果您想要焕然一新的外观,随时切换到浅色模式。

0 comments on commit 934b9ac

Please sign in to comment.