bak
This commit is contained in:
parent
11ccb7a1f5
commit
69d46f19b1
1
app.py
1
app.py
|
|
@ -30,6 +30,7 @@ async def mail_qq_spider(account: str,display: int) -> str:
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
data["status"] = 500
|
data["status"] = 500
|
||||||
return json.dumps(data, ensure_ascii=False)@mcp.tool()
|
return json.dumps(data, ensure_ascii=False)@mcp.tool()
|
||||||
|
@mcp.tool()
|
||||||
async def start_xvnc_server(display: int) -> str:
|
async def start_xvnc_server(display: int) -> str:
|
||||||
"""启动XVNC服务
|
"""启动XVNC服务
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue