Browse Source

Merge branch 'beta'

lsc 1 year ago
parent
commit
efbf888ab7
1 changed files with 2 additions and 2 deletions
  1. 2 2
      js/Desktop/DeskTop.js

+ 2 - 2
js/Desktop/DeskTop.js

@@ -4766,7 +4766,7 @@ U.MD.D.I.openApplication = function (str, obj, info) {
             _formdiv = new U.UF.UI.form(
                 "AI助手",
                 $$("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.cn/gpt4/?userid=" + _userid + "&oid=" + _oid + "&org=" + _org + "&role=" + _role }), {
-                "id": "ainew",
+                "id": "gpt4",
                 "style": { "width": "100%", "height": "100%", "overflow": 'hidden' },
                 "onresize": function () { }
             }, {
@@ -4779,7 +4779,7 @@ U.MD.D.I.openApplication = function (str, obj, info) {
             _formdiv = new U.UF.UI.form(
                 "AI助手+",
                 $$("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.cn/aigpt/?userid=" + _userid + "&oid=" + _oid + "&org=" + _org + "&role=" + _role }), {
-                "id": "ainew",
+                "id": "aigpt",
                 "style": { "width": "100%", "height": "100%", "overflow": 'hidden' },
                 "onresize": function () { }
             }, {