Skip to content

Commit dfbb393

Browse files
authored
Docs: update (#350)
1 parent 1303efa commit dfbb393

37 files changed

+1184
-63
lines changed
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading

docs/guide/README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ A file list program that supports multiple storage, and supports web browsing an
4848
- [x] [YandexDisk](https://disk.yandex.com/)
4949
- [x] [BaiduNetdisk](https://pan.baidu.com/) / [share](./drivers/baidu_share.md)
5050
- [x] [Quark](https://pan.quark.cn/)
51-
- [x] [Thunder](https://pan.xunlei.com)
51+
- [x] [Thunder / X](https://pan.xunlei.com)
5252
- [x] [Lanzou](https://www.lanzou.com/)[NewLanzou](https://www.ilanzou.com)
5353
- [x] [Feiji Cloud](https://feijipan.com/)
5454
- [x] [Aliyundrive share](https://www.alipan.com/)
@@ -71,6 +71,7 @@ A file list program that supports multiple storage, and supports web browsing an
7171
- [x] [vtencent](https://app.v.tencent.com/)
7272
- [x] [ChaoxingGroupCloud](../guide/drivers/chaoxing.md)
7373
- [x] [Quqi Cloud](https://quqi.com)
74+
- [x] [163 Music Drive](../guide/drivers/163music.md)
7475

7576
### Discussion
7677

docs/guide/advanced/alias.md

+66-1
Original file line numberDiff line numberDiff line change
@@ -174,4 +174,69 @@ Test other:/test4/video/tv
174174
175175
This is because Windows is case-insensitive, video and Video will be considered as the same folder, you will not have this problem if you switch to Linux or Mac
176176
177-
> Aliases are not supported for load balancing for the time being (if it is supported later, the document will be modified here, if it is not modified, it is not yet supported)
177+
> Aliases are not supported for load balancing for the time being (if it is supported later, the document will be modified here, if it is not modified, it is not yet supported)
178+
179+
<br/>
180+
181+
182+
183+
### **Proxy Range**
184+
185+
You need to enable `Web Proxy` or` Webdav Native Proxy` to take effect
186+
187+
- Currently only applicable to:`alias`、`139Yun`、`AList V3`
188+
- Function Description:**https://github.com/alist-org/alist/pull/6496#issue-2309839607**
189+
190+
<br/>
191+
192+
193+
194+
### **Protect same name**
195+
196+
^>v3.34.0^Now alias supports the two operations of `Delete` and` Rename`,==By default, use==
197+
198+
File names like file names may appear in the alias. For folders with the same folder name, you cannot `Delete` or `Rename` when the `Protect same name` is opened.
199+
200+
-----
201+
202+
::: details Protect same name Use for example
203+
204+
We fill in the two folders of `a` and` b` to the alias options
205+
206+
```
207+
a/ b/ alias
208+
a/1.png b/1.png alias/1.png
209+
a/2.mp3 b/2.mp3 alias/2.mp3
210+
a/3.mp4 b/3.mp4 ----> alias/3.mp4
211+
a/4.mkv b/4.mkv ----> alias/4.mkv
212+
a/5.bin b/6.css alias/5.bin ---> According to the rule, aliases in directories listed earlier take precedence, and files with different names in separate folders are given priority.
213+
alias/6.css
214+
```
215+
216+
If we attempt to Rename or Delete a file named `1.png` while the `Protect same name` feature is enabled, the following message will be displayed in the top right corner:
217+
218+
<div style="color: red; display: flex; justify-content: center; align-items: center; border: 3px solid red;">
219+
<ul style="list-style-type: none;">
220+
<li><i class="fa-solid fa-circle-exclamation">&nbsp;</i><b>same-name files cannot be Rename</b></li><br/>
221+
<li><i class="fa-solid fa-circle-exclamation">&nbsp;</i><b>same-name files cannot be Delete</b></li>
222+
</ul>
223+
</div>
224+
225+
If we turn off the options of `Protect Same Name`, change to` a/1.png` to `a/11.png` will become the following display
226+
227+
- 因为a/b两个文件夹都有一样的文件,`重命名`和`下载`一样优先下载填写时候靠前的文件夹,同理重名修改也是先修改靠前文件夹中的文件 ( Can't translate the meaning that can be understood)
228+
229+
```
230+
a/ b/ alias
231+
a/1.png b/1.png alias/11.png
232+
a/2.mp3 b/2.mp3 alias/2.mp3
233+
a/3.mp4 b/3.mp4 ----> alias/3.mp4
234+
a/4.mkv b/4.mkv ----> alias/4.mkv
235+
a/5.bin b/6.css alias/5.bin
236+
alias/1.png ---> Because the b folder is in the rear, the file list display is relatively backward
237+
alias/6.css
238+
```
239+
240+
If you really do n’t understand, you can test it yourself and then install the production environment by yourself
241+
242+
:::

docs/guide/advanced/s3.md

+30-3
Original file line numberDiff line numberDiff line change
@@ -72,19 +72,46 @@ S3 Client - S3 Browser:[https://s3browser.com](https://s3browser.com/download.
7272

7373
<div class="vp-card-container">
7474
<VPCard
75-
v-for="i in 1"
76-
title="S3 Browser - 便携版"
75+
title="S3 Browser - Zip Package"
76+
logo="/img/advanced/s3/s3_logo/s3browser.png"
77+
desc=""
7778
link="https://s3browser.com/download/s3browser-11-6-7.zip"
7879
background="rgba(94, 239, 227, 0.15)"
7980
/>
8081
<VPCard
81-
title="S3 Browser - 安装版"
82+
title="S3 Browser - exe Install"
83+
logo="/img/advanced/s3/s3_logo/s3browser.png"
84+
desc=""
8285
link="https://s3browser.com/download/s3browser-11-6-7.exe"
8386
background="rgba(55, 124, 252, 0.15)"
8487
/>
88+
<VPCard
89+
title="S3Drive"
90+
desc="Support Android、iOS、Linux、MacOS、Desktop"
91+
logo="/img/advanced/s3/s3_logo/s3drive.png"
92+
link="https://s3drive.app"
93+
background="rgba(94, 239, 227, 0.15)"
94+
/>
95+
<VPCard
96+
title="Placeholder"
97+
logo="/logo.svg"
98+
desc="Placeholder"
99+
link=""
100+
background="rgba(0, 255, 185, 0.15)"
101+
/>
85102
</div>
86103

87104

105+
::: tabs#s3
106+
107+
@tab s3browser
108+
88109
![](/img/advanced/s3/s3browser.png)
89110

111+
@tab S3Drive
112+
113+
![](/img/advanced/s3/s3drive.png)
114+
115+
:::
116+
90117
At present, I only know this S3 Client. If you know other S3 Client, you can recommend it and then add it.

docs/guide/drivers/123.md

+18-5
Original file line numberDiff line numberDiff line change
@@ -27,19 +27,32 @@ You can view the content of the tab below to view different mounting methods (in
2727

2828

2929

30-
:::: tabs#123
30+
::::: tabs#123
3131

3232
@tab personal
3333

34-
::: warning
34+
## **personal**
35+
36+
:::: tip
3537

3638
Free user 10G traffic download, unlimited upload, multi-IP sharing is prohibited
3739

38-
- Need to use `v3.31.0` version
40+
- Need to use `v3.33.0` version
41+
42+
::: warning
43+
44+
```json
45+
failed get objs: failed to list objs:当前账号存在安全风险,请使用短信验证码或者微信进行登录。
46+
```
47+
48+
solution:
49+
50+
- This is because the 123 cloud disk officially prohibits the mounting on strange devices, If you are mounted locally, `or` Windows Server server mount `to open the 123 cloud disk web page to log in or modify a password once
51+
- example:[#6105](https://github.com/alist-org/alist/discussions/6105#discussioncomment-8628361)[#6254](https://github.com/alist-org/alist/discussions/6254#discussioncomment-8884882)
3952

4053
:::
4154

42-
## **personal**
55+
::::
4356

4457
https://www.123pan.com/
4558

@@ -163,7 +176,7 @@ If you are not sure whether the directory ID is correct or not, there is a direc
163176

164177
![123](/img/drivers/123/123_fl_id.png)
165178

166-
::::
179+
:::::
167180

168181
## **The default download method used**
169182

docs/guide/drivers/139.md

+10
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,16 @@ Update the method of authentication, please get `Authorization` to fill in
4646

4747

4848

49+
## **Proxy Range**
50+
51+
You need to enable `Web Proxy` or` Webdav Native Proxy` to take effect
52+
53+
- Currently only applicable to:`alias``139Yun``AList V3`
54+
- Function Description:**https://github.com/alist-org/alist/pull/6496#issue-2309839607**
55+
56+
<br/>
57+
58+
4959

5060
## **Type**
5161

docs/guide/drivers/163music.md

+78
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,78 @@
1+
---
2+
# This is the icon of the page
3+
icon: iconfont icon-state
4+
# This control sidebar order
5+
order: 24
6+
# A page can have multiple categories
7+
category:
8+
- Guide
9+
# A page can have multiple tags
10+
tag:
11+
- Storage
12+
- Guide
13+
- "302"
14+
# this page is sticky in article list
15+
sticky: true
16+
# this page will appear in starred articles
17+
star: true
18+
---
19+
20+
# 163 Music Drive
21+
22+
163 Music Drive can only upload music and other operations on the mobile phone, and the web page cannot operate
23+
24+
<br/>
25+
26+
27+
28+
## **cookie**
29+
30+
Open **https://music.163.com** and then open the F12 developer mode
31+
32+
Open a request at will, just carry the `Cookie` to find the following two parameters and fill in the AList` Cookie`
33+
34+
- **__csrf****MUSIC_U**
35+
36+
![](/img/drivers/163/163_cookie.png)
37+
38+
<br/>
39+
40+
41+
42+
## **Song Limit**
43+
44+
You can only get 200 songs by default. If you exceed you, you can modify this option
45+
46+
<br/>
47+
48+
49+
50+
### **Precautions**
51+
52+
1. If there are many list files, it is recommended to open pagination loading, otherwise it will not be loaded
53+
2. Cloud space can only upload audio format files, and cannot upload other format files
54+
55+
<br/>
56+
57+
58+
59+
### **The default download method used**
60+
61+
```mermaid
62+
---
63+
title: Which download method is used by default?
64+
---
65+
flowchart TB
66+
style a1 fill:#bbf,stroke:#f66,stroke-width:2px,color:#fff
67+
style a2 fill:#ff7575,stroke:#333,stroke-width:4px
68+
subgraph ide1 [ ]
69+
a1
70+
end
71+
a1[302]:::someclass====|default|a2[user equipment]
72+
classDef someclass fill:#f96
73+
c1[local proxy]-.alternative.->a2[user equipment]
74+
b1[Download proxy URL]-.alternative.->a2[user equipment]
75+
click a1 "../drivers/common.html#webdav-policy"
76+
click b1 "../drivers/common.html#webdav-policy"
77+
click c1 "../drivers/common.html#webdav-policy"
78+
```

docs/guide/drivers/189.md

+21-2
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@ The web -side login has been replaced with sliding verification code, **no longe
3030
### **username**
3131
the phone number used to log in
3232

33-
34-
3533
### **password**
3634

3735
password for login
3836

37+
<br/>
38+
3939

4040

4141
### **Root folder ID**
@@ -45,6 +45,19 @@ The string at the end of the official website url, such as:
4545
- https://cloud.189.cn/web/main/file/folder/71398114617385472 -> `71398114617385472`
4646
![189](/img/drivers/189.png)
4747

48+
<br/>
49+
50+
### **Family transfer**
51+
52+
Give 189 cloud disk adds Personal's `Family Transfer option`, which is convenient for users without VIP, and a large number of family cloud spaces upload.
53+
54+
- Note: The old upload interface family cloud will still limit the upload quantity, so `Rapid upload` and ` Old Upload` will not take effect
55+
- **https://github.com/alist-org/alist/pull/6288**
56+
57+
58+
59+
<br/>
60+
4861

4962

5063
## **Family Cloud**
@@ -55,6 +68,8 @@ Open https://h5.cloud.189.cn/main.html#/family, enter the folder you want to mou
5568

5669
![189](/img/drivers/189/189-1.png)
5770

71+
<br/>
72+
5873

5974

6075
### **AList fill in examples:**
@@ -71,12 +86,16 @@ Fill in the account^1^and password^2^,Then click one request in the request, jus
7186

7287
Video reference: **https://www.bilibili.com/video/BV16A4y197De**
7388

89+
<br/>
90+
7491

7592

7693
## **suggestion**
7794

7895
It is recommended to use the Tianyi cloud disk client first, [**Notes click to view.**](../../faq/howto.md#when-adding-tianyi-cloud-disk-client-storage-prompt-need-img-validate-code-verification-code)
7996

97+
<br/>
98+
8099

81100

82101
### **The default download method used**

docs/guide/drivers/Alist V2 V3.md

+15-2
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,10 @@ The AList path you want to mount has a meta information password set
9292
- But the root directory `/` of the other party has no password set, but other individual folders such as Ali, Baidu, 123 have set passwords, so you can fill in these but only one password.
9393
- If the passwords of the three folders mentioned above are set differently, then you can only enter the folder with this password in the one you fill in, and you will not be able to enter without this password. You should understand.
9494

95+
<br/>
96+
97+
98+
9599
## **Username**
96100

97101
`AList` user name (account) you want to mount
@@ -100,8 +104,6 @@ The AList path you want to mount has a meta information password set
100104

101105
The password corresponding to the `AList` username you want to mount
102106

103-
104-
105107
:::tip Kind tips
106108

107109
It looks very troublesome, but you can understand it after a little operation. The details are written for Xiaobai(The premise is that [**Allow Mount**](../../config/site.md#allow-mounted) is enabled on the other party)
@@ -124,6 +126,17 @@ It looks very troublesome, but you can understand it after a little operation. T
124126

125127
You don’t need to write, it will be automatically filled after filling in `Username & Password` and saving
126128

129+
<br/>
130+
131+
132+
133+
### **Proxy Range**
134+
135+
You need to enable `Web Proxy` or` Webdav Native Proxy` to take effect
136+
137+
- Currently only applicable to:`alias``139Yun``AList V3`
138+
- Function Description:**https://github.com/alist-org/alist/pull/6496#issue-2309839607**
139+
127140

128141

129142
@tab V2

docs/guide/drivers/Crypt.md

+7
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,13 @@ Note: `Alist Crypt` used `filename_encoding = base64` in default. If you want to
186186

187187
Since Alist does not consider any case-insensitive internally, you may encounter problems when remote storage is case-insensitive. e.g.: use alist local driver on Windows, then use Crypt on it.
188188

189+
<br/>
190+
191+
192+
193+
## **Precautions**
194+
195+
When starting alist, I found that the Crypt prompts errors because Crypt can not find the relevant path when starting, You can fill in the Crypt [order](common.md#order) to make Crypt start slowly
189196

190197
<br/>
191198

0 commit comments

Comments
 (0)