Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yuantuo666 authored Aug 19, 2020
1 parent 6e88fb0 commit bd91e97
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ PanDownload 网页复刻版,PHP 语言版<br/>
## Setting
请在 `config.php` 中找:
```
define('BDUSS', '123');
define('STOKEN', '456');
define('BDUSS', '');
define('STOKEN', '');
define('IsCheckPassword', true);
define('Password', '请在这里填写密码啦!ヾ(≧▽≦*)o');
```
Expand All @@ -26,6 +26,15 @@ define('Password', '请在这里填写密码啦!ヾ(≧▽≦*)o');
- 第四项是首页需要输入的密码,但是如果第三项为 `false` 则无效
- 详细信息可见 `config.php` 的注释

例如,你的SVIP的BDUSS是 `123` ,STOKEN是 `456` ,开启密码并且设置为 `789` ,那么应该将 `config.php` 中设置成以下的代码:

```
define('BDUSS', '123');
define('STOKEN', '456');
define('IsCheckPassword', true);
define('Password', '789');
```

## Thanks
- [baiduwp JavaScript 版](https://github.com/TkzcM/baiduwp "GitHub 项目")
- [PanDownload 网站](https://pandownload.com/ "PanDownload 网站")
Expand Down

0 comments on commit bd91e97

Please sign in to comment.