Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kyu28 authored May 11, 2022
1 parent 1d9fd83 commit 5a4bbdf
Showing 1 changed file with 12 additions and 9 deletions.
21 changes: 12 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,23 @@ Drcom Pt version client with refresh timer<br>
Dr.com Pt版本客户端 可用于网页认证的drcom

# 使用方法
在程序相同目录下创建dracc.txt并在内部填入三行数据<br>
在程序相同目录下创建account.cfg并在内部填入三行数据<br>
第一行填入帐号<br>
第二行填入密码<br>
第三行填入认证服务器IP<br>
第四行填入刷新时间

实例亦可见dracc-example.txt<br>
例:如你的帐号为123456,密码为88888888,认证服务器IP地址为172.31.255.255,则dracc.txt应是<br>
`123456`<br>
`88888888`<br>
`172.31.255.255`<br>
实例亦可见account.cfg.example<br>
例:如你的帐号为123456,密码为88888888,认证服务器IP地址为172.31.255.255,每60秒刷新一次,则account.cfg应是<br>
```
123456
88888888
172.31.255.255
60
````

dcacc.txt创建后即可运行<br>
exe版双击运行,因使用pyinstaller -w选项故运行时不会有界面显示<br>
py版需要python3解释器及requests库,你可能需要`pip install requests`<br>
account.cfg创建后即可运行
exe版双击运行,drcom将显示详细信息,drcomq将静默运行
该脚本定时自动更新以大幅降低断网概率

# SZUer看这里
Expand Down

0 comments on commit 5a4bbdf

Please sign in to comment.