Merge remote-tracking branch 'upstream/master'
This commit is contained in:
parent
e3d763acff
commit
0975b60c72
@ -171,7 +171,7 @@ ip_proxy = subprocess.run(
|
|||||||
).stdout.strip() # 获取windows的IP
|
).stdout.strip() # 获取windows的IP
|
||||||
proxies = { "http": ip_proxy + ":51837", "https": ip_proxy + ":51837", } # 请自行修改
|
proxies = { "http": ip_proxy + ":51837", "https": ip_proxy + ":51837", } # 请自行修改
|
||||||
```
|
```
|
||||||
至此测试、使用与上面其他方法无异。
|
在启动main.py后,可以在windows浏览器中访问服务。至此测试、使用与上面其他方法无异。
|
||||||
|
|
||||||
|
|
||||||
## 自定义新的便捷按钮(学术快捷键自定义)
|
## 自定义新的便捷按钮(学术快捷键自定义)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user