@smallwei/avue 3.1.0 → 3.1.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -8,13 +8,20 @@ export default {
8
8
  select: 'Please select',
9
9
  input: 'Please input'
10
10
  },
11
+ check: {
12
+ checkAll: 'checkAll'
13
+ },
11
14
  upload: {
12
15
  upload: 'upload',
13
16
  tip: 'Drag files here,/'
14
17
  },
18
+ time: {
19
+ start: 'start',
20
+ end: 'end',
21
+ },
15
22
  date: {
16
- start: 'Start date',
17
- end: 'End date',
23
+ start: 'start',
24
+ end: 'end',
18
25
  t: 'today',
19
26
  y: 'yesterday',
20
27
  n: 'nearly 7',
@@ -8,13 +8,20 @@ export default {
8
8
  select: '请选择',
9
9
  input: '请输入'
10
10
  },
11
+ check: {
12
+ checkAll: '全选'
13
+ },
11
14
  upload: {
12
15
  upload: '点击上传',
13
16
  tip: '将文件拖到此处,或'
14
17
  },
18
+ time: {
19
+ start: '开始',
20
+ end: '结束'
21
+ },
15
22
  date: {
16
- start: '开始日期',
17
- end: '结束日期',
23
+ start: '开始',
24
+ end: '结束',
18
25
  t: '今日',
19
26
  y: '昨日',
20
27
  n: '近7天',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smallwei/avue",
3
- "version": "3.1.0",
3
+ "version": "3.1.3",
4
4
  "description": "A Magic Configurable Web Framework",
5
5
  "main": "lib/avue.min.js",
6
6
  "unpkg": "lib/avue.min.js",
@@ -19,14 +19,14 @@
19
19
  ],
20
20
  "repository": {
21
21
  "type": "git",
22
- "url": "git+https://gitee.com/smallweigit/avue.git"
22
+ "url": "git+https://gitee.com/baozer/avue.git"
23
23
  },
24
- "author": "smallwei",
24
+ "author": "baozer (source:smallwei)",
25
25
  "license": "MIT",
26
26
  "bugs": {
27
- "url": "https://gitee.com/smallweigit/avue/issues"
27
+ "url": "https://gitee.com/baozer/avue/issues"
28
28
  },
29
- "homepage": "https://gitee.com/smallweigit/avue/blob/master/README.md",
29
+ "homepage": "https://gitee.com/baozer/avue/blob/master/README.md",
30
30
  "devDependencies": {
31
31
  "@babel/cli": "^7.12.1",
32
32
  "@babel/core": "^7.11.4",
@@ -68,4 +68,4 @@
68
68
  "README.md",
69
69
  "LICENSE"
70
70
  ]
71
- }
71
+ }