Skip to content

Commit daa87b1

Browse files
committed
releases: 发布 1.5.34 版本
- fix: 修复 Boost 模式下的 UI 显示问题 - 移除 Simple Mode 中的 post-menu-area 绝对定位样式 - 更新版本日志
1 parent 57aabf5 commit daa87b1

5 files changed

Lines changed: 9 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
- fix: 修复 Horizon 风格下“新标签页打开话题”失效 #327
1+
- fix: 修复 Boost 模式下的 UI 显示问题

docs/docs/version-log.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog / 更新日志
22

3+
## 1.5.34
4+
5+
- fix: 修复 Boost 模式下的 UI 显示问题
6+
7+
https://github.com/anghunk/linuxdo-scripts/releases/tag/1.5.34
8+
39
## 1.5.32
410

511
- fix: 修复一些已知问题

entrypoints/App.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -527,6 +527,7 @@ export default {
527527
checked55: false,
528528
checked56: false,
529529
checked57: false,
530+
checked58: false,
530531
removePostavatarData: {
531532
enable: false,
532533
showAuthor: false,

entrypoints/SettingComponents/BasicSettings/MenuSimpleMode.vue

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,8 @@ export default {
1313
created() {
1414
if (this.modelValue) {
1515
$('head').append(`<style>
16-
section.post-menu-area{position:absolute!important;bottom:-30px;right:0;transition:all .1s linear;opacity:0;visibility:hidden;transform:translateY(10px)}
1716
.topic-post .avatar{width:30px!important;height:30px!important}
1817
.topic-avatar .avatar-flair.rounded{display:none}
19-
.topic-post:hover section.post-menu-area{opacity:1;visibility:inherit;transform:translateY(0)}
2018
.topic-avatar{width:auto!important}
2119
.names .user-title{display:none}
2220
.topic-meta-data .user-status-message-wrap{display:none}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "linuxdo-scripts",
33
"description": "manifest.json description",
4-
"version": "1.5.33",
4+
"version": "1.5.34",
55
"type": "module",
66
"scripts": {
77
"dev": "wxt",

0 commit comments

Comments
 (0)