|
@@ -560,6 +560,7 @@ U.MD.D.I.lotechTeacherDeskIcon = [
|
|
{ "Name": "学习分析", "Url": "learnAna", "style": { "cssText": "background-image:url(/img/icon/learnAna.png)" } },
|
|
{ "Name": "学习分析", "Url": "learnAna", "style": { "cssText": "background-image:url(/img/icon/learnAna.png)" } },
|
|
{ "Name": "AI共创", "Url": "AIChat", "style": { "cssText": "background-image:url(/img/icon/AIChat.png)" } },
|
|
{ "Name": "AI共创", "Url": "AIChat", "style": { "cssText": "background-image:url(/img/icon/AIChat.png)" } },
|
|
{ "Name": "AI协同", "Url": "ainew", "style": { "cssText": "background-image:url(/img/icon/AIChat.png)" } },
|
|
{ "Name": "AI协同", "Url": "ainew", "style": { "cssText": "background-image:url(/img/icon/AIChat.png)" } },
|
|
|
|
+ { "Name": "协同建构", "Url": "futureClass", "style": { "cssText": "background-image:url(/img/icon/futureClass.png)" } },
|
|
];
|
|
];
|
|
|
|
|
|
//龙华中心小学教师桌面图标的全局变量
|
|
//龙华中心小学教师桌面图标的全局变量
|
|
@@ -1108,6 +1109,12 @@ U.MD.D.I.initDesktopIcons = function(el, type) {
|
|
|
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+ if (_oid == 'cf8841e8-c7c0-11ed-9546-005056b86db5') {
|
|
|
|
+ _teacherDesktopIconInfo.push(
|
|
|
|
+ { "Name": "协同建构", "Url": "futureClass", "style": { "cssText": "background-image:url(/img/icon/futureClass.png)" } },
|
|
|
|
+ )
|
|
|
|
+ }
|
|
|
|
+
|
|
if (_oid == '1c3b9def-8fbe-11ed-b13d-005056b86db5') {
|
|
if (_oid == '1c3b9def-8fbe-11ed-b13d-005056b86db5') {
|
|
_studentDesktopIconInfo3 = _studentDesktopIconInfo3.filter((el) => {
|
|
_studentDesktopIconInfo3 = _studentDesktopIconInfo3.filter((el) => {
|
|
if (el.Name == '项目管理') {
|
|
if (el.Name == '项目管理') {
|