Skip to content

Commit

Permalink
chore: modified some codes
Browse files Browse the repository at this point in the history
  • Loading branch information
dlzmoe committed Aug 6, 2024
1 parent 37cbbb1 commit 4820426
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions src/app.vue
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
<MenuLookOP v-model="settingData.checked9" />
<!-- 检测更新 -->
<Updates />

</div>

<div class="menu-footer">
Expand Down Expand Up @@ -98,6 +99,7 @@ import AutoRead from "./components/AutoRead.vue";
import Updates from "./components/Updates.vue";
import MenuLookOP from "./components/MenuLookOP.vue";
import LookOP from "./components/LookOP.vue";
export default {
components: {
MenuOpenpostblank,
Expand Down Expand Up @@ -141,6 +143,7 @@ export default {
checked9: false,
QuickReply: "",
blockList: "",
checked10: false,
},
showautoread: false,
Expand Down
2 changes: 1 addition & 1 deletion tampermonkey.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// ==UserScript==
// @name linuxdo 增强插件本地开发
// @name linuxdo 增强插件
// @namespace https://github.com/dlzmoe/linuxdo-scripts
// @version 0.1.2
// @description linux.do 增强插件,话题列表显示创建时间,显示楼层数,新标签页打开话题,强制 block(拉黑屏蔽)某人的话题,话题快捷回复(支持自定义),优化签名图显示防止图裂,功能设置面板导入导出,楼层抽奖等,功能持续更新,欢迎提出。
Expand Down

0 comments on commit 4820426

Please sign in to comment.