refactor: 新增赛博云下载页面

This commit is contained in:
2024-11-18 09:47:38 +08:00
parent c6cb3eb240
commit ba60025fae

View File

@@ -97,7 +97,7 @@ class TopsNas extends BaseController
return $this->fetch(); return $this->fetch();
} }
public function downloadCyber() public function download_cyber()
{ {
return $this->fetch(); return $this->fetch();
} }