v2.6.2
parent
3b523ceb2c
commit
749f0ab814
|
@ -38,7 +38,7 @@ if ($config['ad_top']) echo $config['ad_top_info'];
|
||||||
?>
|
?>
|
||||||
<div class="col-md-12">
|
<div class="col-md-12">
|
||||||
<div class="col-md-6" style="text-align: center;">
|
<div class="col-md-6" style="text-align: center;">
|
||||||
<a href="<?php echo $getIMG; ?>" data-toggle="lightbox" data-group="image-group-1"><img src="<?php echo parse_url($getIMG)['path']; ?>" id="img1" width="50%" height="50%" class="img-rounded" alt=" <?php echo basename($getIMG); ?>"></a>
|
<a href="<?php echo $img_url; ?>" data-toggle="lightbox" data-group="image-group-1"><img src="<?php echo parse_url($getIMG)['path']; ?>" id="img1" width="300px" height="200px" class="img-rounded" alt=" <?php echo basename($getIMG); ?>"></a>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-md-6">
|
<div class="col-md-6">
|
||||||
<h4>图片名称: <?php echo pathinfo($getIMG, PATHINFO_FILENAME); ?></h4>
|
<h4>图片名称: <?php echo pathinfo($getIMG, PATHINFO_FILENAME); ?></h4>
|
||||||
|
@ -66,7 +66,7 @@ if ($config['ad_top']) echo $config['ad_top_info'];
|
||||||
<div class="col-md-12" style="padding-bottom: 10px;">
|
<div class="col-md-12" style="padding-bottom: 10px;">
|
||||||
<div class="col-md-6" style="padding-bottom: 10px;">
|
<div class="col-md-6" style="padding-bottom: 10px;">
|
||||||
<div class="input-group">
|
<div class="input-group">
|
||||||
<span class="input-group-addon"><i class="icon icon-link"></i> 直连 </span>
|
<span class="input-group-addon"><i class="icon icon-link"></i> 直 连 </span>
|
||||||
<input type="text" class="form-control" id="links" onclick="copyText()" value="<?php echo $img_url; ?>">
|
<input type="text" class="form-control" id="links" onclick="copyText()" value="<?php echo $img_url; ?>">
|
||||||
<span class="input-group-btn"><button class="btn btn-default copyBtn1" type="button">复制</button></span>
|
<span class="input-group-btn"><button class="btn btn-default copyBtn1" type="button">复制</button></span>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -91,8 +91,8 @@ $config=Array
|
||||||
'guest_path_status'=>0,
|
'guest_path_status'=>0,
|
||||||
'token_path_status'=>0,
|
'token_path_status'=>0,
|
||||||
'admin_path'=>'u',
|
'admin_path'=>'u',
|
||||||
'version'=>'2.6.1',
|
'version'=>'2.6.2',
|
||||||
'update'=>'2022-05-04 06:57:24',
|
'update'=>'2022-05-04 19:57:16',
|
||||||
'footer'=>'<a href="/admin/terms.php" target="_blank">请勿上传违反中国政策的图片</a>
|
'footer'=>'<a href="/admin/terms.php" target="_blank">请勿上传违反中国政策的图片</a>
|
||||||
<script>
|
<script>
|
||||||
var _hmt = _hmt || [];
|
var _hmt = _hmt || [];
|
||||||
|
|
Loading…
Reference in New Issue