From 3e612a94e60063e46672bad2685f24377bc4801e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=93=9D=E7=82=B9lilac?= Date: Thu, 29 Oct 2020 19:46:11 +0800 Subject: [PATCH] Update index.md --- index.md | 69 +++++++++++++++++++++++++++++++++++--------------------- 1 file changed, 43 insertions(+), 26 deletions(-) diff --git a/index.md b/index.md index 0f18d77..b099988 100644 --- a/index.md +++ b/index.md @@ -1,37 +1,54 @@ -## Welcome to GitHub Pages +# ContextMenuManager +------ +> 一个纯粹的Windows右键菜单管理程序 -You can use the [editor on GitHub](https://github.com/BluePointLilac/ContextMenuManager/edit/gh-pages/index.md) to maintain and preview the content for your website in Markdown files. +## 主要功能 +* 启用或禁用文件、文件夹、新建、发送到、打开方式、自定义文件格式等右键菜单项目 +* 对上述场景右键菜单项目进行修改名称、修改图标、导航注册表位置、导航文件位置、永久删除等操作 +* 对上述场景右键菜单自定义添加项目,自定义菜单命令 -Whenever you commit to this repository, GitHub Pages will run [Jekyll](https://jekyllrb.com/) to rebuild the pages in your site, from the content in your Markdown files. +## 运行平台 +|系统|框架| +|:--:|:--:| +|Win10|.Net Framework 4.6 (Win10自带) +|Win7|.Net Framework 3.5 (Win7自带) +|Win8、Win8.1|未测试,理论上可直接使用Win7版 -### Markdown +## 运行截图 +* Win10
![](https://gitee.com/BluePointLilac/ContextMenuManager/raw/master/Win10%20Screenshot.png) +* Win7
![](https://gitee.com/BluePointLilac/ContextMenuManager/raw/master/Win7%20Screenshot.png) -Markdown is a lightweight and easy-to-use syntax for styling your writing. It includes conventions for +## 兼容性能 +* 适用于64位和32位操作系统 +* 适用于高分屏,最佳显示缩放比为150% +* 程序支持国际化多语言显示,欢迎为此程序制作语言字典 -```markdown -Syntax highlighted code block +## 程序图标 +* 程序主图标来自 [Easyicon][1]
![](https://gitee.com/BluePointLilac/ContextMenuManager/raw/master/ContextMenuManager/Properties/AppIcon.ico) +* [程序按钮图标][2] 主要来自于 [阿里巴巴矢量图标资源库][3] -# Header 1 -## Header 2 -### Header 3 -- Bulleted -- List +## 下载更新 +* 程序有检查更新功能,除了更新程序本身还会更新程序字典,下载完成后直接覆盖原文件即可 +* 由于Github Raw被墙,Gitee Raw有月访问次数上限,故将程序设置为每月自动检测一次更新,
大家也可以自行浏览 [Github Releases][4] 或者 [Gitee 发行版][5] 检查程序是否有更新。 -1. Numbered -2. List +## 温馨提示 +* 一些特殊菜单项目(ShellEx类型,比如文件的加密(&Y))可能会受到其他因素影响,导致不会显示
在右键菜单中,但是按照程序使用的通用规则在此程序中仍会显示为启用,这是正常现象。 +* 每个右键菜单管理程序禁用菜单方法可能不同,建议不要同时使用多个右键菜单管理程序,大部分
同类型程序使用简单暴力的备份-删除法,此程序尽可能使用了系统提供的键值进行隐藏操作;如果
之前使用过其他程序禁用右键菜单项目,建议先使用对应软件还原,不然可能无法在此程序中显示。 +* 此程序不用于清理未卸载干净的程序,但是可以帮助你快速定位菜单项相关注册表位置和文件位置,
你可以根据相关内容进行你的操作。如果你是一个电脑小白,建议只使用启用\禁用功能。 -**Bold** and _Italic_ and `Code` text +## 联系作者 +* 程序由我个人独立开发,当然也要感谢 [萌研社][6] 站长 @坑晨 平时的答疑解惑。能力有限,难免出现
一些Bug,欢迎大家积极反馈Bug和提出优化建议。 +* 个人B站:[蓝点lilac][7](欢迎大家关注我!) +* 个人邮箱:1617859183@qq.com -[Link](url) and ![Image](src) -``` +## 捐赠作者 +此程序完全免费,如果你觉得这个程序对你有所帮助,可以通过扫面下方二维码(微信、支付宝、QQ)
进行捐赠,金额请随意,谢谢你的理解和支持!更加期待你为此项目点亮Star(这对我很重要!)
![](https://gitee.com/BluePointLilac/ContextMenuManager/raw/master/ContextMenuManager/Properties/Resources/Images/Donate.png) -For more details see [GitHub Flavored Markdown](https://guides.github.com/features/mastering-markdown/). - -### Jekyll Themes - -Your Pages site will use the layout and styles from the Jekyll theme you have selected in your [repository settings](https://github.com/BluePointLilac/ContextMenuManager/settings). The name of this theme is saved in the Jekyll `_config.yml` configuration file. - -### Support or Contact - -Having trouble with Pages? Check out our [documentation](https://docs.github.com/categories/github-pages-basics/) or [contact support](https://github.com/contact) and we’ll help you sort it out. + [1]: https://www.easyicon.net/1208132-mouse_icon.html + [2]: https://github.com/BluePointLilac/ContextMenuManager/tree/master/ContextMenuManager/Properties/Resources/Images + [3]: https://www.iconfont.cn/ + [4]: https://github.com/BluePointLilac/ContextMenuManager/releases + [5]: https://gitee.com/BluePointLilac/ContextMenuManager/releases + [6]: http://www.pcmoe.net/ + [7]: https://space.bilibili.com/34492771