File tree 4 files changed +5
-4
lines changed
4 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1
1
# 更新日志
2
2
3
+ ## 1.2.5
4
+ * 修复数据库更新(#69 )
5
+
3
6
## 1.2.4
4
7
* 添加和修改部分翻译 (#64 )
5
8
Original file line number Diff line number Diff line change @@ -13,8 +13,6 @@ E 站注射器,将中文翻译注入到 E 站体内。
13
13
14
14
15
15
## 安装
16
- [ ![ Mozilla Add-on] ( ./.github/assets/firefox.svg )] ( https://addons.mozilla.org/zh-CN/firefox/addon/ehsyringe/ " 安装 Firefox 插件 ")
17
- ** Chrome 插件被下架**
18
16
19
17
### Chrome安装方法
20
18
1 . 前往 [ Release 页面] ( https://github.com/EhTagTranslation/EhSyringe/releases ) 下载zip文件并解压
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ehsyringe" ,
3
3
"displayName" : " EhSyringe" ,
4
- "version" : " 1.2.4 " ,
4
+ "version" : " 1.2.5 " ,
5
5
"description" : " E 站注射器,将中文翻译注入到 E 站体内。" ,
6
6
"author" : " EhTagTranslation" ,
7
7
"main" : " syringe.js" ,
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ class Log {
17
17
console . time ( plabel ) ;
18
18
return {
19
19
label,
20
- log : console . timeLog . bind ( console , plabel ) ,
20
+ log : ( console . timeLog || console . log ) . bind ( console , plabel ) ,
21
21
end : console . timeEnd . bind ( console , plabel ) ,
22
22
} as Timer ;
23
23
}
You can’t perform that action at this time.
0 commit comments