Skip to content

Commit

Permalink
修复已知问题
Browse files Browse the repository at this point in the history
  • Loading branch information
zhheo committed Jan 8, 2025
1 parent f58f764 commit 1ab08ea
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 3 deletions.
11 changes: 10 additions & 1 deletion assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -1625,7 +1625,8 @@ body.touch .poptrox-popup .nav-next {
color: var(--heo-fontcolor);
transition: 0.3s;
z-index: 1;
margin: 12px 0 0 12px;
margin-left: 12px;
margin-top: 12px;
backdrop-filter: saturate(180%) blur(20px);
-webkit-backdrop-filter: blur(20px);
}
Expand Down Expand Up @@ -2466,6 +2467,14 @@ body.is-preload #main .thumb {
margin-bottom: 12px;
}

.content-wrapper {
display: none;
}

.poptrox-popup .content-wrapper {
display: flex;
}

.poptrox-popup .tag-info-bottom {
display: flex;
}
Expand Down
2 changes: 1 addition & 1 deletion index.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* 一款相册主题,Plus系列目前由Heo维护
* @package TimePlus
* @author zhheo
* @version 2.11
* @version 2.11.1
* @link https://zhheo.com/
*/
?>
Expand Down
2 changes: 1 addition & 1 deletion releases.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"tag_name": "2.11"
"tag_name": "2.11.1"
}
5 changes: 5 additions & 0 deletions update.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,16 @@ rsync -avz --progress --chmod=755 ./ [email protected]:/www/wwwroot/plog.zhheo

# 更新日志

## 2.11.1

修复已知问题

## 2.11
移动端优化 #25
支持时间、设备、地点信息显示
没有内容的时候不载入p标签
支持标签显示
修改版本号获取逻辑

## 2.10
- 修复了全屏按钮的显示问题
Expand Down

0 comments on commit 1ab08ea

Please sign in to comment.