mirror of
https://github.com/fish2018/GoComicMosaic.git
synced 2025-11-25 19:37:49 +08:00
update
This commit is contained in:
@@ -89,6 +89,9 @@
|
||||
- 添加友链
|
||||

|
||||
|
||||
## 详情页剧照点击放大查看
|
||||

|
||||
|
||||
---
|
||||
|
||||
# 美漫资源共建平台部署
|
||||
|
||||
BIN
docs/25.gif
Normal file
BIN
docs/25.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.6 MiB |
@@ -315,7 +315,7 @@
|
||||
<div class="resource-content">
|
||||
<div class="media-section">
|
||||
<!-- 大图展示区 -->
|
||||
<div class="main-image-container">
|
||||
<div class="main-image-container" @click="previewEditImage(currentImage)">
|
||||
<img
|
||||
:src="getImageUrl(currentImage)"
|
||||
class="resource-poster"
|
||||
@@ -464,7 +464,7 @@
|
||||
<!-- 图片预览模态框 -->
|
||||
<div v-if="previewImageUrl" class="custom-modal" @click.self="closePreviewImage">
|
||||
<div class="modal-image-container">
|
||||
<button type="button" class="btn-close image-close-btn" @click="closePreviewImage"></button>
|
||||
<button type="button" class="btn-close image-close-btn bi bi-x-lg me-2" @click="closePreviewImage"></button>
|
||||
<img :src="getImageUrl(previewImageUrl)" class="preview-large-image" :alt="resource?.title || '图片预览'">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user