File tree Expand file tree Collapse file tree
SettingComponents/BasicSettings Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- - fix: 修复 Horizon 风格下“新标签页打开话题”失效 # 327
1+ - fix: 修复 Boost 模式下的 UI 显示问题
Original file line number Diff line number Diff line change 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: 修复一些已知问题
Original file line number Diff line number Diff 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 ,
Original file line number Diff line number Diff 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}
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments