diff --git a/function/scf.php b/function/scf.php index a86a42d..5e4038f 100644 --- a/function/scf.php +++ b/function/scf.php @@ -376,7 +376,7 @@ function SetbaseConfig($function_name, $Region, $Namespace, $SecretId, $SecretKe $host = 'scf.tencentcloudapi.com'; $tmpdata['Action'] = 'UpdateFunctionConfiguration'; $tmpdata['FunctionName'] = $function_name; - $tmpdata['Description'] = 'Onedrive index in SCF. SCF上的Onedrive目录网站程序。 by 逸笙'; + $tmpdata['Description'] = 'Onedrive index in SCF. SCF上的Onedrive目录网站程序。'; $tmpdata['MemorySize'] = 128; $tmpdata['Timeout'] = 30; $tmpdata['Namespace'] = $Namespace;