Skip to content

Commit 19e3d28

Browse files
authored
Merge pull request #24 from LanYun2022/master
更新 README.md 和 Logo
2 parents 555dcf2 + da2be2a commit 19e3d28

File tree

4 files changed

+34
-10
lines changed

4 files changed

+34
-10
lines changed
-174 Bytes
Binary file not shown.

Logo/Logo.png

-1.35 KB
Loading

README-en.md

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,25 @@
11
**[简体中文](README.md)** | **English**
22

3-
# ContextMenuManager
4-
![](Logo/Logo.png)
5-
------
6-
> 🖱️ A program to manage the Windows right-click context menu with support of Windows 7 - 11.
3+
<div align="center">
4+
<img width="700" src="/Logo/Logo.png"></img>
5+
</div>
6+
<h1 align="center">ContextMenuManager</h1>
7+
<h4 align="center">A program to manage the Windows right-click context menu with support of Windows 7 - 11.</h4>
8+
9+
<div align="center">
10+
11+
![GitHub Release](https://img.shields.io/github/v/release/Jack251970/ContextMenuManager?label=Version)
12+
![GitHub Downloads (all assets, all releases)](https://img.shields.io/github/downloads/Jack251970/ContextMenuManager/total?label=Downloads)
13+
[![Stars](https://img.shields.io/github/stars/Jack251970/ContextMenuManager?style=flat&logo=data:image/svg%2bxml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEiIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiI+PHBhdGggZD0iTTggLjI1YS43NS43NSAwIDAgMSAuNjczLjQxOGwxLjg4MiAzLjgxNSA0LjIxLjYxMmEuNzUuNzUgMCAwIDEgLjQxNiAxLjI3OWwtMy4wNDYgMi45Ny43MTkgNC4xOTJhLjc1MS43NTEgMCAwIDEtMS4wODguNzkxTDggMTIuMzQ3bC0zLjc2NiAxLjk4YS43NS43NSAwIDAgMS0xLjA4OC0uNzlsLjcyLTQuMTk0TC44MTggNi4zNzRhLjc1Ljc1IDAgMCAxIC40MTYtMS4yOGw0LjIxLS42MTFMNy4zMjcuNjY4QS43NS43NSAwIDAgMSA4IC4yNVoiIGZpbGw9IiNlYWM1NGYiLz48L3N2Zz4=&logoSize=auto&label=Stars)](https://github.com/Jack251970/ContextMenuManager/)
14+
![GitHub Issues or Pull Requests](https://img.shields.io/github/issues/Jack251970/ContextMenuManager?label=Issues)
15+
16+
</div>
17+
18+
---
719

820
## 💕 Thanks
921
* This project is based on [https://github.com/BluePointLilac/ContextMenuManager](https://github.com/BluePointLilac/ContextMenuManager), thanks to [蓝点lilac](https://github.com/BluePointLilac)!
10-
* Thanks to [蓝芸柒](https://github.com/LanYunSeven) for new icons!
22+
* Thanks to [澜芸](https://github.com/LanYun2022) for new icons!
1123

1224
## 🚀 Download
1325
* [Latest Version][Latest]<br>

README.md

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,25 @@
11
**简体中文** | **[English](README-en.md)**
22

3-
# ContextMenuManager
4-
![](Logo/Logo.png)
5-
------
6-
> 🖱️ 一个纯粹的Windows右键菜单管理程序,支持 Windows 7 ~ 11。
3+
<div align="center">
4+
<img width="700" src="/Logo/Logo.png"></img>
5+
</div>
6+
<h1 align="center">ContextMenuManager</h1>
7+
<h4 align="center">一个纯粹的Windows右键菜单管理器,支持 Windows 7 ~ 11。</h4>
8+
9+
<div align="center">
10+
11+
![GitHub Release](https://img.shields.io/github/v/release/Jack251970/ContextMenuManager?label=版本)
12+
![GitHub Downloads (all assets, all releases)](https://img.shields.io/github/downloads/Jack251970/ContextMenuManager/total?label=下载量)
13+
[![Stars](https://img.shields.io/github/stars/Jack251970/ContextMenuManager?style=flat&logo=data:image/svg%2bxml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEiIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiI+PHBhdGggZD0iTTggLjI1YS43NS43NSAwIDAgMSAuNjczLjQxOGwxLjg4MiAzLjgxNSA0LjIxLjYxMmEuNzUuNzUgMCAwIDEgLjQxNiAxLjI3OWwtMy4wNDYgMi45Ny43MTkgNC4xOTJhLjc1MS43NTEgMCAwIDEtMS4wODguNzkxTDggMTIuMzQ3bC0zLjc2NiAxLjk4YS43NS43NSAwIDAgMS0xLjA4OC0uNzlsLjcyLTQuMTk0TC44MTggNi4zNzRhLjc1Ljc1IDAgMCAxIC40MTYtMS4yOGw0LjIxLS42MTFMNy4zMjcuNjY4QS43NS43NSAwIDAgMSA4IC4yNVoiIGZpbGw9IiNlYWM1NGYiLz48L3N2Zz4=&logoSize=auto&label=Stars)](https://github.com/Jack251970/ContextMenuManager/)
14+
![GitHub Issues or Pull Requests](https://img.shields.io/github/issues/Jack251970/ContextMenuManager?label="问题")
15+
16+
</div>
17+
18+
---
719

820
## 💕 特别感谢
921
* 本项目基于 [https://github.com/BluePointLilac/ContextMenuManager](https://github.com/BluePointLilac/ContextMenuManager) 进行开发,感谢作者 [蓝点lilac](https://github.com/BluePointLilac)
10-
* 感谢由 [蓝芸柒](https://github.com/LanYunSeven) 制作的的新图标!
22+
* 感谢由 [澜芸](https://github.com/LanYun2022) 制作的的新图标!
1123

1224
## 🚀 程序下载
1325
* [最新版本][Latest]<br>

0 commit comments

Comments
 (0)