Skip to content

Commit

Permalink
feat: update screenshots.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Mar 28, 2024
1 parent 304e696 commit db8d444
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ jobs:
- <meta property="og:url" content="<%=homepage%><%=RESOLVE_PATH%>">
- <meta property="og:image" content="<%=homepage%>assets/logo.png">
- <meta property="og:type" content="website">
- <meta property="og:title" content="<%= site %> - idoc">
- <meta property="og:title" content="<%= site %> - <%= description%>">
- <meta property="og:description" content="<%= description%>">
- <meta property="twitter:image:src" content="<%=homepage%>assets/screenshots-2.png">
- <meta property="twitter:image:src" content="<%=homepage%>assets/screenshots-4.png">
- <meta property="twitter:site" content="@jaywcjlove">
- <meta property="twitter:creator" content="jaywcjlove">
- <meta property="twitter:card" content="summary_large_image">
Expand Down
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
<!--rehype:style=border: 0;-->
<p>
<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>
<a href="https://apps.apple.com/app/regex-mate/id6479819388?platform=iphone" title="RegexMate for iOS"><img src="https://tools.applemediaservices.com/api/badges/download-on-the-app-store/black/en-us?size=250x83" alt="RegexMate AppStore" height="51"></a>
<a target="_blank" href="https://www.producthunt.com/posts/regexmate?utm_source=badge-featured&utm_medium=badge&utm_souce=badge-regexmate" title="RegexMate - Master&#0032;Regular&#0032;Expressions | Product Hunt"><img alt="RegexMate AppStore" src="https://api.producthunt.com/widgets/embed-image/v1/featured.svg?post_id=446567&theme=dark" alt="RegexMate - Master&#0032;Regular&#0032;Expressions | Product Hunt" height="51"><!--rehype:style=display: block;height: 49px;-->
</a><!--rehype:style=border: 1px solid #a6a6a6;display: inline-block;border-radius: 10px;-->
</p>
Expand All @@ -19,10 +20,12 @@

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.

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

### Key Features:

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

#### Minimalist UI

![RegexMate screenshots-2](./assets/screenshots-2.png)
Expand Down
8 changes: 5 additions & 3 deletions README.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,21 @@
<h1>RegexMate</h1>
<!--rehype:style=border: 0;-->
<p>
<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>
<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>
<a target="_blank" href="https://apps.apple.com/app/regex-mate/id6479819388?platform=iphone" title="RegexMate for iOS"><img src="https://tools.applemediaservices.com/api/badges/download-on-the-app-store/black/en-us?size=250x83" alt="RegexMate AppStore" height="51"></a>
<a target="_blank" href="https://www.producthunt.com/posts/regexmate?utm_source=badge-featured&utm_medium=badge&utm_souce=badge-regexmate" title="RegexMate - Master&#0032;Regular&#0032;Expressions | Product Hunt"><img alt="RegexMate AppStore" src="https://api.producthunt.com/widgets/embed-image/v1/featured.svg?post_id=446567&theme=dark" alt="RegexMate - Master&#0032;Regular&#0032;Expressions | Product Hunt" height="51"><!--rehype:style=display: block;height: 49px;-->
</a><!--rehype:style=border: 1px solid #a6a6a6;display: inline-block;border-radius: 10px;-->
</p>
</div>

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

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

### 主要特点

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

#### 简约的用户界面

![RegexMate screenshots-2](./assets/screenshots-2-cn.png)
Expand Down
Binary file added assets/screenshots-4-cn.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/screenshots-4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit db8d444

Please sign in to comment.