MCPcopy Create free account
hub / github.com/aaPanel/BaoTa / edit_site

Method edit_site

script/btcli.py:325–327  ·  view source on GitHub ↗

修改网站配置(预留)

(self, site_id: int, **kwargs)

Source from the content-addressed store, hash-verified

323 print(Colors.warning("功能开发中..."))
324
325 def edit_site(self, site_id: int, **kwargs):
326 """修改网站配置(预留)"""
327 print(Colors.warning("功能开发中..."))
328
329 def add_proxy_site(self, domains: str, proxy_pass: str, proxy_host: str, proxy_type: str, remark: str):
330 from mod.project.proxy.comMod import main as proxyMod

Callers

nothing calls this directly

Calls 1

warningMethod · 0.45

Tested by

no test coverage detected