Skip to content
This repository was archived by the owner on Nov 14, 2024. It is now read-only.

Commit 817564b

Browse files
authored
Update Readme_zh_CN.md
1 parent 453d205 commit 817564b

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

Readme_zh_CN.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,11 @@
22

33
[![.NET Desktop](https://github.com/DearVa/ExplorerEx/actions/workflows/dotnet-desktop.yml/badge.svg)](https://github.com/DearVa/ExplorerEx/actions/workflows/dotnet-desktop.yml)
44

5-
### ExplorerEx是一个响应快、多标签页、现代化界面且人性化的文件浏览器。
5+
<div align="center">
6+
<img src="https://raw.githubusercontent.com/DearVa/ExplorerEx/master/ExplorerEx/Assets/Image/Icon.png" width="100" height="90" alt="Icon" align=center />
7+
</div>
68

9+
### ExplorerEx是一个响应快、多标签页、现代化界面且人性化的文件浏览器。
710
![Preview](https://raw.githubusercontent.com/DearVa/ExplorerEx/master/Images/preview.png)
811

912
由于不为人知的原因,Windows 11的文件管理器响应十分缓慢,特别是打开文件夹、框选文件、复制粘贴时,在低端机上甚至能够停止响应几秒钟。
@@ -32,7 +35,8 @@
3235
* **人性化** 对于普通的用户,界面可以简单易懂,但是也有高级功能(如:创建硬链接、修改文件拓展名时不提示),用户可以在设置或者其他地方自定义。
3336

3437
* **可设为默认** ExplorerEx通过[BHO拓展插件](https://github.com/DearVa/ExplorerEx/tree/master/ExplorerProxy)来将自身设为默认,对系统影响很小,且任何第三方软件打开默认资源管理器都可以跳转到ExplorerEx,没有任何窗口闪烁问题。
35-
38+
39+
#### 这个项目在开发时鄙人还不了解诸如依赖注入、MVVM等开发思想,所以项目的代码组织十分丑陋,也正因如此项目的维护难度日渐增大,如今已放弃后续更新(如果有后续,那就是彻底的重构了)。但是项目中仍然有许多对Win32 API和Shell32 API的深入研究,可供诸位学习。
3640

3741
### 路线图
3842
#### 基础功能开发

0 commit comments

Comments
 (0)