Skip to content

Commit cbfe129

Browse files
authored
fix : 应用添加失败 (#406)
1 parent 3d688b5 commit cbfe129

File tree

6 files changed

+9
-7
lines changed

6 files changed

+9
-7
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<!doctype html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width,initial-scale=1"><title>Model Config Form</title><script defer="defer" src="vendors.js"></script><script defer="defer" src="index.js"></script></head><body><div id="root"></div></body></html>
1+
<!doctype html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width,initial-scale=1"><title>Document</title><script defer="defer" src="vendors.js"></script><script defer="defer" src="index.js"></script></head><body><div id="root"></div></body></html>

examples/app-demo/normal-form/6befc536-7e6d-48b5-8dcb-1c4d04ca4e92/build/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/app-demo/normal-form/6befc536-7e6d-48b5-8dcb-1c4d04ca4e92/build/vendors.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/app-demo/normal-form/6befc536-7e6d-48b5-8dcb-1c4d04ca4e92/build/vendors.js.LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
http://jedwatson.github.io/classnames
55
*/
66

7-
/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */
7+
/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/babel/babel/blob/main/packages/babel-helpers/LICENSE */
88

99
/**
1010
* @license React

examples/app-demo/normal-form/6befc536-7e6d-48b5-8dcb-1c4d04ca4e92/config.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
"modelId": { "type": "string" },
1616
"baseUrl": { "type": "string" },
1717
"isDefault": { "type": "integer" },
18-
"userId": { "type": "string" }
18+
"userId": { "type": "string" },
19+
"type": { "type": "string" }
1920
},
2021
"required": ["modelId", "isDefault", "userId"]
2122
}
@@ -37,9 +38,10 @@
3738
"baseUrl": { "type": "string" },
3839
"isDefault": { "type": "integer" },
3940
"userId": { "type": "string" },
40-
"apiKey": { "type": "string" }
41+
"apiKey": { "type": "string" },
42+
"type": { "type": "string" }
4143
},
42-
"required": ["modelName", "modelId", "baseUrl", "isDefault", "userId", "apiKey"]
44+
"required": ["modelName", "modelId", "baseUrl", "isDefault", "userId", "apiKey", "type"]
4345
}
4446
},
4547
"required": ["action", "info"]
-910 Bytes
Loading

0 commit comments

Comments
 (0)