* [misc] add comment.

This commit is contained in:
qixinzhi
2024-07-08 13:16:59 +08:00
committed by 刘刚
parent 2c88f4a0b8
commit ffb7d66736
+10 -1
View File
@@ -282,7 +282,16 @@ class installZen extends install
return $downloadDuckdb && $downloadExtension ? 'ok' : 'fail';
}
protected function updateDownloadingTagFile($type = 'file', $action = 'create'): string
/**
* 更新tab文件下载状态。
* Update downloading tab file status.
*
* @param string $type
* @param string $action
* @access protected
* @return string
*/
protected function updateDownloadingTagFile(string $type = 'file', string $action = 'create'): string
{
$this->loadModel('bi');