Skip to content

Commit

Permalink
chore: 1.0.33 发布
Browse files Browse the repository at this point in the history
  • Loading branch information
dlzmoe committed Feb 12, 2025
1 parent 1e3aece commit b6af652
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 58 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
- feat: 新建话题时自动切换到【搞七捻三】类别(暂不可自定义)
- fix: 回退功能
5 changes: 0 additions & 5 deletions entrypoints/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,6 @@
<MenuTopicToImages :sort="37" v-model="settingData.checked43" />
<!-- 查看话题内自己回复的楼层数(抽奖贴适用) -->
<MenuViewOwnReply :sort="38" v-model="settingData.checked44" />
<!-- 新建话题时自动切换到【搞七捻三】类别(暂不可自定义) -->
<MenuAddTopicCate :sort="39" v-model="settingData.checked45" />
</div>
<div class="menu-body-item" v-show="activeIndex == 1">
<!-- 自定义论坛 logo -->
Expand Down Expand Up @@ -220,7 +218,6 @@ import MenuBookmark from "./components/BasicSettings/MenuBookmark.vue";
import MenuHideWelfareDone from "./components/BasicSettings/MenuHideWelfareDone.vue";
import MenuTopicToImages from "./components/BasicSettings/MenuTopicToImages.vue";
import MenuViewOwnReply from "./components/BasicSettings/MenuViewOwnReply.vue";
import MenuAddTopicCate from "./components/BasicSettings/MenuAddTopicCate.vue";
// 自定义文字
import MenuOtherCss from "./components/CustomText/MenuOtherCss.vue";
Expand Down Expand Up @@ -326,7 +323,6 @@ export default {
MenuHideWelfareDone,
MenuTopicToImages,
MenuViewOwnReply,
MenuAddTopicCate,
},
data() {
return {
Expand Down Expand Up @@ -391,7 +387,6 @@ export default {
checked42: false,
checked43: false,
checked44: false,
checked45: false,
removePostavatarData: {
enable: false,
showAuthor: false,
Expand Down
51 changes: 0 additions & 51 deletions entrypoints/components/BasicSettings/MenuAddTopicCate.vue

This file was deleted.

3 changes: 2 additions & 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.32",
"version": "1.0.33",
"type": "module",
"scripts": {
"dev": "wxt",
Expand All @@ -24,6 +24,7 @@
"jquery": "^3.7.1",
"marked": "^14.1.1",
"pangu": "^4.0.7",
"publish": "^0.6.0",
"vue": "^3.5.12",
"webdav": "^5.7.1",
"webext-dynamic-content-scripts": "^10.0.3",
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.33

- fix: 回退功能

## 1.0.32

- feat: 新建话题时自动切换到【搞七捻三】类别(暂不可自定义)
Expand Down

0 comments on commit b6af652

Please sign in to comment.