Skip to content

Commit afd43e7

Browse files
committed
docs: v5.12.1
1 parent 3a36c89 commit afd43e7

File tree

4 files changed

+12
-2
lines changed

4 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@
1212
| ♻️ | 重构代码 |
1313
| ♿️ | 优化小部分内容一以便于使用 |
1414

15+
## 5.12.1
16+
17+
`2025-07-09`
18+
19+
- 👽 修复隐藏知乎圈子失效的问题;
1520
## 5.12.0
1621

1722
`2025-05-26`

build-config/public/CHANGELOG_LIST.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 5.12.1
2+
3+
`2025-07-09`
4+
5+
- 👽 修复隐藏知乎圈子失效的问题;
16
## 5.12.0
27

38
`2025-05-26`

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// ==UserScript==
22
// @name 知乎修改器🤜持续更新🤛努力实现功能最全的知乎配置插件
33
// @namespace http://tampermonkey.net/
4-
// @version 5.12.0
4+
// @version 5.12.1
55
// @description 知乎高性能模式,页面模块自定义隐藏,列表及回答内容过滤,保存浏览历史记录,推荐页内容缓存,一键邀请,复制代码块删除版权信息,列表种类和关键词强过滤并自动调用「不感兴趣」接口,屏蔽用户回答,视频下载,设置自动收起所有长回答或自动展开所有回答,移除登录提示弹窗,设置过滤故事档案局和盐选科普回答等知乎官方账号回答,手动调节文字大小,切换主题及深色模式调整,隐藏知乎热搜,列表添加标签种类,去除广告,设置购买链接显示方式,收藏夹内容、回答、文章导出为PDF,一键移除所有屏蔽选项,外链直接打开,键盘左右切换预览图片,快捷键收起时修正定位,更多功能请在插件里体验...
66
// @compatible edge Violentmonkey
77
// @compatible edge Tampermonkey

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "zhihu-custom",
33
"displayName": "知乎修改器🤜持续更新🤛努力实现功能最全的知乎配置插件",
4-
"version": "5.12.0",
4+
"version": "5.12.1",
55
"description": "知乎高性能模式,页面模块自定义隐藏,列表及回答内容过滤,保存浏览历史记录,推荐页内容缓存,一键邀请,复制代码块删除版权信息,列表种类和关键词强过滤并自动调用「不感兴趣」接口,屏蔽用户回答,视频下载,设置自动收起所有长回答或自动展开所有回答,移除登录提示弹窗,设置过滤故事档案局和盐选科普回答等知乎官方账号回答,手动调节文字大小,切换主题及深色模式调整,隐藏知乎热搜,列表添加标签种类,去除广告,设置购买链接显示方式,收藏夹内容、回答、文章导出为PDF,一键移除所有屏蔽选项,外链直接打开,键盘左右切换预览图片,快捷键收起时修正定位,更多功能请在插件里体验...",
66
"main": "index.js",
77
"scripts": {

0 commit comments

Comments
 (0)