更新至v1.87.5,更新内容在DzzOffice 笔记中查看

This commit is contained in:
小胡
2024-03-20 21:14:58 +08:00
Unverified
parent 7b2a203999
commit 7be6cbdc8d
4 changed files with 30 additions and 5 deletions

View File

@@ -3571,4 +3571,12 @@ function dzz_userconfig_init()
$result = Hook::listen('sms',$params);
return $result[0];
}
}
function shareLink($shareLink,$path){
$path=dzzdecode($path);
$pathh=dzzencode($path.$path);
if ($pathh==$shareLink){
return true;
}
}