|
@@ -1418,7 +1418,7 @@ U.MD.D.I.openApplication = function(str, obj, info) {
|
|
|
case "AIprogram": //ai编程
|
|
|
_formdiv = new U.UF.UI.form(
|
|
|
"AI编程平台",
|
|
|
- $$("iframe", { "frameborder": "no", "border": "0", "scrolling ": "no", "style": { "cssText": "border:0;width:100%;height:100%" }, "src": "https://ai-blockly.cocorobo.cn/" }), {
|
|
|
+ $$("iframe", { "frameborder": "no", "border": "0", "scrolling ": "no", "style": { "cssText": "border:0;width:100%;height:100%" }, "src": "https://ai-blockly.cocorobo.cn/?lang=zh-hans" }), {
|
|
|
"id": "studnetProject",
|
|
|
"style": { "width": "70%", "height": "90%", "overflow": 'hidden' },
|
|
|
"onresize": function() {}
|