first commit

This commit is contained in:
annnj-company
2026-04-17 18:29:53 +08:00
parent e49fa5a215
commit 130c1026c4
5615 changed files with 1639145 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
<?php /*a:0:{}*/ ?>
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title></title>
</head>
<body>
<div width="100%" style="text-align:center;">
<?php if(is_array($info['report_summary_img']) || $info['report_summary_img'] instanceof \think\Collection || $info['report_summary_img'] instanceof \think\Paginator): $i = 0; $__LIST__ = $info['report_summary_img'];if( count($__LIST__)==0 ) : echo "" ;else: foreach($__LIST__ as $key=>$sub): $mod = ($i % 2 );++$i;?>
<img src="<?php echo htmlentities($sub['url']); ?>" style="width:100%;height: auto;">
<?php endforeach; endif; else: echo "" ;endif; ?>
</div>
</body>
</html>