Skip to content

Commit c2624af

Browse files
authored
update (#420)
1 parent d549408 commit c2624af

File tree

32 files changed

+300
-26
lines changed

32 files changed

+300
-26
lines changed
Binary file not shown.
14.6 KB
Loading
13.8 KB
Loading
25.5 KB
Loading

docs/.vuepress/sidebar/zh.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ export const zh = sidebar({
44
"/zh/guide/": "structure",
55
"/zh/config/": "structure",
66
"/zh/faq/": "structure",
7+
"/zh/tool/": false,
78
"/zh/": [
89
"",
910
{

docs/.vuepress/theme.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,11 @@ export default hopeTheme(
7777
// container: true,
7878
},
7979
plugins: {
80+
// 水印选项
81+
// 参考配置:https://zhensherlock.github.io/watermark-js-plus/zh/config
82+
watermark:{
83+
enabled: false,
84+
},
8085
// 搜索从设置转移到主题
8186
docsearch:{
8287
appId: "ECAR405NMH",

docs/config/preview.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@ The extensions of the files you want to preview as image, split by `,`, such as
3838

3939
The extensions of the files you want to separately set to download through proxy
4040

41+
### **Proxy ignore headers**
42+
43+
For details, please check: **https://github.com/alist-org/alist/issues/2763**
44+
4145
### **External previews**
4246

4347
A json object that contains the external preview settings, It is defined as
@@ -112,9 +116,19 @@ Whether to automatically play audio files.
112116

113117
Whether to automatically play video files.
114118

115-
### **Proxy ignore headers**
119+
### **Preview by default when opening archives**
116120

117-
For details, please check: **https://github.com/alist-org/alist/issues/2763**
121+
After turning on this option, compressed package format files will be previewed by default (as shown in the figure below), which will consume some server traffic, but will not download them all, If you want to turn off the preferred preview of the compressed format, this option is turned off, and the preference is the download mode
122+
123+
![](/img/advanced/user_read_archives_light.png#light)
124+
125+
![](/img/advanced/user_read_archives_dark.png#dark)
126+
127+
<br/>
128+
129+
130+
131+
-----
118132

119133
### **Force preview**
120134

docs/guide/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ A file list program that supports multiple storage, and supports web browsing an
6868
- [x] [UC Clouddrive/TV](https://drive.uc.cn/)
6969
- [x] [Dropbox](https://www.dropbox.com)
7070
- [x] [Tencent weiyun](https://www.weiyun.com/)
71-
- [x] [vtencent](https://app.v.tencent.com/)
71+
- [ ] [vtencent](https://app.v.tencent.com/)
7272
- [x] [ChaoxingGroupCloud](../guide/drivers/chaoxing.md)
7373
- [x] [Quqi Cloud](https://quqi.com)
7474
- [x] [163 Music Drive](../guide/drivers/163music.md)

docs/guide/advanced/sso.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ In addition to the four that `AList` has already connected to `GitHub Dingding G
256256
https://your.alist.domain/api/auth/sso_callback\?method=sso_get_token
257257
https://your.alist.domain/api/auth/sso_callback\?method=get_sso_id
258258
```
259-
259+
260260
Please note the \ character before ? as an escape character for the regex used for this URI is mandatory.
261261
7. Make note of the signing key selected as you will need it later. This guide assumes you will use the default `authentik Self-signed Certificate`
262262
8. Save the new provider
@@ -341,7 +341,9 @@ It can be the root directory `/`, or the path `/path/test/Demo` specified by the
341341

342342
It is equivalent to which permissions are enabled by default for registered users, as shown below
343343

344-
![](/img/advanced/sso-permission.png)
344+
![](/img/advanced/sso-permission_b.png#light)
345+
346+
![](/img/advanced/sso-permission_h.png#dark)
345347

346348
The default is 0, no permission is enabled
347349

docs/guide/drivers/baidu.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -52,14 +52,14 @@ The root foler to mount, defaults to `/`
5252

5353
## **Download api**
5454

55-
- official: The official interface, very stable, but for larger files, UA needs to be modified and the speed is slow (SVIP speed fast)
56-
- crack: unofficial interface,You must modify the UA and some files may not have a speed limit, but it will be unstable (not guaranteed 100%availability) Need to use a version greater than `3.19.0`
57-
- ==Need to change the UA to`netdisk`==,Modification method refer to [add-user-agent-user-example](#add-user-agent-usage-example)
58-
- Or turn on the Web proxy, you do not need to modify the UA (you need a large broadband to use it stably)
59-
- It is limited to play/download **`video (only tested in the mp4 format other formats are not tested)`**,If it is other format files, such a prompt will appear
60-
- This is not a mistake, this is a limit, please do not panic.
61-
62-
```json{3}
55+
- Official: The official interface, very stable, but for larger files, UA needs to be modified and the speed is slow (SVIP speed fast)
56+
- Crack: unofficial interface,**Seems to be no longer available** ~~You must modify the UA and some files may not have a speed limit, but it will be unstable (not guaranteed 100%availability) Need to use a version greater than `3.19.0`~~
57+
- ~~==Need to change the UA to`netdisk`==,Modification method refer to [add-user-agent-user-example](#add-user-agent-usage-example)~~
58+
- ~~Or turn on the Web proxy, you do not need to modify the UA (you need a large broadband to use it stably)~~
59+
- ~~It is limited to play/download **`video (only tested in the mp4 format other formats are not tested)`**,If it is other format files, such a prompt will appear~~
60+
- ~~This is not a mistake, this is a limit, please do not panic.~~
61+
62+
```json{2-4}
6363
{
6464
error_code: 31119,
6565
error_msg: "hit black userlist , hit illeage dlna",

0 commit comments

Comments
 (0)