-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
14 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,16 @@ | ||
# PhotoViewer | ||
|
||
## 简介 | ||
|
||
a simple photo viewer. written with c# | ||
一个简单的c#写的照片查看器。 | ||
|
||
## 运行环境 | ||
|
||
- .net framework 4.0+ | ||
|
||
## 特点 | ||
|
||
- 界面很简洁,没任何额外功能 | ||
- 不会像美图看看之类的那样预读大量图片进内存,所以在查看海量图片时不会卡顿 | ||
- 点击delete将当前图片放入回收站 |