This commit is contained in:
ChuXun
2026-01-04 17:58:44 +08:00
parent cf8f4c5c3a
commit ec3b5157fe
180 changed files with 4677 additions and 18032 deletions

View File

@@ -41,6 +41,9 @@ $(document).ready(function() {
if(src){
//获取objectId
var objectId = src.substring(src.lastIndexOf("/")+1,src.lastIndexOf("."));
if(src.indexOf('star4') > -1){
objectId = src.substring(src.indexOf("star4") + 6, src.lastIndexOf("/"))
}
if(objectId){
Viewer.isDownloadImg = true;
//获取云存储下载地址