Skip to content

Commit da6cd4a

Browse files
committed
调整 [暗黑模式] 为默认关闭
1 parent a966e04 commit da6cd4a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Zhihu-Beautification.user.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// ==UserScript==
22
// @name 知乎美化
3-
// @version 1.1.12
3+
// @version 1.1.13
44
// @author X.I.U
55
// @description 宽屏显示、暗黑模式(4种)、隐藏文章开头大图、调整图片最大高度、向下翻时自动隐藏顶栏、文章编辑页面与实际文章宽度一致、屏蔽登录提示
66
// @match *://www.zhihu.com/*
@@ -20,7 +20,7 @@
2020
(function() {
2121
var menu_ALL = [
2222
['menu_widescreenDisplay', '宽屏显示', '宽屏显示', true],
23-
['menu_darkMode', '暗黑模式', '暗黑模式', true],
23+
['menu_darkMode', '暗黑模式', '暗黑模式', false],
2424
['menu_darkModeType', '暗黑模式切换(1~4)', '暗黑模式切换', 1],
2525
['menu_picHeight', '调整图片最大高度', '调整图片最大高度', true],
2626
['menu_postimg', '隐藏文章开头大图', '隐藏文章开头大图', true],

0 commit comments

Comments
 (0)