From 8deef0ad70c4f80f6229cdd09cf1a756e996c507 Mon Sep 17 00:00:00 2001 From: 98zi Date: Thu, 29 Aug 2024 23:20:45 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E9=87=8D=E6=96=B0=E5=8F=91=E7=89=88?= =?UTF-8?q?=EF=BC=8C=E6=97=A0=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 3 +-- dist/linuxdo-scripts.user.js | 4 ++-- linuxdo-scripts.user.js | 4 ++-- package.json | 2 +- version-log.md | 4 ++++ 5 files changed, 10 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 381737a..e6f6c07 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,2 +1 @@ -- 添加:Webhooks 功能,greasyfork.org 可以自动同步 GitHub 仓库,将流程自动化 -- 修改:其他代码 \ No newline at end of file +重新发版,无更新。 \ No newline at end of file diff --git a/dist/linuxdo-scripts.user.js b/dist/linuxdo-scripts.user.js index 4104ea8..b6c5e28 100644 --- a/dist/linuxdo-scripts.user.js +++ b/dist/linuxdo-scripts.user.js @@ -1,7 +1,7 @@ // ==UserScript== // @name linuxdo 增强插件 // @namespace https://github.com/dlzmoe/linuxdo-scripts -// @version 0.3.2 +// @version 0.3.3 // @author dlzmoe // @description linux.do 增强插件,话题列表显示创建时间,显示楼层数,新标签页打开话题,强制 block(拉黑屏蔽)某人的话题,话题快捷回复(支持自定义),优化签名图显示防止图裂,在话题列表可直接预览详情及评论,功能设置面板导入导出,楼层抽奖,用户自定义标签,只看楼主,自动滚动阅读,支持自定义 css 样式,中英文混排优化,等级信息查询,AI 总结话题功能等,功能持续更新,欢迎提出新想法! // @license Apache-2.0 @@ -1017,7 +1017,7 @@ } const AutoRead = /* @__PURE__ */ _export_sfc(_sfc_main$n, [["render", _sfc_render$n]]); const name = "linuxdo-scripts"; - const version = "0.3.2"; + const version = "0.3.3"; const author = "dlzmoe"; const description = "An enhanced script for the linux.do forum"; const type = "module"; diff --git a/linuxdo-scripts.user.js b/linuxdo-scripts.user.js index 4104ea8..b6c5e28 100644 --- a/linuxdo-scripts.user.js +++ b/linuxdo-scripts.user.js @@ -1,7 +1,7 @@ // ==UserScript== // @name linuxdo 增强插件 // @namespace https://github.com/dlzmoe/linuxdo-scripts -// @version 0.3.2 +// @version 0.3.3 // @author dlzmoe // @description linux.do 增强插件,话题列表显示创建时间,显示楼层数,新标签页打开话题,强制 block(拉黑屏蔽)某人的话题,话题快捷回复(支持自定义),优化签名图显示防止图裂,在话题列表可直接预览详情及评论,功能设置面板导入导出,楼层抽奖,用户自定义标签,只看楼主,自动滚动阅读,支持自定义 css 样式,中英文混排优化,等级信息查询,AI 总结话题功能等,功能持续更新,欢迎提出新想法! // @license Apache-2.0 @@ -1017,7 +1017,7 @@ } const AutoRead = /* @__PURE__ */ _export_sfc(_sfc_main$n, [["render", _sfc_render$n]]); const name = "linuxdo-scripts"; - const version = "0.3.2"; + const version = "0.3.3"; const author = "dlzmoe"; const description = "An enhanced script for the linux.do forum"; const type = "module"; diff --git a/package.json b/package.json index 029e968..dacddb3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "linuxdo-scripts", - "version": "0.3.2", + "version": "0.3.3", "author": "dlzmoe", "description": "An enhanced script for the linux.do forum", "type": "module", diff --git a/version-log.md b/version-log.md index d9365ae..7865355 100644 --- a/version-log.md +++ b/version-log.md @@ -1,3 +1,7 @@ +## 0.3.3 + +重新发版,无更新。 + ## 0.3.2 - 添加:Webhooks 功能,greasyfork.org 可以自动同步 GitHub 仓库,将流程自动化