Skip to content

Commit 88b9648

Browse files
authored
fix typo (#225)
1 parent 6c69020 commit 88b9648

File tree

2 files changed

+5
-9
lines changed

2 files changed

+5
-9
lines changed

docs/config/configuration.md

+2-4
Original file line numberDiff line numberDiff line change
@@ -83,14 +83,12 @@ The url of your `alist` site, such as `https://pan.nn.ci`.This address will be u
8383
- Reverse proxy to sub directory
8484
- ...
8585

86-
Do not carry `/` at the end when filling in the link, otherwise it cannot be used or other problems
87-
88-
- Do not carry `/` at the end of the URL link, correct example:heavy_check_mark: :`https://pan.nn.ci`, wrong example: `https://pan.nn.ci/` :x:,Otherwise the following functions will not be available
86+
Please do not include `/` at the end of the URL link, refer to the following example, otherwise the above function will also not be available or exceptions will occur
8987

9088
```json
9189
# Correct way of writing:
9290
"site_url": "https://pan.nn.ci",
93-
#Wrong way of writing:
91+
# Wrong way of writing:
9492
"site_url": "https://pan.nn.ci/",
9593
```
9694

docs/zh/config/configuration.md

+3-5
Original file line numberDiff line numberDiff line change
@@ -83,14 +83,12 @@ star: true
8383
- 反向代理至二级目录
8484
- ...
8585

86-
在填写链接时结尾请勿携带`/`,否则无法使用或其他问题
87-
88-
- URL链接结尾请勿携带 `/` ,正确示例:heavy_check_mark::`https://pan.nn.ci`,错误示例:`https://pan.nn.ci/`:x:,否则将无法使用以下功能
86+
URL链接结尾请勿携带 `/` ,参照如下示例,否则也将无法使用上述功能或出现异常
8987

9088
```json
91-
#正确写法:
89+
# 正确写法:
9290
"site_url": "https://pan.nn.ci",
93-
#错误写法:
91+
# 错误写法:
9492
"site_url": "https://pan.nn.ci/",
9593
```
9694

0 commit comments

Comments
 (0)