Skip to content

Commit c2624af

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

32 files changed

+300
-26
lines changed
Binary file not shown.
Loading
Loading
Loading

docs/.vuepress/sidebar/zh.ts

+1
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

+5
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

+16-2
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

+1-1
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

+4-2
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

+8-8
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",

docs/guide/drivers/vtencent.md

+17-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
# This is the icon of the page
3-
icon: iconfont icon-state
3+
icon: fa-solid fa-x
44
# This control sidebar order
55
order: 19
66
# A page can have multiple categories
@@ -15,12 +15,28 @@ tag:
1515
sticky: true
1616
# this page will appear in starred articles
1717
star: true
18+
watermark:
19+
content: The personal version has been officially offline on December 31, 2024
20+
globalAlpha: 0.4
21+
rotate: 10
22+
width: 650
23+
height: 300
1824
---
1925

2026
# vtencent
2127

2228
vtencent Official website link:**https://app.v.tencent.com**
2329

30+
:::caution The service has been shut down and cannot be used.
31+
32+
The personal version of vtencent has been officially offline on ==December 31, 2024==.
33+
34+
- **https://mp.weixin.qq.com/s/bfKVkF3iVMMQsh6FNo_UTg**
35+
36+
![](/img/drivers/vtencent/vtencent_close.png)
37+
38+
:::
39+
2440
<br/>
2541

2642

docs/guide/webdav.md

+13-1
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,14 @@ star: true
2727
- If you only read and do not modify, you only need to open `Webdav Read`
2828

2929

30-
- If you want to add, delete or modify files, you also need to open the permission of `Webdav Manage`
30+
- If you want to add, delete or modify files, you need to open `Webdav manage` permissions and also need `Make dir or upload`, `Delete`, `Rename`, `Move`, `Copy` and other permissions. You can selectively open them according to your needs.
3131

3232
:::
3333

34+
<br/>
35+
36+
37+
3438
### **WebDAV config**
3539

3640
| Name | Value |
@@ -45,6 +49,10 @@ star: true
4549

4650
Can't fill in? [Click to view Fill in Example](#webdav-fill-in-example)
4751

52+
<br/>
53+
54+
55+
4856
### **WebDav Support**
4957

5058
| Storage strategy | list | download | mkdir | rename | move | copy | upload |
@@ -69,6 +77,10 @@ Can't fill in? [Click to view Fill in Example](#webdav-fill-in-example)
6977
| Quark ||||||||
7078
| KodBox ||||||||
7179

80+
<br/>
81+
82+
83+
7284
## **Software that can be used to mount WebDav**
7385

7486
1. **Windows**

docs/zh/config/preview.md

+17-3
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@ star: true
3838

3939
要通过程序代理下载的文件扩展名
4040

41+
## **代理忽略头部**
42+
43+
详情查看: **https://github.com/alist-org/alist/issues/2763**
44+
4145
## **外部预览**
4246

