zhangyuhan пре 3 година
родитељ
комит
6ffdab3032
3 измењених фајлова са 5 додато и 5 уклоњено
  1. 1 1
      package.json
  2. 2 2
      src/language/cn.json
  3. 2 2
      src/language/en.json

+ 1 - 1
package.json

@@ -1,5 +1,5 @@
 {
-  "version": "0.2.1",
+  "version": "0.2.2",
   "license": "MIT",
   "main": "dist/index.js",
   "typings": "dist/index.d.ts",

+ 2 - 2
src/language/cn.json

@@ -1,6 +1,6 @@
 {
   "error_url_404": "未提供 URL",
   "error_type_404": "当前类型未支持,请使用 getTransformLinks 钩子提供解析结果",
-  "success_extract": "解压成功",
-  "success_download": "下载成功"
+  "success_extract": "解压成功",
+  "success_download": "下载成功"
 }

+ 2 - 2
src/language/en.json

@@ -1,6 +1,6 @@
 {
   "error_url_404": "No URL",
   "error_type_404": "The current type is not supported, please use getTransformLinks Hook to provide parsing results",
-  "success_extract": "Decompression succeeded",
-  "success_download": "Download succeeded"
+  "success_extract": "Decompression succeeded",
+  "success_download": "Download succeeded"
 }