Skip to content

Commit 1ab08ea

Browse files
committed
修复已知问题
1 parent f58f764 commit 1ab08ea

File tree

4 files changed

+17
-3
lines changed

4 files changed

+17
-3
lines changed

assets/css/main.css

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1625,7 +1625,8 @@ body.touch .poptrox-popup .nav-next {
16251625
color: var(--heo-fontcolor);
16261626
transition: 0.3s;
16271627
z-index: 1;
1628-
margin: 12px 0 0 12px;
1628+
margin-left: 12px;
1629+
margin-top: 12px;
16291630
backdrop-filter: saturate(180%) blur(20px);
16301631
-webkit-backdrop-filter: blur(20px);
16311632
}
@@ -2466,6 +2467,14 @@ body.is-preload #main .thumb {
24662467
margin-bottom: 12px;
24672468
}
24682469

2470+
.content-wrapper {
2471+
display: none;
2472+
}
2473+
2474+
.poptrox-popup .content-wrapper {
2475+
display: flex;
2476+
}
2477+
24692478
.poptrox-popup .tag-info-bottom {
24702479
display: flex;
24712480
}

index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* 一款相册主题,Plus系列目前由Heo维护
44
* @package TimePlus
55
* @author zhheo
6-
* @version 2.11
6+
* @version 2.11.1
77
* @link https://zhheo.com/
88
*/
99
?>

releases.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"tag_name": "2.11"
2+
"tag_name": "2.11.1"
33
}

update.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,16 @@ rsync -avz --progress --chmod=755 ./ root@116.196.68.153:/www/wwwroot/plog.zhheo
44

55
# 更新日志
66

7+
## 2.11.1
8+
9+
修复已知问题
10+
711
## 2.11
812
移动端优化 #25
913
支持时间、设备、地点信息显示
1014
没有内容的时候不载入p标签
1115
支持标签显示
16+
修改版本号获取逻辑
1217

1318
## 2.10
1419
- 修复了全屏按钮的显示问题

0 commit comments

Comments
 (0)