4347
一个包含外部预览设置的 json 对象,定义为
@@ -113,11 +117,21 @@ interface {
113117

114118
是否自动播放视频文件。
115119

116-
## **代理忽略头部**
120+
## **打开压缩包文件时默认预览**
117121

118-
详情查看: **https://github.com/alist-org/alist/issues/2763**
122+
打开此选项后,默认会对压缩包格式文件进行预览(如下图所示),会消耗一些服务器流量,但不会全部下载,如果要关闭压缩包格式首选预览,此选项关闭,首选项就是下载模式
123+
124+
![](/img/advanced/user_read_archives_light.png#light)
125+
126+
![](/img/advanced/user_read_archives_dark.png#dark)
127+
128+
<br/>
129+
130+
131+
132+
-----
119133

120-
### **强制预览**
134+
## **强制预览**
121135

122136
可以通过 `type` 请求参数来强制设置预览类型。
123137

docs/zh/guide/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ category:
6666
- [x] [UC网盘/TV](https://drive.uc.cn/)
6767
- [x] [Dropbox](https://www.dropbox.com)
6868
- [x] [腾讯微云](https://www.weiyun.com/)
69-
- [x] [腾讯智能创作平台](https://app.v.tencent.com/)
69+
- [ ] [腾讯智能创作平台](https://app.v.tencent.com/)
7070
- [x] [超星星小组盘](../guide/drivers/chaoxing.md)
7171
- [x] [曲奇云盘](https://quqi.com)
7272
- [x] [网易云音乐云盘](../guide/drivers/163music.md)

docs/zh/guide/advanced/sso.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,9 @@ Alist 后台参数也记得写好保存,写好保存后也要回到个人资
289289

290290
相当于注册的用户默认开通哪些权限,就如下面所示的
291291

292-
![](/img/advanced/sso-permission.png)
292+
![](/img/advanced/sso-permission_b.png#light)
293+
294+
![](/img/advanced/sso-permission_h.png#dark)
293295

294296
默认为0,不开通任何权限
295297

docs/zh/guide/drivers/baidu.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,8 @@ flowchart TB
119119

120120
## **下载接口**
121121

122-
- official: 官方接口,很稳定,但是文件比较大,需要修改UA,速度慢 (SVIP速度快)
123-
- crack: **似乎已经无法使用了**~~非官方接口,现在也需要修改UA且部分文件可能不限速,但是会不稳定(不保证100%可用性)需要使用大于`3.19.0`的版本~~
122+
- Official: 官方接口,很稳定,但是文件比较大,需要修改UA,速度慢 (SVIP速度快)
123+
- Crack: 非官方接口,**似乎已经无法使用了**~~现在也需要修改UA且部分文件可能不限速,但是会不稳定(不保证100%可用性)需要使用大于`3.19.0`的版本~~
124124
- ~~==需要将UA改成`netdisk`==,修改方法参考下方[添加-user-agent-使用示例](#添加-user-agent-使用示例)~~
125125
- ~~或者开启Web代理(需要大宽带才能带的动)~~
126126
- ~~WebDav播放不需要修改UA,可以直接302播放~~

docs/zh/guide/drivers/vtencent.md

+17-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
# This is the icon of the page
3-
icon: iconfont icon-state
3+
icon: fa-solid fa-x
44
# This control sidebar order
55
order: 19
66
# A page can have multiple categories
@@ -15,12 +15,28 @@ tag:
1515
sticky: true
1616
# this page will appear in starred articles
1717
star: true
18+
watermark:
19+
content: 个人版于 2024年12月31日 正式下线
20+
globalAlpha: 0.3
21+
rotate: 10
22+
width: 650
23+
height: 300
1824
---
1925

2026
# 腾讯智能创作平台
2127

2228
腾讯智能创作平台官网链接:**https://app.v.tencent.com**
2329

30+
:::caution 已下线关闭服务,无法使用
31+
32+
智能创作平台个人版于 ==2024年12月31日== 正式下线。
33+
34+
- **https://mp.weixin.qq.com/s/bfKVkF3iVMMQsh6FNo_UTg**
35+
36+
![](/img/drivers/vtencent/vtencent_close.png)
37+
38+
:::
39+
2440
<br/>
2541

2642

docs/zh/guide/webdav.md

+13-1
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,14 @@ star: true
2727
- 如果只读不修改则只需要打开 `Webdav 读取` 就可以
2828

2929

30-
- 如果对文件进行增删改还需要打开 `Webdav 管理`的权限
30+
- 如果对文件进行增删改需要打开 `Webdav 管理`权限之外还如需要 `创建目录或上传``删除``重命名``移动``复制` 等权限,根据自己的需求选择性打开
3131

3232
:::
3333

34+
<br/>
35+
36+
37+
3438
## **WebDAV 配置**
3539

3640
| Name | Value |
@@ -45,6 +49,10 @@ star: true
4549

4650
不会填写?[点击查看填写示例](#webdav-填写示例)
4751

52+
<br/>
53+
54+
55+
4856
## **WebDAV 存储支持**
4957

5058
| 存储类型 | 列出文件/文件夹 | 下载文件 | 创建目录 | 重命名 | 移动 | 复制 | 上传文件/文件夹 |
@@ -69,6 +77,10 @@ star: true
6977
| 夸克网盘 ||||||||
7078
| KodBox ||||||||
7179

80+
<br/>
81+
82+
83+
7284
## **可以用来挂载WebDav的软件**
7385

7486
1. **Windows**

docs/zh/tool/aliyundrive/callback.md

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
title: "Aliyundrive Refresh Token Callback"
3+
toc: false
4+
comment: false
5+
---
6+
7+
<NaiveClient>
8+
<Callback />
9+
</NaiveClient>
10+
11+
<script setup lang="ts">
12+
import Callback from "@Aliyundrive/Callback";
13+
</script>

docs/zh/tool/aliyundrive/request.md

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
title: "Get Aliyundrive Refresh Token"
3+
toc: false
4+
---
5+
6+
<NaiveClient>
7+
<Request />
8+
</NaiveClient>
9+
10+
<script setup lang="ts">
11+
import Request from "@Aliyundrive/Request";
12+
</script>

docs/zh/tool/baidu/callback.md

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
title: "Baidu Refresh Token Callback"
3+
toc: false
4+
---
5+
6+
<NaiveClient>
7+
<Callback />
8+
</NaiveClient>
9+
10+
<script setup lang="ts">
11+
import Callback from "@Baidu/Callback";
12+
</script>

docs/zh/tool/dropbox/callback.md

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
title: "Dropbox Refresh Token Callback"
3+
toc: false
4+
---
5+
6+
<NaiveClient>
7+
<Callback />
8+
</NaiveClient>
9+
10+
<script setup lang="ts">
11+
import Callback from "@Dropbox/Callback";
12+
</script>

docs/zh/tool/dropbox/request.md

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
title: "Get Dropbox Refresh Token"
3+
toc: false
4+
---
5+
6+
<NaiveClient>
7+
<Dropbox />
8+
</NaiveClient>
9+
10+
<script setup lang="ts">
11+
import Dropbox from "@Dropbox/Request";
12+
</script>

0 commit comments

Comments
 (0)