Files
fun/js/py/base/localProxy.py
T
pricema 6e8af5c540 更新
2025-10-07 01:31:31 +08:00

6 lines
124 B
Python

class Proxy:
def getUrl(self, local):
return 'http://127.0.0.1:9978'
def getPort(self):
return 9978