|
@@ -3029,9 +3029,10 @@ U.MD.D.I.openApplication = function (str, obj, info) {
|
|
|
"AI助手",
|
|
|
$$("iframe", { "frameborder": "no", "border": "0", "scrolling ": "no", "style": { "cssText": "border:0;width:100%;height:100%" }, "src": "https://cloud.cocorobo.cn/aichat/" }), {
|
|
|
"id": "AIChat",
|
|
|
- "style": { "width": "550px", "height": "550px", "bottom": "30px", "right": "30px", "overflow": 'hidden', "zIndex": "9999" },
|
|
|
+ "style": { "width": "550px", "height": "550px", "bottom": "30px", "right": "30px", "overflow": 'hidden' },
|
|
|
"onresize": function () { }
|
|
|
}, {
|
|
|
+ istop:true,
|
|
|
closecallback: function () { $("#aichat_icon").remove(); },
|
|
|
narrowcallback: function () {
|
|
|
if (!$("#aichat_icon")[0]) {
|