@zkwq/business 0.1.78 → 0.1.80

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -194,7 +194,8 @@ export default {
194
194
  '返回':'Back'
195
195
  },
196
196
  readableItem:{
197
- '已授权':'Authorized',
197
+ '代表作':'masterpiece',
198
+ '授权':'Authorized',
198
199
  '已发布':'Published',
199
200
  '未发布':'Unpublished',
200
201
  '作为本文作者的授权代理人提交':'Submitted as an authorized agent of the author of this article',
@@ -194,7 +194,8 @@ export default {
194
194
  '返回':'возвращаться'
195
195
  },
196
196
  readableItem:{
197
- '已授权':'Авторизованный',
197
+ '代表作':'Делегаты',
198
+ '授权':'Авторизованный',
198
199
  '已发布':'Опубликовано',
199
200
  '未发布':'Неопубликовано',
200
201
  '作为本文作者的授权代理人提交':'Представлено как уполномоченный агент автора этой статьи.',
@@ -191,7 +191,8 @@ export default {
191
191
  '返回':'返回'
192
192
  },
193
193
  readableItem:{
194
- '已授权':'已授权',
194
+ '代表作':'代表作',
195
+ '授权':'授权',
195
196
  '已发布':'已发布',
196
197
  '未发布':'未发布',
197
198
  '作为本文作者的授权代理人提交':'作为本文作者的授权代理人提交',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zkwq/business",
3
- "version": "0.1.78",
3
+ "version": "0.1.80",
4
4
  "description": "中科文情业务组件库",
5
5
  "type": "module",
6
6
  "main": "dist/index.umd.min.cjs",
@@ -17,8 +17,8 @@
17
17
  "vue": "2.6.14",
18
18
  "axios": "^1.3.4",
19
19
  "vue-template-compiler": "2.6.14",
20
- "@zkwq/unplugin-minify": "1.0.0",
21
- "@zkwq/unplugin-split-style": "1.0.0"
20
+ "@zkwq/unplugin-split-style": "1.0.0",
21
+ "@zkwq/unplugin-minify": "1.0.0"
22
22
  },
23
23
  "dependencies": {
24
24
  "async-validator": "^4.2.5",