Skip to content

Commit

Permalink
fix typo (#225)
Browse files Browse the repository at this point in the history
  • Loading branch information
liuran001 authored Jun 5, 2023
1 parent 6c69020 commit 88b9648
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
6 changes: 2 additions & 4 deletions docs/config/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,14 +83,12 @@ The url of your `alist` site, such as `https://pan.nn.ci`.This address will be u
- Reverse proxy to sub directory
- ...

Do not carry `/` at the end when filling in the link, otherwise it cannot be used or other problems

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

```json
# Correct way of writing:
"site_url": "https://pan.nn.ci",
#Wrong way of writing:
# Wrong way of writing:
"site_url": "https://pan.nn.ci/",
```

Expand Down
8 changes: 3 additions & 5 deletions docs/zh/config/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,14 +83,12 @@ star: true
- 反向代理至二级目录
- ...

在填写链接时结尾请勿携带`/`,否则无法使用或其他问题

- URL链接结尾请勿携带 `/` ,正确示例:heavy_check_mark::`https://pan.nn.ci`,错误示例:`https://pan.nn.ci/`:x:,否则将无法使用以下功能
URL链接结尾请勿携带 `/` ,参照如下示例,否则也将无法使用上述功能或出现异常

```json
#正确写法:
# 正确写法:
"site_url": "https://pan.nn.ci",
#错误写法:
# 错误写法:
"site_url": "https://pan.nn.ci/",
```

Expand Down

0 comments on commit 88b9648

Please sign in to comment.