python run.py --new-user
python run.py --no-gui
如果你想使用web界面来显示二维码的话,请执行
pip install bottle # 安装bottle依赖
python run.py --no-gui --http
然后,访问 http://your_host_name_or_ip_addr:8888
来查看当前的登录状态或者扫码登录。
python run.py --debug
python run.py --new-user
python run.py --no-gui
如果你想使用web界面来显示二维码的话,请执行
pip install bottle # 安装bottle依赖
python run.py --no-gui --http
然后,访问 http://your_host_name_or_ip_addr:8888
来查看当前的登录状态或者扫码登录。
python run.py --debug