Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kyu28 committed Jan 2, 2022
1 parent 06d8378 commit 3915c17
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,21 @@
# drcom-pt-client
Drcom Pt version client with refresh timer

Drcom Pt version client with refresh timer<br>
<br>
Dr.com Pt版本客户端 可用于网页认证的drcom

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

例:如你的帐号为123456,密码为88888888,认证服务器IP地址为172.31.255.255,则dracc.txt应是<br>
`123456<br>
88888888<br>
172.31.255.255<br>`
`123456`<br>
`88888888`<br>
`172.31.255.255`<br>

exe版双击运行,py版需要python3解释器
exe版双击运行<br>
py版需要python3解释器及requests库,你可能需要`pip install requests`<br>
该脚本定时自动更新以大幅减少断网概率

# SZUer看这里
Expand Down

0 comments on commit 3915c17

Please sign in to comment.