File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 51
51
52
52
## Release Note
53
53
54
+ ### v0.2.3 (2023/7/10)
55
+
56
+ - 修改 Greasemonkey 兼容性问题
57
+
54
58
### v0.2.2 (2022/5/30)
55
59
56
60
- 添加一个 TamperMonkey 脚本,使用户可以替换网站中无法访问的域名
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " jsdelivr-auto-fallback" ,
3
- "version" : " 0.2.2 " ,
3
+ "version" : " 0.2.3 " ,
4
4
"description" : " 修复 cdn.jsdelivr.net 无法访问的问题" ,
5
5
"main" : " index.js" ,
6
6
"scripts" : {
7
7
"build" : " uglifyjs index.js -c -m -o index.min.js" ,
8
8
"lint" : " prettier --write . && xo" ,
9
9
"lint:fix" : " prettier --write . && xo --fix" ,
10
- "test" : " echo \" Error: no test specified\" && exit 1 "
10
+ "test" : " echo \" Error: no test specified\" && exit 0 "
11
11
},
12
12
"repository" : {
13
13
"type" : " git" ,
Original file line number Diff line number Diff line change 1
1
// ==UserScript==
2
2
// @name Jsdelivr Auto Fallback
3
3
// @namespace https://github.com/PipecraftNet/jsdelivr-auto-fallback
4
- // @version 0.2.2
4
+ // @version 0.2.3
5
5
// @author PipecraftNet&DreamOfIce
6
6
// @description 修复 cdn.jsdelivr.net 无法访问的问题
7
7
// @homepage https://github.com/PipecraftNet/jsdelivr-auto-fallback
You can’t perform that action at this time.
0 commit comments