lsc 5 meses atrás
pai
commit
6c62404ad5
1 arquivos alterados com 2 adições e 2 exclusões
  1. 2 2
      js/Desktop/DeskTop.js

+ 2 - 2
js/Desktop/DeskTop.js

@@ -4781,7 +4781,7 @@ U.MD.D.I.openApplication = function(str, obj, info) {
             break;
         case "aigpt": //gpt4
             _formdiv = new U.UF.UI.form(
-                "AI助手+",
+                "AI Chat+",
                 $$("iframe", { "allow": "camera *; microphone *;display-capture;midi;encrypted-media;", "webkitallowfullscreen": "", "mozallowfullscreen": "", "allowfullscreen": "", "frameborder": "no", "border": "0", "scrolling ": "no", "style": { "cssText": "border:0;width:100%;height:100%" }, "src": "https://cloud.cocorobo.com/aigpt/?userid=" + _userid + "&oid=" + _oid + "&org=" + _org + "&role=" + _role }), {
                 "id": "aigpt",
                 "style": { "width": "100%", "height": "100%", "overflow": 'hidden' },
@@ -4791,7 +4791,7 @@ U.MD.D.I.openApplication = function(str, obj, info) {
                     $("iframe", _formdiv)[0].contentWindow.app.log_out();
                  }
             }, { "style": { "height": "36px" } }).form; //创建窗体
-            _taskbar = { "id": str + _formdiv.id, "style": { "backgroundImage": "url(/img/icon/aigpt.png)" }, "name": "AI助手+", "forms": _formdiv, "click": function () { U.MD.D.I.openApplication(str, obj, info); } }
+            _taskbar = { "id": str + _formdiv.id, "style": { "backgroundImage": "url(/img/icon/aigpt.png)" }, "name": "AI Chat+", "forms": _formdiv, "click": function () { U.MD.D.I.openApplication(str, obj, info); } }
             U.UF.DL.iframeLoad($("iframe", _formdiv)[0], function () {
                 $("iframe", _formdiv)[0].contentWindow.app.log_in();
             })