diff --git a/11436.async.js b/11436.async.js index 75d033bacf..a07ab63267 100644 --- a/11436.async.js +++ b/11436.async.js @@ -625,7 +625,7 @@ function _unescape(str) { ; if (showProgramFill) { var num = -1; - str = str.replace(/(@▁▁@|@▁@)/g, function (a, b, c) { + str = str.replaceAll("<", "<").replaceAll(">", ">").replace(/(@▁▁@|@▁@)/g, function (a, b, c) { ++num; return createInput(a, num); }); diff --git a/24316.async.js b/24316.async.js index 239c27abff..32b76e641e 100644 --- a/24316.async.js +++ b/24316.async.js @@ -2493,6 +2493,7 @@ var MdEditorInForm = function MdEditorInForm(_ref) { return /*#__PURE__*/(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_6__.jsx)("div", { id: scrollId || '', children: /*#__PURE__*/(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_6__.jsx)(_components_markdown_editor__WEBPACK_IMPORTED_MODULE_2__/* ["default"] */ .Z, _root_workspace_ppte5yg23_local_v9_test5_node_modules_babel_runtime_7_23_2_babel_runtime_helpers_objectSpread2_js__WEBPACK_IMPORTED_MODULE_0___default()(_root_workspace_ppte5yg23_local_v9_test5_node_modules_babel_runtime_7_23_2_babel_runtime_helpers_objectSpread2_js__WEBPACK_IMPORTED_MODULE_0___default()({}, props), {}, { + hidetoolBar: true, defaultValue: value, onChange: function onChange(a, b) { console.log("a:", a, b); diff --git a/63510.async.js b/63510.async.js index 08bd268ea6..6dde30e4a9 100644 --- a/63510.async.js +++ b/63510.async.js @@ -1803,7 +1803,7 @@ function _unescape(str) { ; if (showProgramFill) { var num = -1; - str = str.replace(/(@▁▁@|@▁@)/g, function (a, b, c) { + str = str.replaceAll("<", "<").replaceAll(">", ">").replace(/(@▁▁@|@▁@)/g, function (a, b, c) { ++num; return createInput(a, num); }); diff --git a/71244.async.js b/71244.async.js index 54328b9131..c186c12147 100644 --- a/71244.async.js +++ b/71244.async.js @@ -654,7 +654,7 @@ function _unescape(str) { ; if (showProgramFill) { var num = -1; - str = str.replace(/(@▁▁@|@▁@)/g, function (a, b, c) { + str = str.replaceAll("<", "<").replaceAll(">", ">").replace(/(@▁▁@|@▁@)/g, function (a, b, c) { ++num; return createInput(a, num); }); diff --git a/74237.async.js b/74237.async.js index 28d4a19552..8f3d2821ee 100644 --- a/74237.async.js +++ b/74237.async.js @@ -1351,7 +1351,7 @@ function _unescape(str) { ; if (showProgramFill) { var num = -1; - str = str.replace(/(@▁▁@|@▁@)/g, function (a, b, c) { + str = str.replaceAll("<", "<").replaceAll(">", ">").replace(/(@▁▁@|@▁@)/g, function (a, b, c) { ++num; return createInput(a, num); }); diff --git a/75455.async.js b/75455.async.js index f9e2392428..f1dabd6cb7 100644 --- a/75455.async.js +++ b/75455.async.js @@ -568,7 +568,7 @@ function _unescape(str) { ; if (showProgramFill) { var num = -1; - str = str.replace(/(@▁▁@|@▁@)/g, function (a, b, c) { + str = str.replaceAll("<", "<").replaceAll(">", ">").replace(/(@▁▁@|@▁@)/g, function (a, b, c) { ++num; return createInput(a, num); }); diff --git a/76626.async.js b/76626.async.js index 85c5e530fc..97774dbc7d 100644 --- a/76626.async.js +++ b/76626.async.js @@ -785,7 +785,7 @@ function _unescape(str) { ; if (showProgramFill) { var num = -1; - str = str.replace(/(@▁▁@|@▁@)/g, function (a, b, c) { + str = str.replaceAll("<", "<").replaceAll(">", ">").replace(/(@▁▁@|@▁@)/g, function (a, b, c) { ++num; return createInput(a, num); }); diff --git a/89493.async.js b/89493.async.js index 8a2ba8eeba..0bffe11dc2 100644 --- a/89493.async.js +++ b/89493.async.js @@ -625,7 +625,7 @@ function _unescape(str) { ; if (showProgramFill) { var num = -1; - str = str.replace(/(@▁▁@|@▁@)/g, function (a, b, c) { + str = str.replaceAll("<", "<").replaceAll(">", ">").replace(/(@▁▁@|@▁@)/g, function (a, b, c) { ++num; return createInput(a, num); }); diff --git a/layouts__SimpleLayouts.chunk.css b/layouts__SimpleLayouts.chunk.css index 55a541d07c..7046382df4 100644 --- a/layouts__SimpleLayouts.chunk.css +++ b/layouts__SimpleLayouts.chunk.css @@ -42,7 +42,7 @@ } .header___Wn4fJ .logo___QnotM { height: 36px; - margin-right: 40px; + margin-right: 0px; } .header___Wn4fJ .menu___twLGR { margin: 0; diff --git a/layouts__index.chunk.css b/layouts__index.chunk.css index 603eca9691..813c5434d4 100644 --- a/layouts__index.chunk.css +++ b/layouts__index.chunk.css @@ -235,7 +235,7 @@ } .header___Wn4fJ .logo___QnotM { height: 36px; - margin-right: 40px; + margin-right: 0px; } .header___Wn4fJ .menu___twLGR { margin: 0; diff --git a/layouts__user__index.chunk.css b/layouts__user__index.chunk.css index 891eda3bd3..c69989064c 100644 --- a/layouts__user__index.chunk.css +++ b/layouts__user__index.chunk.css @@ -66,7 +66,7 @@ } .header___Wn4fJ .logo___QnotM { height: 36px; - margin-right: 40px; + margin-right: 0px; } .header___Wn4fJ .menu___twLGR { margin: 0; diff --git a/p__Classrooms__Lists__CommonHomework__Comment__index.async.js b/p__Classrooms__Lists__CommonHomework__Comment__index.async.js index 6226c92d95..2cf4393dca 100644 --- a/p__Classrooms__Lists__CommonHomework__Comment__index.async.js +++ b/p__Classrooms__Lists__CommonHomework__Comment__index.async.js @@ -625,7 +625,7 @@ function _unescape(str) { ; if (showProgramFill) { var num = -1; - str = str.replace(/(@▁▁@|@▁@)/g, function (a, b, c) { + str = str.replaceAll("<", "<").replaceAll(">", ">").replace(/(@▁▁@|@▁@)/g, function (a, b, c) { ++num; return createInput(a, num); }); diff --git a/p__Classrooms__Lists__CommonHomework__Detail__index.async.js b/p__Classrooms__Lists__CommonHomework__Detail__index.async.js index 39f1ae8d37..864c0fc15d 100644 --- a/p__Classrooms__Lists__CommonHomework__Detail__index.async.js +++ b/p__Classrooms__Lists__CommonHomework__Detail__index.async.js @@ -1888,7 +1888,7 @@ function _unescape(str) { ; if (showProgramFill) { var num = -1; - str = str.replace(/(@▁▁@|@▁@)/g, function (a, b, c) { + str = str.replaceAll("<", "<").replaceAll(">", ">").replace(/(@▁▁@|@▁@)/g, function (a, b, c) { ++num; return createInput(a, num); }); diff --git a/p__Classrooms__Lists__Exercise__Add__index.async.js b/p__Classrooms__Lists__Exercise__Add__index.async.js index 69ef7cce88..bd503d89d9 100644 --- a/p__Classrooms__Lists__Exercise__Add__index.async.js +++ b/p__Classrooms__Lists__Exercise__Add__index.async.js @@ -2474,6 +2474,7 @@ var MdEditorInForm = function MdEditorInForm(_ref) { return /*#__PURE__*/(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_6__.jsx)("div", { id: scrollId || '', children: /*#__PURE__*/(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_6__.jsx)(_components_markdown_editor__WEBPACK_IMPORTED_MODULE_2__/* ["default"] */ .Z, _root_workspace_ppte5yg23_local_v9_test5_node_modules_babel_runtime_7_23_2_babel_runtime_helpers_objectSpread2_js__WEBPACK_IMPORTED_MODULE_0___default()(_root_workspace_ppte5yg23_local_v9_test5_node_modules_babel_runtime_7_23_2_babel_runtime_helpers_objectSpread2_js__WEBPACK_IMPORTED_MODULE_0___default()({}, props), {}, { + hidetoolBar: true, defaultValue: value, onChange: function onChange(a, b) { console.log("a:", a, b); @@ -3139,7 +3140,7 @@ function _unescape(str) { ; if (showProgramFill) { var num = -1; - str = str.replace(/(@▁▁@|@▁@)/g, function (a, b, c) { + str = str.replaceAll("<", "<").replaceAll(">", ">").replace(/(@▁▁@|@▁@)/g, function (a, b, c) { ++num; return createInput(a, num); }); diff --git a/p__Classrooms__Lists__Exercise__Answer__index.async.js b/p__Classrooms__Lists__Exercise__Answer__index.async.js index b91e5519f0..d11e4b4d5d 100644 --- a/p__Classrooms__Lists__Exercise__Answer__index.async.js +++ b/p__Classrooms__Lists__Exercise__Answer__index.async.js @@ -1313,7 +1313,7 @@ function _unescape(str) { ; if (showProgramFill) { var num = -1; - str = str.replace(/(@▁▁@|@▁@)/g, function (a, b, c) { + str = str.replaceAll("<", "<").replaceAll(">", ">").replace(/(@▁▁@|@▁@)/g, function (a, b, c) { ++num; return createInput(a, num); }); diff --git a/p__Classrooms__Lists__Exercise__ImitateAnswer__index.async.js b/p__Classrooms__Lists__Exercise__ImitateAnswer__index.async.js index 6cffaa3e4a..580fc92bae 100644 --- a/p__Classrooms__Lists__Exercise__ImitateAnswer__index.async.js +++ b/p__Classrooms__Lists__Exercise__ImitateAnswer__index.async.js @@ -1203,7 +1203,7 @@ function _unescape(str) { ; if (showProgramFill) { var num = -1; - str = str.replace(/(@▁▁@|@▁@)/g, function (a, b, c) { + str = str.replaceAll("<", "<").replaceAll(">", ">").replace(/(@▁▁@|@▁@)/g, function (a, b, c) { ++num; return createInput(a, num); }); diff --git a/p__Classrooms__Lists__GroupHomework__Detail__index.async.js b/p__Classrooms__Lists__GroupHomework__Detail__index.async.js index 51c7de2cb9..cb390960fe 100644 --- a/p__Classrooms__Lists__GroupHomework__Detail__index.async.js +++ b/p__Classrooms__Lists__GroupHomework__Detail__index.async.js @@ -1678,7 +1678,7 @@ function _unescape(str) { ; if (showProgramFill) { var num = -1; - str = str.replace(/(@▁▁@|@▁@)/g, function (a, b, c) { + str = str.replaceAll("<", "<").replaceAll(">", ">").replace(/(@▁▁@|@▁@)/g, function (a, b, c) { ++num; return createInput(a, num); }); diff --git a/p__Classrooms__Lists__GroupHomework__EditWork__index.async.js b/p__Classrooms__Lists__GroupHomework__EditWork__index.async.js index 4fde780e18..b2d2cc83a4 100644 --- a/p__Classrooms__Lists__GroupHomework__EditWork__index.async.js +++ b/p__Classrooms__Lists__GroupHomework__EditWork__index.async.js @@ -36,6 +36,7 @@ var MdEditorInForm = function MdEditorInForm(_ref) { return /*#__PURE__*/(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_6__.jsx)("div", { id: scrollId || '', children: /*#__PURE__*/(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_6__.jsx)(_components_markdown_editor__WEBPACK_IMPORTED_MODULE_2__/* ["default"] */ .Z, _root_workspace_ppte5yg23_local_v9_test5_node_modules_babel_runtime_7_23_2_babel_runtime_helpers_objectSpread2_js__WEBPACK_IMPORTED_MODULE_0___default()(_root_workspace_ppte5yg23_local_v9_test5_node_modules_babel_runtime_7_23_2_babel_runtime_helpers_objectSpread2_js__WEBPACK_IMPORTED_MODULE_0___default()({}, props), {}, { + hidetoolBar: true, defaultValue: value, onChange: function onChange(a, b) { console.log("a:", a, b); diff --git a/p__Classrooms__Lists__GroupHomework__SubmitWork__index.async.js b/p__Classrooms__Lists__GroupHomework__SubmitWork__index.async.js index 536e3fe78d..43664239ac 100644 --- a/p__Classrooms__Lists__GroupHomework__SubmitWork__index.async.js +++ b/p__Classrooms__Lists__GroupHomework__SubmitWork__index.async.js @@ -36,6 +36,7 @@ var MdEditorInForm = function MdEditorInForm(_ref) { return /*#__PURE__*/(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_6__.jsx)("div", { id: scrollId || '', children: /*#__PURE__*/(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_6__.jsx)(_components_markdown_editor__WEBPACK_IMPORTED_MODULE_2__/* ["default"] */ .Z, _root_workspace_ppte5yg23_local_v9_test5_node_modules_babel_runtime_7_23_2_babel_runtime_helpers_objectSpread2_js__WEBPACK_IMPORTED_MODULE_0___default()(_root_workspace_ppte5yg23_local_v9_test5_node_modules_babel_runtime_7_23_2_babel_runtime_helpers_objectSpread2_js__WEBPACK_IMPORTED_MODULE_0___default()({}, props), {}, { + hidetoolBar: true, defaultValue: value, onChange: function onChange(a, b) { console.log("a:", a, b); diff --git a/p__Classrooms__Lists__ProgramHomework__Comment__index.async.js b/p__Classrooms__Lists__ProgramHomework__Comment__index.async.js index e96553b7f2..f77c61c3b2 100644 --- a/p__Classrooms__Lists__ProgramHomework__Comment__index.async.js +++ b/p__Classrooms__Lists__ProgramHomework__Comment__index.async.js @@ -627,7 +627,7 @@ function _unescape(str) { ; if (showProgramFill) { var num = -1; - str = str.replace(/(@▁▁@|@▁@)/g, function (a, b, c) { + str = str.replaceAll("<", "<").replaceAll(">", ">").replace(/(@▁▁@|@▁@)/g, function (a, b, c) { ++num; return createInput(a, num); }); diff --git a/p__Classrooms__Lists__ProgramHomework__Detail__index.async.js b/p__Classrooms__Lists__ProgramHomework__Detail__index.async.js index 31db3a50ba..b868fe1491 100644 --- a/p__Classrooms__Lists__ProgramHomework__Detail__index.async.js +++ b/p__Classrooms__Lists__ProgramHomework__Detail__index.async.js @@ -654,7 +654,7 @@ function _unescape(str) { ; if (showProgramFill) { var num = -1; - str = str.replace(/(@▁▁@|@▁@)/g, function (a, b, c) { + str = str.replaceAll("<", "<").replaceAll(">", ">").replace(/(@▁▁@|@▁@)/g, function (a, b, c) { ++num; return createInput(a, num); }); diff --git a/p__Classrooms__Lists__ShixunHomeworks__Comment__index.async.js b/p__Classrooms__Lists__ShixunHomeworks__Comment__index.async.js index b59b428231..4f5ada3d61 100644 --- a/p__Classrooms__Lists__ShixunHomeworks__Comment__index.async.js +++ b/p__Classrooms__Lists__ShixunHomeworks__Comment__index.async.js @@ -879,7 +879,7 @@ function _unescape(str) { ; if (showProgramFill) { var num = -1; - str = str.replace(/(@▁▁@|@▁@)/g, function (a, b, c) { + str = str.replaceAll("<", "<").replaceAll(">", ">").replace(/(@▁▁@|@▁@)/g, function (a, b, c) { ++num; return createInput(a, num); }); diff --git a/p__Classrooms__Lists__ShixunHomeworks__Detail__index.async.js b/p__Classrooms__Lists__ShixunHomeworks__Detail__index.async.js index a292fb7ddd..b6c10f041e 100644 --- a/p__Classrooms__Lists__ShixunHomeworks__Detail__index.async.js +++ b/p__Classrooms__Lists__ShixunHomeworks__Detail__index.async.js @@ -1814,7 +1814,7 @@ function _unescape(str) { ; if (showProgramFill) { var num = -1; - str = str.replace(/(@▁▁@|@▁@)/g, function (a, b, c) { + str = str.replaceAll("<", "<").replaceAll(">", ">").replace(/(@▁▁@|@▁@)/g, function (a, b, c) { ++num; return createInput(a, num); }); diff --git a/p__Competitions__Detail__index.async.js b/p__Competitions__Detail__index.async.js index 2cd917fa58..58b99e13d5 100644 --- a/p__Competitions__Detail__index.async.js +++ b/p__Competitions__Detail__index.async.js @@ -985,7 +985,7 @@ function _unescape(str) { ; if (showProgramFill) { var num = -1; - str = str.replace(/(@▁▁@|@▁@)/g, function (a, b, c) { + str = str.replaceAll("<", "<").replaceAll(">", ">").replace(/(@▁▁@|@▁@)/g, function (a, b, c) { ++num; return createInput(a, num); }); diff --git a/p__Competitions__Edit__index.async.js b/p__Competitions__Edit__index.async.js index a90780a822..198de62ec0 100644 --- a/p__Competitions__Edit__index.async.js +++ b/p__Competitions__Edit__index.async.js @@ -964,7 +964,7 @@ function _unescape(str) { ; if (showProgramFill) { var num = -1; - str = str.replace(/(@▁▁@|@▁@)/g, function (a, b, c) { + str = str.replaceAll("<", "<").replaceAll(">", ">").replace(/(@▁▁@|@▁@)/g, function (a, b, c) { ++num; return createInput(a, num); }); diff --git a/p__CoreCurriculum__Lists__Knowledge__index.async.js b/p__CoreCurriculum__Lists__Knowledge__index.async.js index fa58bbce2e..563bdcb579 100644 --- a/p__CoreCurriculum__Lists__Knowledge__index.async.js +++ b/p__CoreCurriculum__Lists__Knowledge__index.async.js @@ -634,13 +634,11 @@ var Page = function Page(_ref) { return /*#__PURE__*/(0,jsx_runtime.jsx)("div", { className: "".concat(Knowledgemodules.KnowledgePicItem, " ").concat((KnowledgePoints === null || KnowledgePoints === void 0 ? void 0 : KnowledgePoints.id) == item.id ? Knowledgemodules.KnowledgePicItemActive : ""), onClick: function onClick() { - if ((KnowledgePoints === null || KnowledgePoints === void 0 ? void 0 : KnowledgePoints.id) != item.id) { - getKnowledgeChartsPoint(item === null || item === void 0 ? void 0 : item.id); - } + (KnowledgePoints === null || KnowledgePoints === void 0 ? void 0 : KnowledgePoints.id) != item.id && getKnowledgeChartsPoint(item === null || item === void 0 ? void 0 : item.id); dispatch({ type: 'coreCurriculum/save', payload: { - KnowledgePoints: null, + KnowledgePoints: item, KnowledgePointInfo: null } }); diff --git a/p__Graduations__Lists__Topics__index.async.js b/p__Graduations__Lists__Topics__index.async.js index fec768903b..016f968865 100644 --- a/p__Graduations__Lists__Topics__index.async.js +++ b/p__Graduations__Lists__Topics__index.async.js @@ -814,6 +814,7 @@ var MdEditorInForm = function MdEditorInForm(_ref) { return /*#__PURE__*/(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_6__.jsx)("div", { id: scrollId || '', children: /*#__PURE__*/(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_6__.jsx)(_components_markdown_editor__WEBPACK_IMPORTED_MODULE_2__/* ["default"] */ .Z, _root_workspace_ppte5yg23_local_v9_test5_node_modules_babel_runtime_7_23_2_babel_runtime_helpers_objectSpread2_js__WEBPACK_IMPORTED_MODULE_0___default()(_root_workspace_ppte5yg23_local_v9_test5_node_modules_babel_runtime_7_23_2_babel_runtime_helpers_objectSpread2_js__WEBPACK_IMPORTED_MODULE_0___default()({}, props), {}, { + hidetoolBar: true, defaultValue: value, onChange: function onChange(a, b) { console.log("a:", a, b); @@ -1164,7 +1165,7 @@ function _unescape(str) { ; if (showProgramFill) { var num = -1; - str = str.replace(/(@▁▁@|@▁@)/g, function (a, b, c) { + str = str.replaceAll("<", "<").replaceAll(">", ">").replace(/(@▁▁@|@▁@)/g, function (a, b, c) { ++num; return createInput(a, num); }); diff --git a/p__Innovation__Detail__index.chunk.css b/p__Innovation__Detail__index.chunk.css index f529102f12..85d6b34d46 100644 --- a/p__Innovation__Detail__index.chunk.css +++ b/p__Innovation__Detail__index.chunk.css @@ -2832,7 +2832,7 @@ button[class~='ant-btn-default']:disabled.btn___In02G { } .header___Wn4fJ .logo___QnotM { height: 36px; - margin-right: 40px; + margin-right: 0px; } .header___Wn4fJ .menu___twLGR { margin: 0; diff --git a/p__Innovation__Tasks__index.chunk.css b/p__Innovation__Tasks__index.chunk.css index f88758d9bf..01fc275b70 100644 --- a/p__Innovation__Tasks__index.chunk.css +++ b/p__Innovation__Tasks__index.chunk.css @@ -2922,7 +2922,7 @@ button[class~='ant-btn-default']:disabled.btn___In02G { } .header___Wn4fJ .logo___QnotM { height: 36px; - margin-right: 40px; + margin-right: 0px; } .header___Wn4fJ .menu___twLGR { margin: 0; diff --git a/p__MyProblem__index.async.js b/p__MyProblem__index.async.js index 63d04b5239..39713ed9f7 100644 --- a/p__MyProblem__index.async.js +++ b/p__MyProblem__index.async.js @@ -942,7 +942,7 @@ function _unescape(str) { ; if (showProgramFill) { var num = -1; - str = str.replace(/(@▁▁@|@▁@)/g, function (a, b, c) { + str = str.replaceAll("<", "<").replaceAll(">", ">").replace(/(@▁▁@|@▁@)/g, function (a, b, c) { ++num; return createInput(a, num); }); diff --git a/p__Paperlibrary__Add__index.async.js b/p__Paperlibrary__Add__index.async.js index bad9b020f1..57e103edd6 100644 --- a/p__Paperlibrary__Add__index.async.js +++ b/p__Paperlibrary__Add__index.async.js @@ -2548,6 +2548,7 @@ var MdEditorInForm = function MdEditorInForm(_ref) { return /*#__PURE__*/(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_6__.jsx)("div", { id: scrollId || '', children: /*#__PURE__*/(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_6__.jsx)(_components_markdown_editor__WEBPACK_IMPORTED_MODULE_2__/* ["default"] */ .Z, _root_workspace_ppte5yg23_local_v9_test5_node_modules_babel_runtime_7_23_2_babel_runtime_helpers_objectSpread2_js__WEBPACK_IMPORTED_MODULE_0___default()(_root_workspace_ppte5yg23_local_v9_test5_node_modules_babel_runtime_7_23_2_babel_runtime_helpers_objectSpread2_js__WEBPACK_IMPORTED_MODULE_0___default()({}, props), {}, { + hidetoolBar: true, defaultValue: value, onChange: function onChange(a, b) { console.log("a:", a, b); @@ -3213,7 +3214,7 @@ function _unescape(str) { ; if (showProgramFill) { var num = -1; - str = str.replace(/(@▁▁@|@▁@)/g, function (a, b, c) { + str = str.replaceAll("<", "<").replaceAll(">", ">").replace(/(@▁▁@|@▁@)/g, function (a, b, c) { ++num; return createInput(a, num); }); diff --git a/p__Paperlibrary__Random__Edit__index.async.js b/p__Paperlibrary__Random__Edit__index.async.js index f968838283..a0af157d28 100644 --- a/p__Paperlibrary__Random__Edit__index.async.js +++ b/p__Paperlibrary__Random__Edit__index.async.js @@ -625,7 +625,7 @@ function _unescape(str) { ; if (showProgramFill) { var num = -1; - str = str.replace(/(@▁▁@|@▁@)/g, function (a, b, c) { + str = str.replaceAll("<", "<").replaceAll(">", ">").replace(/(@▁▁@|@▁@)/g, function (a, b, c) { ++num; return createInput(a, num); }); diff --git a/p__Problems__OjForm__NewEdit__index.async.js b/p__Problems__OjForm__NewEdit__index.async.js index 765d7c9e2b..f4eb226d75 100644 --- a/p__Problems__OjForm__NewEdit__index.async.js +++ b/p__Problems__OjForm__NewEdit__index.async.js @@ -545,6 +545,7 @@ var MdEditorInForm = function MdEditorInForm(_ref) { return /*#__PURE__*/(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_6__.jsx)("div", { id: scrollId || '', children: /*#__PURE__*/(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_6__.jsx)(_components_markdown_editor__WEBPACK_IMPORTED_MODULE_2__/* ["default"] */ .Z, _root_workspace_ppte5yg23_local_v9_test5_node_modules_babel_runtime_7_23_2_babel_runtime_helpers_objectSpread2_js__WEBPACK_IMPORTED_MODULE_0___default()(_root_workspace_ppte5yg23_local_v9_test5_node_modules_babel_runtime_7_23_2_babel_runtime_helpers_objectSpread2_js__WEBPACK_IMPORTED_MODULE_0___default()({}, props), {}, { + hidetoolBar: true, defaultValue: value, onChange: function onChange(a, b) { console.log("a:", a, b); @@ -894,7 +895,7 @@ function _unescape(str) { ; if (showProgramFill) { var num = -1; - str = str.replace(/(@▁▁@|@▁@)/g, function (a, b, c) { + str = str.replaceAll("<", "<").replaceAll(">", ">").replace(/(@▁▁@|@▁@)/g, function (a, b, c) { ++num; return createInput(a, num); }); diff --git a/p__Problems__OjForm__index.async.js b/p__Problems__OjForm__index.async.js index b697c7b69d..c63ec0fad1 100644 --- a/p__Problems__OjForm__index.async.js +++ b/p__Problems__OjForm__index.async.js @@ -620,6 +620,7 @@ var MdEditorInForm = function MdEditorInForm(_ref) { return /*#__PURE__*/(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_6__.jsx)("div", { id: scrollId || '', children: /*#__PURE__*/(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_6__.jsx)(_components_markdown_editor__WEBPACK_IMPORTED_MODULE_2__/* ["default"] */ .Z, _root_workspace_ppte5yg23_local_v9_test5_node_modules_babel_runtime_7_23_2_babel_runtime_helpers_objectSpread2_js__WEBPACK_IMPORTED_MODULE_0___default()(_root_workspace_ppte5yg23_local_v9_test5_node_modules_babel_runtime_7_23_2_babel_runtime_helpers_objectSpread2_js__WEBPACK_IMPORTED_MODULE_0___default()({}, props), {}, { + hidetoolBar: true, defaultValue: value, onChange: function onChange(a, b) { console.log("a:", a, b); @@ -969,7 +970,7 @@ function _unescape(str) { ; if (showProgramFill) { var num = -1; - str = str.replace(/(@▁▁@|@▁@)/g, function (a, b, c) { + str = str.replaceAll("<", "<").replaceAll(">", ">").replace(/(@▁▁@|@▁@)/g, function (a, b, c) { ++num; return createInput(a, num); }); diff --git a/p__Problemset__NewItem__index.async.js b/p__Problemset__NewItem__index.async.js index d9b3262db7..b6116d7b68 100644 --- a/p__Problemset__NewItem__index.async.js +++ b/p__Problemset__NewItem__index.async.js @@ -2861,6 +2861,7 @@ var MdEditorInForm = function MdEditorInForm(_ref) { return /*#__PURE__*/(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_6__.jsx)("div", { id: scrollId || '', children: /*#__PURE__*/(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_6__.jsx)(_components_markdown_editor__WEBPACK_IMPORTED_MODULE_2__/* ["default"] */ .Z, _root_workspace_ppte5yg23_local_v9_test5_node_modules_babel_runtime_7_23_2_babel_runtime_helpers_objectSpread2_js__WEBPACK_IMPORTED_MODULE_0___default()(_root_workspace_ppte5yg23_local_v9_test5_node_modules_babel_runtime_7_23_2_babel_runtime_helpers_objectSpread2_js__WEBPACK_IMPORTED_MODULE_0___default()({}, props), {}, { + hidetoolBar: true, defaultValue: value, onChange: function onChange(a, b) { console.log("a:", a, b); @@ -3555,7 +3556,7 @@ function _unescape(str) { ; if (showProgramFill) { var num = -1; - str = str.replace(/(@▁▁@|@▁@)/g, function (a, b, c) { + str = str.replaceAll("<", "<").replaceAll(">", ">").replace(/(@▁▁@|@▁@)/g, function (a, b, c) { ++num; return createInput(a, num); }); diff --git a/p__Problemset__index.async.js b/p__Problemset__index.async.js index 014c2678fc..9c2fa503a9 100644 --- a/p__Problemset__index.async.js +++ b/p__Problemset__index.async.js @@ -1528,7 +1528,7 @@ function _unescape(str) { ; if (showProgramFill) { var num = -1; - str = str.replace(/(@▁▁@|@▁@)/g, function (a, b, c) { + str = str.replaceAll("<", "<").replaceAll(">", ">").replace(/(@▁▁@|@▁@)/g, function (a, b, c) { ++num; return createInput(a, num); }); diff --git a/p__Question__AddOrEdit__index.async.js b/p__Question__AddOrEdit__index.async.js index 1921eb3540..dc3785ca73 100644 --- a/p__Question__AddOrEdit__index.async.js +++ b/p__Question__AddOrEdit__index.async.js @@ -397,7 +397,7 @@ function _unescape(str) { ; if (showProgramFill) { var num = -1; - str = str.replace(/(@▁▁@|@▁@)/g, function (a, b, c) { + str = str.replaceAll("<", "<").replaceAll(">", ">").replace(/(@▁▁@|@▁@)/g, function (a, b, c) { ++num; return createInput(a, num); }); diff --git a/p__Question__OjProblem__index.async.js b/p__Question__OjProblem__index.async.js index deeda2afb9..475d8d194b 100644 --- a/p__Question__OjProblem__index.async.js +++ b/p__Question__OjProblem__index.async.js @@ -1292,7 +1292,7 @@ function _unescape(str) { ; if (showProgramFill) { var num = -1; - str = str.replace(/(@▁▁@|@▁@)/g, function (a, b, c) { + str = str.replaceAll("<", "<").replaceAll(">", ">").replace(/(@▁▁@|@▁@)/g, function (a, b, c) { ++num; return createInput(a, num); }); diff --git a/p__Shixuns__Detail__Collaborators__index.chunk.css b/p__Shixuns__Detail__Collaborators__index.chunk.css index 87bb4be4db..e0b825d30a 100644 --- a/p__Shixuns__Detail__Collaborators__index.chunk.css +++ b/p__Shixuns__Detail__Collaborators__index.chunk.css @@ -553,7 +553,7 @@ } .header___Wn4fJ .logo___QnotM { height: 36px; - margin-right: 40px; + margin-right: 0px; } .header___Wn4fJ .menu___twLGR { margin: 0; diff --git a/p__Shixuns__Detail__Discuss__index.async.js b/p__Shixuns__Detail__Discuss__index.async.js index 6af2511984..2a5c89ba8f 100644 --- a/p__Shixuns__Detail__Discuss__index.async.js +++ b/p__Shixuns__Detail__Discuss__index.async.js @@ -1004,7 +1004,7 @@ function _unescape(str) { ; if (showProgramFill) { var num = -1; - str = str.replace(/(@▁▁@|@▁@)/g, function (a, b, c) { + str = str.replaceAll("<", "<").replaceAll(">", ">").replace(/(@▁▁@|@▁@)/g, function (a, b, c) { ++num; return createInput(a, num); }); diff --git a/p__Shixuns__Edit__index.async.js b/p__Shixuns__Edit__index.async.js index 9aa59d8986..4b2fe756f8 100644 --- a/p__Shixuns__Edit__index.async.js +++ b/p__Shixuns__Edit__index.async.js @@ -737,7 +737,7 @@ function _unescape(str) { ; if (showProgramFill) { var num = -1; - str = str.replace(/(@▁▁@|@▁@)/g, function (a, b, c) { + str = str.replaceAll("<", "<").replaceAll(">", ">").replace(/(@▁▁@|@▁@)/g, function (a, b, c) { ++num; return createInput(a, num); }); diff --git a/p__Shixuns__Edit__index.chunk.css b/p__Shixuns__Edit__index.chunk.css index 60b2e35fd1..77d2c550ce 100644 --- a/p__Shixuns__Edit__index.chunk.css +++ b/p__Shixuns__Edit__index.chunk.css @@ -4341,7 +4341,7 @@ button[class~='ant-btn-default']:disabled.btn___In02G { } .header___Wn4fJ .logo___QnotM { height: 36px; - margin-right: 40px; + margin-right: 0px; } .header___Wn4fJ .menu___twLGR { margin: 0; diff --git a/p__index.chunk.css b/p__index.chunk.css index 80b74e4291..d2e8e56368 100644 --- a/p__index.chunk.css +++ b/p__index.chunk.css @@ -42,7 +42,7 @@ } .header___Wn4fJ .logo___QnotM { height: 36px; - margin-right: 40px; + margin-right: 0px; } .header___Wn4fJ .menu___twLGR { margin: 0; @@ -922,17 +922,17 @@ width: 18px; } .BannerDiv___TtNBE .slick-dots-bottom { - bottom: 40px; - right: 100px; - width: 100%; + bottom: 40px !important; + right: 100px !important; + width: 100% !important; } .BannerDiv___TtNBE .slick-dots-bottom li button { - height: 8px; - width: 8px; - border-radius: 4px; + height: 8px !important; + width: 8px !important; + border-radius: 4px !important; } .BannerDiv___TtNBE .slick-dots-bottom li.slick-active button { - width: 20px; + width: 20px !important; } .mainSiteContent___jh1Rf .auto___qF0mN { margin: 0 auto; diff --git a/p__virtualSpaces__Lists__Knowledge__index.async.js b/p__virtualSpaces__Lists__Knowledge__index.async.js index bf4116a653..0127ab0547 100644 --- a/p__virtualSpaces__Lists__Knowledge__index.async.js +++ b/p__virtualSpaces__Lists__Knowledge__index.async.js @@ -711,7 +711,7 @@ function _unescape(str) { ; if (showProgramFill) { var num = -1; - str = str.replace(/(@▁▁@|@▁@)/g, function (a, b, c) { + str = str.replaceAll("<", "<").replaceAll(">", ">").replace(/(@▁▁@|@▁@)/g, function (a, b, c) { ++num; return createInput(a, num); });