autoUpdataFile

dev_local_v9_zzxy
eduauto 1 year ago
parent bb00af8cfd
commit 0ef7a6db13

@ -29,7 +29,7 @@
display: block !important;
}
</style><script>if(document.domain !== "www.educoder.net") document.title = '';</script>
<script src="/react/build/umi.a558bee5.js"></script>
<script src="/react/build/umi.ff3ecfcc.js"></script>
<script src="/react/build/js/public.js"></script>
</body>
</html>

@ -20506,6 +20506,9 @@ var Page = function Page(_ref11) {
setEditKey(-1);
if (isAdd) {
clearAddStatus();
if ((stageData === null || stageData === void 0 ? void 0 : stageData.length) > 0) {
setCurrentData(stageData[0]);
}
}
}, 300);
};

@ -5081,6 +5081,7 @@ var es_checkbox = __webpack_require__(24905);
/* webU3D Json { "state": "start", "data": "Red"BlueWhite }
U3D通讯web端 Json数据格式 { "GameState":"Fail", "Data":"" } */
@ -5143,6 +5144,14 @@ var es_checkbox = __webpack_require__(24905);
unSub2();
};
}, []);
(0,_react_17_0_2_react.useEffect)(function () {
// 确保 iframe 加载完后再发送消息
el.current.onload = function () {
sendMessage({
userInfoSearch: userInfo
});
};
}, []);
(0,_react_17_0_2_react.useEffect)(function () {
if ((itemData === null || itemData === void 0 ? void 0 : itemData.tab_type) === 5) {
getPodServer();
@ -12011,6 +12020,7 @@ function code_repository_reducer(state, action) {
return /*#__PURE__*/(0,jsx_runtime.jsxs)(_react_17_0_2_react.Fragment, {
children: [isU3d ? /*#__PURE__*/(0,jsx_runtime.jsx)(unity3d_panel, {
taskData: taskData,
userInfo: userInfo,
unity_3d_routes: unity_3d_routes,
onGetUnity3dMessage: onGetUnity3dMessage
}) : /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save