-
-
Notifications
You must be signed in to change notification settings - Fork 101
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
1 parent
26ae176
commit a2ffd4f
Showing
2 changed files
with
53 additions
and
79 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
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,83 +1,53 @@ | ||
# 支持预览的文件格式列表 | ||
|
||
## 图片 | ||
### 图片 | ||
|
||
- .bmp | ||
- .gif | ||
- .ico | ||
- .jpeg | ||
- .jpg | ||
- .png | ||
- .webp | ||
| 格式 | 描述 | 格式 | 描述 | | ||
| :-: | :-: | :-: | :-: | | ||
| [.bmp](https://en.wikipedia.org/wiki/BMP_file_format) | 位图文件格式 | [.jpeg/.jpg](https://en.wikipedia.org/wiki/JPEG) | 联合照片专家组格式 | | ||
| [.gif](https://en.wikipedia.org/wiki/GIF) | 图形交换格式 | [.png](https://en.wikipedia.org/wiki/Portable_Network_Graphics) | 可移植网络图形格式 | | ||
| [.ico](https://en.wikipedia.org/wiki/ICO_(file_format)) | 图标文件格式 | [.webp](https://developers.google.com/speed/webp/) | WebP格式 | | ||
|
||
## 文本 | ||
### 文本 | ||
|
||
- .bat | ||
- .c | ||
- .cmd | ||
- .conf | ||
- .config | ||
- .cpp | ||
- .css | ||
- .csv | ||
- .dart | ||
- .gitattributes | ||
- .gitconfig | ||
- .gitignore | ||
- .gitkeep | ||
- .gitmodules | ||
- .go | ||
- .h | ||
- .hpp | ||
- .htm | ||
- .html | ||
- .ini | ||
- .java | ||
- .js | ||
- .json | ||
- .log | ||
- .php | ||
- .prop | ||
- .properties | ||
- .py | ||
- .rc | ||
- .sh | ||
- .tsv | ||
- .txt | ||
- .xml | ||
- .yaml | ||
- .yml | ||
- .yarnrc | ||
- LICENSE | ||
- .condarc | ||
- .md | ||
| 格式 | 描述 | 格式 | 描述 | | ||
| :-: | :-: | :-: | :-: | | ||
| .bat | 批处理文件 | .java | Java源代码文件 | | ||
| .c | C语言源代码文件 | .js | JavaScript文件 | | ||
| .cmd | Windows命令脚本文件 | .json | JSON文件 | | ||
| .conf | 配置文件 | .log | 日志文件 | | ||
| .config | 配置文件 | .php | PHP源代码文件 | | ||
| .cpp | C++源代码文件 | .prop/.properties | 属性文件 | | ||
| .css | 层叠样式表文件 | .py | Python源代码文件 | | ||
| .csv | 逗号分隔值文件 | .rc | Windows资源文件 | | ||
| .dart | Dart源代码文件 | .sh | Shell脚本文件 | | ||
| .gitattributes | Git属性文件 | .tsv | 制表符分隔值文件 | | ||
| .gitconfig | Git配置文件 | .txt | 纯文本文件 | | ||
| .gitignore | Git忽略文件 | .xml | XML文件 | | ||
| .gitkeep | Git保留文件 | .yaml/.yml | YAML文件 | | ||
| .gitmodules | Git子模块文件 | .yarnrc | Yarn配置文件 | | ||
| .go | Go源代码文件 | LICENSE | 许可证文件 | | ||
| .h | 头文件 | .condarc | Conda配置文件 | | ||
| .hpp | C++头文件 | .md | Markdown文件 | | ||
| .htm/.html | HTML文件 | | | | ||
|
||
## 视频 | ||
|
||
- .aac | ||
- .amv | ||
- .avi | ||
- .flac | ||
- .flv | ||
- .m2ts | ||
- .m4a | ||
- .m4v | ||
- .mp3 | ||
- .mpeg | ||
- .mpg | ||
- .mts | ||
- .ogg | ||
- .ogv | ||
- .vob | ||
- .wav | ||
- .webm | ||
- .mp4 | ||
- .3g2 | ||
- .3gp | ||
- .asf | ||
- .mov | ||
- .mxf | ||
- .rm | ||
- .rmvb | ||
- .wmv | ||
- .mkv | ||
### 视频 | ||
|
||
| 格式 | 描述 | 格式 | 描述 | | ||
| :-: | :-: | :-: | :-: | | ||
| .aac | AAC音频文件 | .mpeg | MPEG视频文件 | | ||
| .amv | AMV视频文件 | .mpg | MPEG视频文件 | | ||
| .avi | AVI视频文件 | .mts | AVCHD视频文件 | | ||
| .flac | FLAC音频文件 | .ogg | Ogg Vorbis音频文件 | | ||
| .flv | Flash视频文件 | .ogv | Ogg Theora视频文件 | | ||
| .m2ts | M2TS视频文件 | .vob | DVD视频文件 | | ||
| .m4a | MPEG-4音频文件 | .wav | WAV音频文件 | | ||
| .m4v | MPEG-4视频文件 | .webm | WebM视频文件 | | ||
| .mp3 | MP3音频文件 | .mp4 | MPEG-4视频文件 | | ||
| .mov | QuickTime视频文件 | .3g2 | 3GPP2视频文件 | | ||
| .mp4 | MPEG-4视频文件 | .3gp | 3GPP视频文件 | | ||
| .mxf | MXF视频文件 | .asf | Advanced Systems Format视频文件 | | ||
| .rm | RealMedia视频文件 | .rmvb | RealMedia可变比特率视频文件 | | ||
| .wmv | Windows Media视频文件 | .mkv | Matroska视频文件 | | ||
|