Skip to content

Commit 10c4a4d

Browse files
v1.2.6
1 parent e1bf7a2 commit 10c4a4d

File tree

5 files changed

+6
-4
lines changed

5 files changed

+6
-4
lines changed

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
# 更新日志
22

3+
## 1.2.6
4+
* 更换打包格式,添加 Firefox 安装说明
5+
36
## 1.2.5
4-
* 修复数据库更新(#69)
7+
* 修复数据库更新 (#69)
58

69
## 1.2.4
710
* 添加和修改部分翻译 (#64)

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ehsyringe",
33
"displayName": "EhSyringe",
4-
"version": "1.2.5",
4+
"version": "1.2.6",
55
"description": "E 站注射器,将中文翻译注入到 E 站体内。",
66
"author": "EhTagTranslation",
77
"main": "syringe.js",

src/assets/tag.db

1.66 KB
Binary file not shown.

webpack.config.js

-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ if (pack) {
3535
plugins.push(
3636
new ZipPlugin({
3737
path: path.resolve(__dirname, 'release'),
38-
pathPrefix: 'EhSyringe',
3938
filename: 'EhSyringe'
4039
}));
4140
plugins.push(

0 commit comments

Comments
 (0)