Skip to content

Commit

Permalink
fix: 修复设置按钮显示隐藏问题
Browse files Browse the repository at this point in the history
  • Loading branch information
dlzmoe committed Jan 21, 2025
1 parent 01b81d5 commit bba8739
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 9 deletions.
8 changes: 1 addition & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1 @@
- feat: 对论坛设置按钮进行优化,可在右上角设置显示隐藏
- feat: 新增查看话题内自己回复的全部楼层数,需在设置中开启
- feat: 新增收藏夹黑夜模式
- fix: 修复迁移收藏夹时无法查看全部文件夹的问题
- fix: 修复收藏夹去重时覆盖问题
- fix: 修复 AI 总结时部分模型不可使用温度 temperature 参数的问题
- fix: 优化小屏右侧功能按钮遮挡的问题
- fix: 修复设置按钮显示隐藏问题
2 changes: 1 addition & 1 deletion entrypoints/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ export default {
},
data() {
return {
isShow: true,
isShow: false,
opacity: false,
showdialog: false,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "linuxdo-scripts",
"description": "manifest.json description",
"private": true,
"version": "1.0.28",
"version": "1.0.30",
"type": "module",
"scripts": {
"dev": "wxt",
Expand Down
4 changes: 4 additions & 0 deletions version-log.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.0.30

- fix: 修复设置按钮显示隐藏问题

## 1.0.28

- feat: 对论坛设置按钮进行优化,可在右上角设置显示隐藏
Expand Down

0 comments on commit bba8739

Please sign in to comment.