切换导航条
登录
fanwh
/
workai-design-blocks
·
提交
GitLab
转到仪表盘
项目
活动
文件
提交
构建
0
图表
里程碑
问题
0
合并请求
0
标记
维基
派生
网络
下载为
邮件补丁
差异文件
浏览文件
提交
23e59e85f95f2fcedade526dbcaa8c4a6aea80d1
作者
Yu
2019-05-05 20:00:53 +0800
提交者
chencheng (云谦)
2019-05-05 20:00:53 +0800
1 个父辈
dfcac789
feat: add blockConfig.specVersion (#24)
内嵌
并排对比
正在显示
27 个修改的文件
包含
133 行增加
和
52 行删除
ant-design-pro/AccountCenter/package.json
ant-design-pro/AccountSettings/package.json
ant-design-pro/AdvancedForm/package.json
ant-design-pro/AdvancedProfile/package.json
ant-design-pro/Analysis/package.json
ant-design-pro/BasicForm/package.json
ant-design-pro/BasicList/package.json
ant-design-pro/BasicProfile/package.json
ant-design-pro/CardList/package.json
ant-design-pro/Exception403/package.json
ant-design-pro/Exception404/package.json
ant-design-pro/Exception500/package.json
ant-design-pro/Monitor/package.json
ant-design-pro/ResultFail/package.json
ant-design-pro/ResultSuccess/package.json
ant-design-pro/SearchListApplications/package.json
ant-design-pro/SearchListArticles/package.json
ant-design-pro/SearchListProjects/package.json
ant-design-pro/StepForm/package.json
ant-design-pro/TableList/package.json
ant-design-pro/UserLogin/package.json
ant-design-pro/UserRegister/package.json
ant-design-pro/UserRegisterResult/package.json
ant-design-pro/Workplace/package.json
blank/package.json
demo/package.json
user-dashboard/package.json
ant-design-pro/AccountCenter/package.json
查看文件 @
23e59e8
...
...
@@ -21,5 +21,8 @@
21
21
"umi-plugin-react"
:
"^1.3.0-beta.1"
,
22
22
"umi-plugin-block-dev"
:
"^1.0.0"
23
23
},
24
-
"license"
:
"ISC"
25
-
}
24
+
"license"
:
"ISC"
,
25
+
"blockConfig"
:
{
26
+
"specVersion"
:
"0.1"
27
+
}
28
+
}
\ No newline at end of file
...
...
ant-design-pro/AccountSettings/package.json
查看文件 @
23e59e8
...
...
@@ -21,5 +21,8 @@
21
21
"umi-plugin-block-dev"
:
"^1.0.0"
,
22
22
"umi-plugin-react"
:
"^1.3.0-beta.1"
23
23
},
24
-
"license"
:
"ISC"
25
-
}
24
+
"license"
:
"ISC"
,
25
+
"blockConfig"
:
{
26
+
"specVersion"
:
"0.1"
27
+
}
28
+
}
\ No newline at end of file
...
...
ant-design-pro/AdvancedForm/package.json
查看文件 @
23e59e8
...
...
@@ -23,5 +23,8 @@
23
23
"umi-plugin-react"
:
"^1.3.0-beta.1"
,
24
24
"umi-plugin-block-dev"
:
"^1.0.0"
25
25
},
26
-
"license"
:
"ISC"
27
-
}
26
+
"license"
:
"ISC"
,
27
+
"blockConfig"
:
{
28
+
"specVersion"
:
"0.1"
29
+
}
30
+
}
\ No newline at end of file
...
...
ant-design-pro/AdvancedProfile/package.json
查看文件 @
23e59e8
...
...
@@ -24,5 +24,8 @@
24
24
"umi-plugin-react"
:
"^1.3.0-beta.1"
,
25
25
"umi-plugin-block-dev"
:
"^1.0.0"
26
26
},
27
-
"license"
:
"ISC"
28
-
}
27
+
"license"
:
"ISC"
,
28
+
"blockConfig"
:
{
29
+
"specVersion"
:
"0.1"
30
+
}
31
+
}
\ No newline at end of file
...
...
ant-design-pro/Analysis/package.json
查看文件 @
23e59e8
...
...
@@ -24,5 +24,8 @@
24
24
"umi-plugin-react"
:
"^1.3.0-beta.1"
,
25
25
"umi-plugin-block-dev"
:
"^1.1.0"
26
26
},
27
-
"license"
:
"ISC"
28
-
}
27
+
"license"
:
"ISC"
,
28
+
"blockConfig"
:
{
29
+
"specVersion"
:
"0.1"
30
+
}
31
+
}
\ No newline at end of file
...
...
ant-design-pro/BasicForm/package.json
查看文件 @
23e59e8
...
...
@@ -22,5 +22,8 @@
22
22
"umi-plugin-react"
:
"^1.3.0-beta.1"
,
23
23
"umi-plugin-block-dev"
:
"^1.0.0"
24
24
},
25
-
"license"
:
"ISC"
26
-
}
25
+
"license"
:
"ISC"
,
26
+
"blockConfig"
:
{
27
+
"specVersion"
:
"0.1"
28
+
}
29
+
}
\ No newline at end of file
...
...
ant-design-pro/BasicList/package.json
查看文件 @
23e59e8
...
...
@@ -25,5 +25,8 @@
25
25
"umi-plugin-react"
:
"^1.3.0-beta.1"
,
26
26
"umi-plugin-block-dev"
:
"^1.0.0"
27
27
},
28
-
"license"
:
"ISC"
29
-
}
28
+
"license"
:
"ISC"
,
29
+
"blockConfig"
:
{
30
+
"specVersion"
:
"0.1"
31
+
}
32
+
}
\ No newline at end of file
...
...
ant-design-pro/BasicProfile/package.json
查看文件 @
23e59e8
...
...
@@ -22,5 +22,8 @@
22
22
"umi-plugin-react"
:
"^1.3.0-beta.1"
,
23
23
"umi-plugin-block-dev"
:
"^1.0.0"
24
24
},
25
-
"license"
:
"ISC"
26
-
}
25
+
"license"
:
"ISC"
,
26
+
"blockConfig"
:
{
27
+
"specVersion"
:
"0.1"
28
+
}
29
+
}
\ No newline at end of file
...
...
ant-design-pro/CardList/package.json
查看文件 @
23e59e8
...
...
@@ -22,5 +22,8 @@
22
22
"umi-plugin-react"
:
"^1.3.0-beta.1"
,
23
23
"umi-plugin-block-dev"
:
"^1.0.0"
24
24
},
25
-
"license"
:
"ISC"
26
-
}
25
+
"license"
:
"ISC"
,
26
+
"blockConfig"
:
{
27
+
"specVersion"
:
"0.1"
28
+
}
29
+
}
\ No newline at end of file
...
...
ant-design-pro/Exception403/package.json
查看文件 @
23e59e8
...
...
@@ -21,5 +21,8 @@
21
21
"umi-plugin-react"
:
"^1.3.0-beta.1"
,
22
22
"umi-plugin-block-dev"
:
"^1.0.0"
23
23
},
24
-
"license"
:
"ISC"
25
-
}
24
+
"license"
:
"ISC"
,
25
+
"blockConfig"
:
{
26
+
"specVersion"
:
"0.1"
27
+
}
28
+
}
\ No newline at end of file
...
...
ant-design-pro/Exception404/package.json
查看文件 @
23e59e8
...
...
@@ -21,5 +21,8 @@
21
21
"umi-plugin-react"
:
"^1.3.0-beta.1"
,
22
22
"umi-plugin-block-dev"
:
"^1.0.0"
23
23
},
24
-
"license"
:
"ISC"
25
-
}
24
+
"license"
:
"ISC"
,
25
+
"blockConfig"
:
{
26
+
"specVersion"
:
"0.1"
27
+
}
28
+
}
\ No newline at end of file
...
...
ant-design-pro/Exception500/package.json
查看文件 @
23e59e8
...
...
@@ -21,5 +21,8 @@
21
21
"umi-plugin-react"
:
"^1.3.0-beta.1"
,
22
22
"umi-plugin-block-dev"
:
"^1.0.0"
23
23
},
24
-
"license"
:
"ISC"
25
-
}
24
+
"license"
:
"ISC"
,
25
+
"blockConfig"
:
{
26
+
"specVersion"
:
"0.1"
27
+
}
28
+
}
\ No newline at end of file
...
...
ant-design-pro/Monitor/package.json
查看文件 @
23e59e8
...
...
@@ -24,5 +24,8 @@
24
24
"umi-plugin-react"
:
"^1.3.0-beta.1"
,
25
25
"umi-plugin-block-dev"
:
"^1.0.0"
26
26
},
27
-
"license"
:
"ISC"
28
-
}
27
+
"license"
:
"ISC"
,
28
+
"blockConfig"
:
{
29
+
"specVersion"
:
"0.1"
30
+
}
31
+
}
\ No newline at end of file
...
...
ant-design-pro/ResultFail/package.json
查看文件 @
23e59e8
...
...
@@ -20,5 +20,8 @@
20
20
"umi-plugin-react"
:
"^1.3.0-beta.1"
,
21
21
"umi-plugin-block-dev"
:
"^1.0.0"
22
22
},
23
-
"license"
:
"ISC"
24
-
}
23
+
"license"
:
"ISC"
,
24
+
"blockConfig"
:
{
25
+
"specVersion"
:
"0.1"
26
+
}
27
+
}
\ No newline at end of file
...
...
ant-design-pro/ResultSuccess/package.json
查看文件 @
23e59e8
...
...
@@ -20,5 +20,8 @@
20
20
"umi-plugin-react"
:
"^1.3.0-beta.1"
,
21
21
"umi-plugin-block-dev"
:
"^1.0.0"
22
22
},
23
-
"license"
:
"ISC"
24
-
}
23
+
"license"
:
"ISC"
,
24
+
"blockConfig"
:
{
25
+
"specVersion"
:
"0.1"
26
+
}
27
+
}
\ No newline at end of file
...
...
ant-design-pro/SearchListApplications/package.json
查看文件 @
23e59e8
...
...
@@ -27,5 +27,8 @@
27
27
"umi-plugin-react"
:
"^1.3.0-beta.1"
,
28
28
"umi-plugin-block-dev"
:
"^1.0.0"
29
29
},
30
-
"license"
:
"ISC"
31
-
}
30
+
"license"
:
"ISC"
,
31
+
"blockConfig"
:
{
32
+
"specVersion"
:
"0.1"
33
+
}
34
+
}
\ No newline at end of file
...
...
ant-design-pro/SearchListArticles/package.json
查看文件 @
23e59e8
...
...
@@ -24,5 +24,8 @@
24
24
"umi-plugin-react"
:
"^1.3.0-beta.1"
,
25
25
"umi-plugin-block-dev"
:
"^1.0.0"
26
26
},
27
-
"license"
:
"ISC"
28
-
}
27
+
"license"
:
"ISC"
,
28
+
"blockConfig"
:
{
29
+
"specVersion"
:
"0.1"
30
+
}
31
+
}
\ No newline at end of file
...
...
ant-design-pro/SearchListProjects/package.json
查看文件 @
23e59e8
...
...
@@ -24,5 +24,8 @@
24
24
"umi-plugin-react"
:
"^1.3.0-beta.1"
,
25
25
"umi-plugin-block-dev"
:
"^1.0.0"
26
26
},
27
-
"license"
:
"ISC"
28
-
}
27
+
"license"
:
"ISC"
,
28
+
"blockConfig"
:
{
29
+
"specVersion"
:
"0.1"
30
+
}
31
+
}
\ No newline at end of file
...
...
ant-design-pro/StepForm/package.json
查看文件 @
23e59e8
...
...
@@ -23,5 +23,8 @@
23
23
"umi-plugin-react"
:
"^1.3.0-beta.1"
,
24
24
"umi-plugin-block-dev"
:
"^1.0.0"
25
25
},
26
-
"license"
:
"ISC"
27
-
}
26
+
"license"
:
"ISC"
,
27
+
"blockConfig"
:
{
28
+
"specVersion"
:
"0.1"
29
+
}
30
+
}
\ No newline at end of file
...
...
ant-design-pro/TableList/package.json
查看文件 @
23e59e8
...
...
@@ -23,5 +23,8 @@
23
23
"umi-plugin-react"
:
"^1.3.0-beta.1"
,
24
24
"umi-plugin-block-dev"
:
"^1.0.0"
25
25
},
26
-
"license"
:
"ISC"
27
-
}
26
+
"license"
:
"ISC"
,
27
+
"blockConfig"
:
{
28
+
"specVersion"
:
"0.1"
29
+
}
30
+
}
\ No newline at end of file
...
...
ant-design-pro/UserLogin/package.json
查看文件 @
23e59e8
...
...
@@ -24,5 +24,8 @@
24
24
"umi-plugin-block-dev"
:
"^1.0.0"
,
25
25
"umi-plugin-react"
:
"^1.3.0-beta.1"
26
26
},
27
-
"license"
:
"MIT"
28
-
}
27
+
"license"
:
"MIT"
,
28
+
"blockConfig"
:
{
29
+
"specVersion"
:
"0.1"
30
+
}
31
+
}
\ No newline at end of file
...
...
ant-design-pro/UserRegister/package.json
查看文件 @
23e59e8
...
...
@@ -25,5 +25,8 @@
25
25
"umi-plugin-react"
:
"^1.3.0-beta.1"
,
26
26
"umi-plugin-block-dev"
:
"^1.0.0"
27
27
},
28
-
"license"
:
"MIT"
29
-
}
28
+
"license"
:
"MIT"
,
29
+
"blockConfig"
:
{
30
+
"specVersion"
:
"0.1"
31
+
}
32
+
}
\ No newline at end of file
...
...
ant-design-pro/UserRegisterResult/package.json
查看文件 @
23e59e8
...
...
@@ -20,5 +20,8 @@
20
20
"umi-plugin-react"
:
"^1.3.0-beta.1"
,
21
21
"umi-plugin-block-dev"
:
"^1.0.0"
22
22
},
23
-
"license"
:
"MIT"
24
-
}
23
+
"license"
:
"MIT"
,
24
+
"blockConfig"
:
{
25
+
"specVersion"
:
"0.1"
26
+
}
27
+
}
\ No newline at end of file
...
...
ant-design-pro/Workplace/package.json
查看文件 @
23e59e8
...
...
@@ -24,5 +24,8 @@
24
24
"umi-plugin-block-dev"
:
"^1.0.0"
,
25
25
"umi-plugin-react"
:
"^1.3.0-beta.1"
26
26
},
27
-
"license"
:
"MIT"
28
-
}
27
+
"license"
:
"MIT"
,
28
+
"blockConfig"
:
{
29
+
"specVersion"
:
"0.1"
30
+
}
31
+
}
\ No newline at end of file
...
...
blank/package.json
查看文件 @
23e59e8
...
...
@@ -3,5 +3,8 @@
3
3
"description"
:
"A blank block for quick start a umi page develop."
,
4
4
"dependencies"
:
{
5
5
"umi-request"
:
"^1.0.0"
6
+
},
7
+
"blockConfig"
:
{
8
+
"specVersion"
:
"0.1"
6
9
}
7
-
}
10
+
}
\ No newline at end of file
...
...
demo/package.json
查看文件 @
23e59e8
1
1
{
2
2
"name"
:
"@umi-blocks/demo"
,
3
-
"description"
:
"a demo block of umi"
4
-
}
3
+
"description"
:
"a demo block of umi"
,
4
+
"blockConfig"
:
{
5
+
"specVersion"
:
"0.1"
6
+
}
7
+
}
\ No newline at end of file
...
...
user-dashboard/package.json
查看文件 @
23e59e8
...
...
@@ -3,5 +3,8 @@
3
3
"description"
:
"User dashboard example."
,
4
4
"dependencies"
:
{
5
5
"umi-request"
:
"^1.0.0"
6
+
},
7
+
"blockConfig"
:
{
8
+
"specVersion"
:
"0.1"
6
9
}
7
-
}
10
+
}
\ No newline at end of file
...
...
请
注册
或
登录
后发表评论