后台获取数据. 获取内容完成. TODO: 注册型客户端.

This commit is contained in:
eson
2020-11-19 15:32:43 +08:00
parent 93b9303ee1
commit 5864a2645f
16 changed files with 131 additions and 73 deletions

16
chromeproxy/.vscode/launch.json vendored Normal file
View File

@@ -0,0 +1,16 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"request": "launch",
"name": "Chrome Extension debugging",
"port": 9222,
"type": "chrome",
"url": "http:/localhost:7123",
"webRoot": "${workspaceFolder}"
}
]
}