瀏覽代碼
Merge pull request #787 from cshjsc/patch-1
Fix html links splitting
tags/v3.3
Luke Smith
2 年之前
committed by
GitHub
沒有發現已知的金鑰在資料庫的簽署中
GPG 金鑰 ID: 4AEE18F83AFDEB23
共有
1 個檔案被更改,包括
1 行新增 和
1 行删除
-
share/mailcap
|
|
@@ -1,6 +1,6 @@ |
|
|
|
text/plain; $EDITOR %s ; |
|
|
|
text/html; openfile %s ; nametemplate=%s.html |
|
|
|
text/html; lynx -assume_charset=%{charset} -display_charset=utf-8 -dump %s; nametemplate=%s.html; copiousoutput; |
|
|
|
text/html; lynx -assume_charset=%{charset} -display_charset=utf-8 -dump -width=1024 %s; nametemplate=%s.html; copiousoutput; |
|
|
|
image/*; openfile %s ; |
|
|
|
video/*; setsid mpv --quiet %s &; copiousoutput |
|
|
|
audio/*; mpv %s ; |
|
|
|