Skip to content

Commit 1e67fb5

Browse files
committed
0.1.0
1 parent 407ef2b commit 1e67fb5

File tree

11 files changed

+390
-35
lines changed

11 files changed

+390
-35
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# v2ex.min - V2EX 极简风格
22

3-
V2EX 极简风格,扁平化 UI,导航栏顶部固定,去除背景图片,支持黑暗模式,去除广告,去除不必要元素,支持隐藏头像。
3+
V2EX 极简风格,扁平化 UI,导航栏顶部固定,去除背景图片,支持黑暗模式,去除广告,去除不必要元素,支持隐藏头像,支持自定义样式
44

55
![screenshots](assets/v2ex.min-screenshots-01.png)
66
![screenshots](assets/v2ex.min-screenshots-02.png)

assets/v2ex.min-screenshots-01.png

-29.1 KB
Loading

assets/v2ex.min-screenshots-02.png

25.3 KB
Loading

assets/v2ex.min-screenshots-03.png

8.25 KB
Loading

assets/v2ex.min-screenshots-04.png

3.96 KB
Loading

assets/v2ex.min-screenshots-05.png

-7.58 KB
Loading

build/userscript-prod/v2ex.min.user.js

Lines changed: 372 additions & 21 deletions
Large diffs are not rendered by default.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "v2ex.min",
3-
"displayName": "v2ex.min - V2EX 极简风格",
3+
"displayName": "v2ex.min - V2EX Minimalist (极简风格)",
44
"displayName:zh-CN": "v2ex.min - V2EX 极简风格",
5-
"version": "0.0.1",
6-
"description": "V2EX 极简风格,扁平化 UI,导航栏顶部固定,去除背景图片,支持黑暗模式,去除广告,去除不必要元素,支持隐藏头像。",
7-
"description:zh-CN": "V2EX 极简风格,扁平化 UI,导航栏顶部固定,去除背景图片,支持黑暗模式,去除广告,去除不必要元素,支持隐藏头像。",
5+
"version": "0.1.0",
6+
"description": "V2EX minimalist style,扁平化 UI,导航栏顶部固定,去除背景图片,支持黑暗模式,去除广告,去除不必要元素,支持隐藏头像,支持自定义样式",
7+
"description:zh-CN": "V2EX 极简风格,扁平化 UI,导航栏顶部固定,去除背景图片,支持黑暗模式,去除广告,去除不必要元素,支持隐藏头像,支持自定义样式",
88
"author": "Pipecraft",
99
"namespace": "https://github.com/v2hot/v2ex.min",
1010
"icon": "https://www.v2ex.com/favicon.ico",

scripts/userscript/banner.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
// ==UserScript==
2-
// @name {displayName}
2+
// @name {displayName:zh-CN}
3+
// @name:en {displayName}
34
// @name:zh-CN {displayName:zh-CN}
45
// @namespace {namespace}
56
// @homepageURL {homepage}
67
// @supportURL {bugs.url}
78
// @version {version}
8-
// @description {description}
9+
// @description {description:zh-CN}
10+
// @description:en {description}
911
// @description:zh-CN {description:zh-CN}
1012
// @icon {icon}
1113
// @author {author}

userscript-desc/readme.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
1-
# v2ex.min - V2EX 极简风格
1+
# v2ex.min - V2EX Minimalist (极简风格)
22

3-
V2EX 极简风格,扁平化 UI,导航栏顶部固定,去除背景图片,支持黑暗模式,去除广告,去除不必要元素,支持隐藏头像。
3+
V2EX minimalist style,扁平化 UI,导航栏顶部固定,去除背景图片,支持黑暗模式,去除广告,去除不必要元素,支持隐藏头像,支持自定义样式
44

55
> ⚠️ 部分样式在 Firefox 支持的不好。
66
77
> ⚠️ Firefox 浏览器需要启用 `layout.css.has-selector.enabled`。访问 `about:config`,把 `layout.css.has-selector.enabled` 设置为 `true`
88
99
## TODO
1010

11-
- 自定义功能选项
12-
- 自定义样式
11+
- ✅ 自定义功能选项
12+
- ✅ 自定义样式
13+
- Theme 切换
1314

1415
## About
1516

0 commit comments

Comments
 (0)