File tree 2 files changed +33
-0
lines changed
2 files changed +33
-0
lines changed Original file line number Diff line number Diff line change @@ -115,3 +115,20 @@ Whether to automatically play video files.
115
115
### ** Proxy ignore headers**
116
116
117
117
For details, please check: ** https://github.com/alist-org/alist/issues/2763 **
118
+
119
+ ### ** Force preview**
120
+
121
+ We can force the preview type through the ` type ` query parameter.
122
+
123
+ Available values:
124
+
125
+ ```
126
+ UNKNOWN
127
+ FOLDER
128
+ VIDEO
129
+ AUDIO
130
+ TEXT
131
+ IMAGE
132
+ ```
133
+
134
+ Example: ` http://yourdomain/test-file.ahk?type=text `
Original file line number Diff line number Diff line change @@ -117,3 +117,19 @@ interface {
117
117
118
118
详情查看: ** https://github.com/alist-org/alist/issues/2763 **
119
119
120
+ ### ** 强制预览**
121
+
122
+ 可以通过 ` type ` 请求参数来强制设置预览类型。
123
+
124
+ 可选值:
125
+
126
+ ```
127
+ UNKNOWN
128
+ FOLDER
129
+ VIDEO
130
+ AUDIO
131
+ TEXT
132
+ IMAGE
133
+ ```
134
+
135
+ 示例: ` http://yourdomain/test-file.ahk?type=text `
You can’t perform that action at this time.
0 commit comments