You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
2250 lines
117 KiB
2250 lines
117 KiB
"use strict";
|
|
(self["webpackChunk"] = self["webpackChunk"] || []).push([[88866],{
|
|
|
|
/***/ 58814:
|
|
/*!**********************************************************!*\
|
|
!*** ./src/components/Video/Modal/index.tsx + 1 modules ***!
|
|
\**********************************************************/
|
|
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
|
|
|
|
// EXPORTS
|
|
__webpack_require__.d(__webpack_exports__, {
|
|
K: function() { return /* binding */ VideoModal; }
|
|
});
|
|
|
|
// EXTERNAL MODULE: ./node_modules/_react@17.0.2@react/index.js
|
|
var _react_17_0_2_react = __webpack_require__(59301);
|
|
// EXTERNAL MODULE: ./node_modules/_antd@5.12.8@antd/es/modal/index.js + 16 modules
|
|
var modal = __webpack_require__(21698);
|
|
// EXTERNAL MODULE: ./src/components/Video/Play/index.jsx + 1 modules
|
|
var Play = __webpack_require__(6305);
|
|
;// CONCATENATED MODULE: ./src/components/Video/Modal/index.less?modules
|
|
// extracted by mini-css-extract-plugin
|
|
/* harmony default export */ var Modalmodules = ({"modal":"modal___LGwws","closeIcon":"closeIcon___vsUXI","wrap":"wrap___tDzbl","input":"input___aikQk"});
|
|
// EXTERNAL MODULE: ./node_modules/_js-base64@2.6.4@js-base64/base64.js
|
|
var base64 = __webpack_require__(24334);
|
|
// EXTERNAL MODULE: ./node_modules/_react@17.0.2@react/jsx-runtime.js
|
|
var jsx_runtime = __webpack_require__(37712);
|
|
;// CONCATENATED MODULE: ./src/components/Video/Modal/index.tsx
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
var VideoModal = function VideoModal(_ref) {
|
|
var visible = _ref.visible,
|
|
width = _ref.width,
|
|
videoId = _ref.videoId,
|
|
file_url = _ref.file_url,
|
|
course_id = _ref.course_id,
|
|
copyUrl = _ref.copyUrl,
|
|
_ref$toLog = _ref.toLog,
|
|
toLog = _ref$toLog === void 0 ? true : _ref$toLog,
|
|
_ref$logWatchHistory = _ref.logWatchHistory,
|
|
logWatchHistory = _ref$logWatchHistory === void 0 ? function () {} : _ref$logWatchHistory,
|
|
allow_skip = _ref.allow_skip,
|
|
_ref$onClose = _ref.onClose,
|
|
onClose = _ref$onClose === void 0 ? function () {} : _ref$onClose;
|
|
return /*#__PURE__*/(0,jsx_runtime.jsxs)(modal/* default */.Z, {
|
|
centered: true,
|
|
keyboard: false,
|
|
closable: false,
|
|
destroyOnClose: true,
|
|
open: visible,
|
|
title: null,
|
|
footer: null,
|
|
width: width,
|
|
className: Modalmodules.modal,
|
|
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("i", {
|
|
className: "".concat(Modalmodules.closeIcon, " iconfont icon-guanbi10"),
|
|
onClick: onClose
|
|
}), visible && /*#__PURE__*/(0,jsx_runtime.jsx)(Play/* default */.Z, {
|
|
allow_skip: allow_skip,
|
|
courseId: course_id,
|
|
src: file_url !== null && file_url !== void 0 && file_url.startsWith("http") ? file_url : base64.Base64.decode(file_url),
|
|
videoId: videoId,
|
|
toLog: toLog,
|
|
logWatchHistory: logWatchHistory
|
|
})]
|
|
});
|
|
};
|
|
|
|
/***/ }),
|
|
|
|
/***/ 53933:
|
|
/*!******************************************!*\
|
|
!*** ./src/pages/index.tsx + 11 modules ***!
|
|
\******************************************/
|
|
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
|
|
// ESM COMPAT FLAG
|
|
__webpack_require__.r(__webpack_exports__);
|
|
|
|
// EXPORTS
|
|
__webpack_require__.d(__webpack_exports__, {
|
|
"default": function() { return /* binding */ pages; }
|
|
});
|
|
|
|
// EXTERNAL MODULE: ./node_modules/_@babel_runtime@7.23.6@@babel/runtime/helpers/objectWithoutProperties.js
|
|
var objectWithoutProperties = __webpack_require__(39647);
|
|
var objectWithoutProperties_default = /*#__PURE__*/__webpack_require__.n(objectWithoutProperties);
|
|
// EXTERNAL MODULE: ./node_modules/_react@17.0.2@react/index.js
|
|
var _react_17_0_2_react = __webpack_require__(59301);
|
|
// EXTERNAL MODULE: ./node_modules/_antd@5.12.8@antd/es/config-provider/index.js + 7 modules
|
|
var config_provider = __webpack_require__(10730);
|
|
// EXTERNAL MODULE: ./node_modules/_antd@5.12.8@antd/es/locale/zh_CN.js + 4 modules
|
|
var zh_CN = __webpack_require__(36314);
|
|
// EXTERNAL MODULE: ./src/.umi-production/exports.ts + 14 modules
|
|
var _umi_production_exports = __webpack_require__(78000);
|
|
// EXTERNAL MODULE: ./src/components/Header/index.tsx + 7 modules
|
|
var Header = __webpack_require__(79016);
|
|
// EXTERNAL MODULE: ./node_modules/_@babel_runtime@7.23.6@@babel/runtime/helpers/regeneratorRuntime.js
|
|
var regeneratorRuntime = __webpack_require__(7557);
|
|
var regeneratorRuntime_default = /*#__PURE__*/__webpack_require__.n(regeneratorRuntime);
|
|
// EXTERNAL MODULE: ./node_modules/_@babel_runtime@7.23.6@@babel/runtime/helpers/asyncToGenerator.js
|
|
var asyncToGenerator = __webpack_require__(41498);
|
|
var asyncToGenerator_default = /*#__PURE__*/__webpack_require__.n(asyncToGenerator);
|
|
// EXTERNAL MODULE: ./node_modules/_@babel_runtime@7.23.6@@babel/runtime/helpers/slicedToArray.js
|
|
var slicedToArray = __webpack_require__(79800);
|
|
var slicedToArray_default = /*#__PURE__*/__webpack_require__.n(slicedToArray);
|
|
// EXTERNAL MODULE: ./node_modules/_antd@5.12.8@antd/es/message/index.js + 4 modules
|
|
var message = __webpack_require__(47130);
|
|
// EXTERNAL MODULE: ./node_modules/_antd@5.12.8@antd/es/carousel/index.js + 10 modules
|
|
var carousel = __webpack_require__(11827);
|
|
// EXTERNAL MODULE: ./node_modules/_@ant-design_icons@5.2.6@@ant-design/icons/es/icons/LeftOutlined.js + 1 modules
|
|
var LeftOutlined = __webpack_require__(52063);
|
|
// EXTERNAL MODULE: ./node_modules/_@ant-design_icons@5.2.6@@ant-design/icons/es/icons/RightOutlined.js + 1 modules
|
|
var RightOutlined = __webpack_require__(22311);
|
|
;// CONCATENATED MODULE: ./src/pages/Home/Index/index.less?modules
|
|
// extracted by mini-css-extract-plugin
|
|
/* harmony default export */ var Indexmodules = ({"flex_box_center":"flex_box_center___aFf5V","flex_space_between":"flex_space_between___lgjHK","flex_box_vertical_center":"flex_box_vertical_center___MWYpu","flex_box_center_end":"flex_box_center_end___fAgVO","flex_box_column":"flex_box_column___oLrCs","banner":"banner___zjrmW","LeftButton":"LeftButton___Dg0SE","RightButton":"RightButton___ruhiv","bgWrapper":"bgWrapper___JvMyw","leftWrapper":"leftWrapper___oLYXP","mainSiteBanner":"mainSiteBanner___zKH3a","subnavDetail":"subnavDetail___NWSKp","dataView":"dataView___dsjJ6","showArea":"showArea___B_tGS","showContent":"showContent___Qvdqj","subnav":"subnav___TlZMN","nav":"nav___usdIP","link":"link___thKdp","mainSite":"mainSite___L7hjf","ptdt":"ptdt___bzTH6","ptdt_warp":"ptdt_warp___u5xod","ptdt_title":"ptdt_title___nTlMt","ptdt_con":"ptdt_con___gF8kO","btn_left":"btn_left___mbcKt","btn_right":"btn_right___xrJRc","left_bg":"left_bg____ZMvF","right_bg":"right_bg___GjySt","inner":"inner___i5wV6","ptdt_item":"ptdt_item___fIU9k","ptdt_item_info":"ptdt_item_info___KQxTR","time":"time___YKaDS","info":"info___T0EDt","line":"line___qLaXq","round":"round___pThvU","round2":"round2___Qicck","muokuai":"muokuai___Pvc52","muokuaiWarp":"muokuaiWarp___A2b7S","mk_item1":"mk_item1___p_sLJ","logo_name":"logo_name___fdbue","mk_item2":"mk_item2___O3NEG","mk_item3":"mk_item3___EgMPc","mk_item4":"mk_item4___Ambya","mk_item5":"mk_item5___iVFg0","mk_item6":"mk_item6___ZTVGE","item_con":"item_con___AYHSB"});
|
|
// EXTERNAL MODULE: ./src/utils/env.ts + 1 modules
|
|
var env = __webpack_require__(80548);
|
|
// EXTERNAL MODULE: ./node_modules/_swiper@5.4.5@swiper/css/swiper.css
|
|
var swiper = __webpack_require__(83644);
|
|
// EXTERNAL MODULE: ./node_modules/_antd@5.12.8@antd/es/steps/index.js + 14 modules
|
|
var steps = __webpack_require__(33806);
|
|
// EXTERNAL MODULE: ./node_modules/_antd@5.12.8@antd/es/modal/index.js + 16 modules
|
|
var modal = __webpack_require__(21698);
|
|
// EXTERNAL MODULE: ./node_modules/_antd@5.12.8@antd/es/button/index.js + 8 modules
|
|
var es_button = __webpack_require__(11103);
|
|
// EXTERNAL MODULE: ./src/utils/fetch.ts
|
|
var fetch = __webpack_require__(78092);
|
|
// EXTERNAL MODULE: ./node_modules/_react@17.0.2@react/jsx-runtime.js
|
|
var jsx_runtime = __webpack_require__(37712);
|
|
;// CONCATENATED MODULE: ./src/components/HomeModal/Beginnerguide.tsx
|
|
|
|
|
|
|
|
//信封打开与关闭
|
|
|
|
|
|
|
|
|
|
|
|
var Step = steps/* default */.Z.Step;
|
|
function ExperienceModal(_ref) {
|
|
var userInfo = _ref.userInfo;
|
|
var _useState = (0,_react_17_0_2_react.useState)(false),
|
|
_useState2 = slicedToArray_default()(_useState, 2),
|
|
IsShow = _useState2[0],
|
|
setIsShow = _useState2[1];
|
|
var _useState3 = (0,_react_17_0_2_react.useState)([]),
|
|
_useState4 = slicedToArray_default()(_useState3, 2),
|
|
user = _useState4[0],
|
|
setuser = _useState4[1];
|
|
var _useState5 = (0,_react_17_0_2_react.useState)(0),
|
|
_useState6 = slicedToArray_default()(_useState5, 2),
|
|
isone = _useState6[0],
|
|
setisone = _useState6[1];
|
|
//判断是首次注册登陆弹窗还是二次刷新弹窗
|
|
(0,_react_17_0_2_react.useEffect)(function () {
|
|
var registeruser = localStorage.getItem('registeruser');
|
|
if (parseInt(registeruser) === 1 && ['unselect', 'student', 'teacher'].includes(userInfo === null || userInfo === void 0 ? void 0 : userInfo.identity)) {
|
|
setIsShow(true);
|
|
setTimeout(function () {
|
|
localStorage.setItem('registeruser', '2');
|
|
}, 2000);
|
|
}
|
|
}, []);
|
|
(0,_react_17_0_2_react.useEffect)(function () {
|
|
if (userInfo.login) {
|
|
getUserInfo();
|
|
}
|
|
}, [userInfo]);
|
|
function getUserInfo() {
|
|
return _getUserInfo.apply(this, arguments);
|
|
} // console.log('------',user);
|
|
function _getUserInfo() {
|
|
_getUserInfo = asyncToGenerator_default()( /*#__PURE__*/regeneratorRuntime_default()().mark(function _callee() {
|
|
var res;
|
|
return regeneratorRuntime_default()().wrap(function _callee$(_context) {
|
|
while (1) switch (_context.prev = _context.next) {
|
|
case 0:
|
|
_context.next = 2;
|
|
return (0,fetch/* default */.ZP)("/api/users/accounts/".concat(userInfo.login, ".json"), {
|
|
method: 'get'
|
|
});
|
|
case 2:
|
|
res = _context.sent;
|
|
setuser(res);
|
|
if (res.identity) {
|
|
setisone(1);
|
|
} else {
|
|
setisone(0);
|
|
}
|
|
case 5:
|
|
case "end":
|
|
return _context.stop();
|
|
}
|
|
}, _callee);
|
|
}));
|
|
return _getUserInfo.apply(this, arguments);
|
|
}
|
|
return /*#__PURE__*/(0,jsx_runtime.jsxs)(modal/* default */.Z, {
|
|
open: IsShow,
|
|
title: "\u6CE8\u518C\u6210\u529F\u901A\u77E5",
|
|
centered: true,
|
|
width: 590,
|
|
onCancel: function onCancel() {
|
|
return setIsShow(false);
|
|
},
|
|
footer: null,
|
|
afterClose: function afterClose() {
|
|
// console.log('----------------刷新导致弹窗关闭 及关闭坦诚');
|
|
},
|
|
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("div", {
|
|
style: {
|
|
color: '#5F6368',
|
|
lineHeight: 2
|
|
},
|
|
children: "\u60A8\u7684\u8D26\u53F7\u6CE8\u518C\u6210\u529F\uFF0C\u7531\u4E8E\u60A8\u7533\u8BF7\u7684\u8EAB\u4EFD\u662F\u6559\u5E08/\u5B66\u751F\uFF0C\u9700\u8981\u7BA1\u7406\u5458\u5BA1\u6838\u901A\u8FC7\u540E\u624D\u80FD\u4F7F\u7528\uFF0C\u5728\u5BA1\u6838\u671F\u95F4\uFF0C\u60A8\u53EF\u4EE5\u4F7F\u7528\u8BBF\u5BA2\u6743\u9650\u6D4F\u89C8\u5E73\u53F0\u3002"
|
|
}), /*#__PURE__*/(0,jsx_runtime.jsx)(es_button/* default */.ZP, {
|
|
type: "primary",
|
|
onClick: function onClick() {
|
|
setIsShow(false);
|
|
},
|
|
style: {
|
|
"float": 'right',
|
|
marginTop: 25,
|
|
marginBottom: 15,
|
|
width: 60,
|
|
height: 32
|
|
},
|
|
children: "\u786E\u8BA4"
|
|
})]
|
|
});
|
|
}
|
|
/* harmony default export */ var Beginnerguide = (ExperienceModal);
|
|
// EXTERNAL MODULE: ./src/utils/util.tsx
|
|
var util = __webpack_require__(88123);
|
|
// EXTERNAL MODULE: ./src/utils/verifyLogin.tsx + 2 modules
|
|
var verifyLogin = __webpack_require__(35588);
|
|
// EXTERNAL MODULE: ./node_modules/_lodash@4.17.21@lodash/lodash.js
|
|
var lodash = __webpack_require__(89392);
|
|
// EXTERNAL MODULE: ./src/service/home.ts
|
|
var home = __webpack_require__(92414);
|
|
// EXTERNAL MODULE: ./node_modules/_dayjs@1.11.10@dayjs/dayjs.min.js
|
|
var dayjs_min = __webpack_require__(9498);
|
|
var dayjs_min_default = /*#__PURE__*/__webpack_require__.n(dayjs_min);
|
|
;// CONCATENATED MODULE: ./src/pages/Home/Index/index.tsx
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
var VerifyType = /*#__PURE__*/function (VerifyType) {
|
|
VerifyType["Projects"] = "projects";
|
|
VerifyType["Shixuns"] = "shixuns";
|
|
VerifyType["Classrooms"] = "classrooms";
|
|
return VerifyType;
|
|
}(VerifyType || {});
|
|
var IndexPage = function IndexPage(_ref) {
|
|
var _inner$current;
|
|
var homePage = _ref.homePage,
|
|
globalSetting = _ref.globalSetting,
|
|
user = _ref.user,
|
|
loading = _ref.loading,
|
|
dispatch = _ref.dispatch;
|
|
var Carousels = (0,_react_17_0_2_react.useRef)(null);
|
|
var _useState = (0,_react_17_0_2_react.useState)(),
|
|
_useState2 = slicedToArray_default()(_useState, 2),
|
|
data = _useState2[0],
|
|
setData = _useState2[1];
|
|
var videoRef = (0,_react_17_0_2_react.useRef)();
|
|
var addClassBool = (0,_react_17_0_2_react.useRef)(true);
|
|
|
|
// 获取dom
|
|
var inner = (0,_react_17_0_2_react.useRef)();
|
|
var ptdtItem = (0,_react_17_0_2_react.useRef)();
|
|
// 平台动态当前移动的位置
|
|
var _useState3 = (0,_react_17_0_2_react.useState)(0),
|
|
_useState4 = slicedToArray_default()(_useState3, 2),
|
|
curLength = _useState4[0],
|
|
setCurLength = _useState4[1];
|
|
// 平台动态item的数量
|
|
var count = inner === null || inner === void 0 || (_inner$current = inner.current) === null || _inner$current === void 0 || (_inner$current = _inner$current.children) === null || _inner$current === void 0 ? void 0 : _inner$current.length;
|
|
// 平台动态item的总长度
|
|
var conWidt = 303 * count;
|
|
// 平台动态
|
|
var _useState5 = (0,_react_17_0_2_react.useState)([]),
|
|
_useState6 = slicedToArray_default()(_useState5, 2),
|
|
platformDynamics = _useState6[0],
|
|
setPlatformDynamics = _useState6[1];
|
|
// 是否显示左右虚化背景
|
|
var _useState7 = (0,_react_17_0_2_react.useState)(false),
|
|
_useState8 = slicedToArray_default()(_useState7, 2),
|
|
showLeftBg = _useState8[0],
|
|
setShowLeftBg = _useState8[1];
|
|
var _useState9 = (0,_react_17_0_2_react.useState)(false),
|
|
_useState10 = slicedToArray_default()(_useState9, 2),
|
|
showRightBg = _useState10[0],
|
|
setShowRightBg = _useState10[1];
|
|
var throttleHandleScroll = (0,_react_17_0_2_react.useRef)((0,lodash.throttle)(function () {
|
|
return handleScroll();
|
|
}, 100, {
|
|
leading: true,
|
|
trailing: true
|
|
})).current;
|
|
var throttleClick = (0,_react_17_0_2_react.useRef)((0,lodash.throttle)(function (path) {
|
|
return handleAddVerify(path);
|
|
}, 2000, {
|
|
leading: true,
|
|
trailing: false
|
|
}));
|
|
(0,_react_17_0_2_react.useEffect)(function () {
|
|
dispatch({
|
|
type: 'homePage/home',
|
|
payload: {}
|
|
});
|
|
// getHomeNotice();
|
|
// getdata();
|
|
}, [homePage.name]);
|
|
(0,_react_17_0_2_react.useEffect)(function () {
|
|
if (count > 4) {
|
|
setShowRightBg(true);
|
|
}
|
|
}, [inner === null || inner === void 0 ? void 0 : inner.current]);
|
|
|
|
//出现页面右侧悬浮按钮
|
|
(0,_react_17_0_2_react.useEffect)(function () {
|
|
getPtdt();
|
|
if (!(0,util/* checkIsClientExam */.Ll)()) dispatch({
|
|
type: 'globalSetting/onlyShowBackTopToggle',
|
|
payload: false
|
|
});
|
|
return function () {
|
|
dispatch({
|
|
type: 'globalSetting/onlyShowBackTopToggle',
|
|
payload: true
|
|
});
|
|
};
|
|
}, []);
|
|
|
|
// 获取平台动态数据
|
|
var getPtdt = /*#__PURE__*/function () {
|
|
var _ref2 = asyncToGenerator_default()( /*#__PURE__*/regeneratorRuntime_default()().mark(function _callee() {
|
|
var res, _inner$current2;
|
|
return regeneratorRuntime_default()().wrap(function _callee$(_context) {
|
|
while (1) switch (_context.prev = _context.next) {
|
|
case 0:
|
|
_context.next = 2;
|
|
return (0,home/* getPlatformDynamics */.n3)({
|
|
page: 1,
|
|
per_page: 50
|
|
});
|
|
case 2:
|
|
res = _context.sent;
|
|
if ((res === null || res === void 0 ? void 0 : res.status) == 0) {
|
|
setPlatformDynamics(res === null || res === void 0 ? void 0 : res.item);
|
|
if ((res === null || res === void 0 ? void 0 : res.item.length) > 4) {
|
|
setShowRightBg(true);
|
|
}
|
|
count = inner === null || inner === void 0 || (_inner$current2 = inner.current) === null || _inner$current2 === void 0 || (_inner$current2 = _inner$current2.children) === null || _inner$current2 === void 0 ? void 0 : _inner$current2.length;
|
|
}
|
|
case 4:
|
|
case "end":
|
|
return _context.stop();
|
|
}
|
|
}, _callee);
|
|
}));
|
|
return function getPtdt() {
|
|
return _ref2.apply(this, arguments);
|
|
};
|
|
}();
|
|
var handleAddVerify = function handleAddVerify(url, type) {
|
|
var _user$userInfo, _user$userInfo2;
|
|
if (!(0,verifyLogin/* handleVerify */.tJ)(dispatch)) {
|
|
return;
|
|
}
|
|
if ((user === null || user === void 0 || (_user$userInfo = user.userInfo) === null || _user$userInfo === void 0 ? void 0 : _user$userInfo.user_identity) === '学生') {
|
|
message/* default */.ZP.warning('学生不可以创建课堂哦!请加入您的老师创建的课堂。');
|
|
return;
|
|
}
|
|
if (type === VerifyType.Projects && !((_user$userInfo2 = user.userInfo) !== null && _user$userInfo2 !== void 0 && _user$userInfo2.email)) {
|
|
message/* default */.ZP.info('请先绑定邮箱,谢谢');
|
|
return;
|
|
}
|
|
if (type === VerifyType.Shixuns && !(0,verifyLogin/* handleCanShixunAddModal */.xY)()) {
|
|
return;
|
|
}
|
|
url && (window.location.href = url);
|
|
};
|
|
(0,_react_17_0_2_react.useEffect)(function () {
|
|
if (homePage !== null && homePage !== void 0 && homePage.homepage_disciplines) {
|
|
document.body.scrollIntoView();
|
|
throttleHandleScroll();
|
|
window.addEventListener('scroll', throttleHandleScroll);
|
|
return function () {
|
|
window.removeEventListener('scroll', throttleHandleScroll);
|
|
// document.body.scrollIntoView();
|
|
};
|
|
}
|
|
}, [homePage]);
|
|
// useEffect(()=>{
|
|
// if(user?.userInfo?.user_id){
|
|
// // getdata();
|
|
// }
|
|
// },[user?.userInfo?.user_id])
|
|
|
|
(0,_react_17_0_2_react.useEffect)(function () {
|
|
var _globalSetting$settin;
|
|
(0,util/* setDocumentTitle */.Dk)((globalSetting === null || globalSetting === void 0 || (_globalSetting$settin = globalSetting.setting) === null || _globalSetting$settin === void 0 ? void 0 : _globalSetting$settin.name) || (document.domain === "www.educoder.net" ? '头歌实践教学平台' : ""));
|
|
}, [globalSetting.setting]);
|
|
function getdata() {
|
|
return _getdata.apply(this, arguments);
|
|
}
|
|
function _getdata() {
|
|
_getdata = asyncToGenerator_default()( /*#__PURE__*/regeneratorRuntime_default()().mark(function _callee2() {
|
|
var res;
|
|
return regeneratorRuntime_default()().wrap(function _callee2$(_context2) {
|
|
while (1) switch (_context2.prev = _context2.next) {
|
|
case 0:
|
|
_context2.next = 2;
|
|
return (0,fetch/* default */.ZP)("/api/home/competition_popup.json", {
|
|
method: 'get'
|
|
});
|
|
case 2:
|
|
res = _context2.sent;
|
|
setData(res);
|
|
case 4:
|
|
case "end":
|
|
return _context2.stop();
|
|
}
|
|
}, _callee2);
|
|
}));
|
|
return _getdata.apply(this, arguments);
|
|
}
|
|
var handleScroll = function handleScroll() {
|
|
var _document$getElementB, _videoRef$current, _videoRef$current2, _videoRef$current3;
|
|
var distance = (0,util/* isPc */.b9)() ? 880 : 2600;
|
|
if (addClassBool.current) {
|
|
var all = document.querySelectorAll('.animate__animated').length;
|
|
//1
|
|
var DomItems = document.querySelectorAll('.animationOrientation');
|
|
DomItems === null || DomItems === void 0 || DomItems.forEach(function (item) {
|
|
if ((item === null || item === void 0 ? void 0 : item.getBoundingClientRect().top) < distance) {
|
|
var _item$querySelectorAl;
|
|
(_item$querySelectorAl = item.querySelectorAll('a')) === null || _item$querySelectorAl === void 0 || _item$querySelectorAl.forEach(function (er) {
|
|
er.setAttribute('class', 'animate__animated animate__fadeInUp');
|
|
});
|
|
}
|
|
});
|
|
//2
|
|
var DomH2Items = document.querySelectorAll("h2[data-type='animationH2']");
|
|
DomH2Items === null || DomH2Items === void 0 || DomH2Items.forEach(function (item, index) {
|
|
if ((item === null || item === void 0 ? void 0 : item.getBoundingClientRect().top) < distance) {
|
|
if (index === 0) {
|
|
if (!item.getAttribute('class')) {
|
|
DomH2Items === null || DomH2Items === void 0 || DomH2Items.forEach(function (er) {
|
|
er.removeAttribute('class');
|
|
});
|
|
item.setAttribute('class', 'animate__animated animate__fadeInUp');
|
|
}
|
|
}
|
|
if (index !== 0 && all > 6) {
|
|
item.setAttribute('class', 'animate__animated animate__fadeInUp');
|
|
}
|
|
}
|
|
});
|
|
//3
|
|
var Dom = document.querySelector('.animationTeachingTool');
|
|
if ((Dom === null || Dom === void 0 ? void 0 : Dom.getBoundingClientRect().top) < distance) {
|
|
var _Dom$querySelectorAll;
|
|
(_Dom$querySelectorAll = Dom.querySelectorAll('aside')) === null || _Dom$querySelectorAll === void 0 || _Dom$querySelectorAll.forEach(function (er) {
|
|
er.setAttribute('class', 'animate__animated animate__fadeInUp');
|
|
});
|
|
}
|
|
if (all > 53) {
|
|
addClassBool.current = false;
|
|
}
|
|
}
|
|
var videoTop = (_document$getElementB = document.getElementById('videoIndexId')) === null || _document$getElementB === void 0 ? void 0 : _document$getElementB.getBoundingClientRect().top;
|
|
if (!(0,util/* isPc */.b9)()) return;
|
|
if (!((_videoRef$current = videoRef.current) !== null && _videoRef$current !== void 0 && _videoRef$current.currentSrc) || !!((_videoRef$current2 = videoRef.current) !== null && _videoRef$current2 !== void 0 && _videoRef$current2.currentSrc) && (_videoRef$current3 = videoRef.current) !== null && _videoRef$current3 !== void 0 && (_videoRef$current3 = _videoRef$current3.error) !== null && _videoRef$current3 !== void 0 && _videoRef$current3.code) {
|
|
return;
|
|
}
|
|
try {
|
|
if (videoTop < distance && videoTop > -200) {
|
|
videoRef.current.play();
|
|
} else {
|
|
videoRef.current.pause();
|
|
}
|
|
} catch (err) {
|
|
console.log(err);
|
|
}
|
|
};
|
|
var _useState11 = (0,_react_17_0_2_react.useState)(-1),
|
|
_useState12 = slicedToArray_default()(_useState11, 2),
|
|
navIndex = _useState12[0],
|
|
setNavIndex = _useState12[1];
|
|
|
|
//渲染Banner
|
|
var renderBanner = function renderBanner() {
|
|
var _subData$navIndex, _homePage$images_url;
|
|
var subData = homePage.homepage_disciplines;
|
|
var subKey = 'sub_disciplines';
|
|
var htmlTarget = 'paths';
|
|
var htmlTwoTarget = function htmlTwoTarget(v) {
|
|
return "/paths?discipline_id=".concat(subData[navIndex].id, "&&tag_tabs=").concat(navIndex + 1, "&sub_discipline_id=").concat(v.id, "&tag_level=2");
|
|
};
|
|
return /*#__PURE__*/(0,jsx_runtime.jsx)(_react_17_0_2_react.Fragment, {
|
|
children: /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
|
|
className: "".concat(Indexmodules.banner, " ").concat(Indexmodules.mainSiteBanner, " "),
|
|
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("div", {
|
|
className: Indexmodules.subnav,
|
|
onMouseLeave: function onMouseLeave() {
|
|
return setNavIndex(-1);
|
|
},
|
|
children: subData && subData[navIndex] && /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
|
|
style: {
|
|
zIndex: 2
|
|
},
|
|
className: Indexmodules.subnavDetail,
|
|
children: (_subData$navIndex = subData[navIndex]) === null || _subData$navIndex === void 0 || (_subData$navIndex = _subData$navIndex[subKey]) === null || _subData$navIndex === void 0 ? void 0 : _subData$navIndex.map(function (v, k) {
|
|
return /*#__PURE__*/(0,jsx_runtime.jsx)(_umi_production_exports.Link, {
|
|
to: htmlTwoTarget(v),
|
|
children: /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
|
|
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("h1", {
|
|
children: v.name
|
|
}), /*#__PURE__*/(0,jsx_runtime.jsx)("ul", {
|
|
children: v.tags && v.tags.map(function (val, key) {
|
|
return /*#__PURE__*/(0,jsx_runtime.jsx)("li", {
|
|
children: /*#__PURE__*/(0,jsx_runtime.jsx)(_umi_production_exports.Link, {
|
|
className: Indexmodules.link,
|
|
to: "/".concat(htmlTarget, "?current_id=").concat(subData[navIndex].id, "&&tag_tabs=").concat(navIndex + 1, "&tag_id=").concat(val.id, "&tag_level=3"),
|
|
children: val.name
|
|
})
|
|
}, key);
|
|
})
|
|
})]
|
|
})
|
|
}, k);
|
|
})
|
|
})
|
|
}), /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
|
|
children: [/*#__PURE__*/(0,jsx_runtime.jsx)(LeftOutlined/* default */.Z, {
|
|
className: Indexmodules.LeftButton,
|
|
onClick: function onClick() {
|
|
Carousels.current.prev();
|
|
}
|
|
}), /*#__PURE__*/(0,jsx_runtime.jsx)(carousel/* default */.Z, {
|
|
className: Indexmodules.mainSite,
|
|
ref: Carousels,
|
|
autoplay: true,
|
|
pauseOnDotsHover: true,
|
|
children: homePage === null || homePage === void 0 || (_homePage$images_url = homePage.images_url) === null || _homePage$images_url === void 0 ? void 0 : _homePage$images_url.map(function (v, k) {
|
|
return /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
|
|
style: {
|
|
display: 'flex'
|
|
},
|
|
children: /*#__PURE__*/(0,jsx_runtime.jsx)("a", {
|
|
style: {
|
|
display: 'block',
|
|
width: '100%',
|
|
height: '487px',
|
|
position: 'relative'
|
|
},
|
|
href: v === null || v === void 0 ? void 0 : v.path,
|
|
children: /*#__PURE__*/(0,jsx_runtime.jsx)("img", {
|
|
style: {
|
|
height: '100%',
|
|
position: 'absolute',
|
|
left: '50%',
|
|
transform: 'translateX(-50%)',
|
|
width: '100%',
|
|
objectFit: 'cover'
|
|
},
|
|
src: env/* default */.Z.IMG_SERVER + (v === null || v === void 0 ? void 0 : v.image_url)
|
|
})
|
|
})
|
|
}, k);
|
|
})
|
|
})]
|
|
}), /*#__PURE__*/(0,jsx_runtime.jsx)(RightOutlined/* default */.Z, {
|
|
className: Indexmodules.RightButton,
|
|
onClick: function onClick() {
|
|
Carousels.current.next();
|
|
}
|
|
})]
|
|
})
|
|
});
|
|
};
|
|
var leftClick = function leftClick() {
|
|
if (curLength >= 0) {
|
|
setShowLeftBg(false);
|
|
return;
|
|
} else {
|
|
setShowLeftBg(true);
|
|
setShowRightBg(true);
|
|
setCurLength(curLength + 303 / 2);
|
|
}
|
|
};
|
|
var rightClick = function rightClick() {
|
|
if (count < 5 || curLength <= -conWidt / 2) {
|
|
setShowRightBg(false);
|
|
return;
|
|
} else {
|
|
setShowLeftBg(true);
|
|
setCurLength(curLength - 303 / 2);
|
|
}
|
|
};
|
|
return /*#__PURE__*/(0,jsx_runtime.jsxs)("section", {
|
|
children: [parseInt(localStorage.getItem('registeruser')) === 1 && /*#__PURE__*/(0,jsx_runtime.jsx)(Beginnerguide, {
|
|
userInfo: user === null || user === void 0 ? void 0 : user.userInfo
|
|
}), renderBanner(), /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
|
|
className: Indexmodules.ptdt,
|
|
children: /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
|
|
className: Indexmodules.ptdt_warp,
|
|
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("div", {
|
|
className: Indexmodules.ptdt_title,
|
|
children: "\u5E73\u53F0\u52A8\u6001"
|
|
}), /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
|
|
className: Indexmodules.ptdt_con,
|
|
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("div", {
|
|
className: Indexmodules.btn_left,
|
|
onClick: function onClick() {
|
|
return leftClick();
|
|
}
|
|
}), /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
|
|
className: Indexmodules.btn_right,
|
|
onClick: function onClick() {
|
|
return rightClick();
|
|
}
|
|
}), /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
|
|
className: Indexmodules.left_bg,
|
|
style: {
|
|
display: showLeftBg ? 'block' : 'none'
|
|
}
|
|
}), /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
|
|
className: Indexmodules.right_bg,
|
|
style: {
|
|
display: showRightBg ? 'block' : 'none'
|
|
}
|
|
}), /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
|
|
className: Indexmodules.inner,
|
|
ref: inner,
|
|
children: platformDynamics.map(function (item, index) {
|
|
return /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
|
|
className: Indexmodules.ptdt_item,
|
|
ref: ptdtItem,
|
|
style: {
|
|
left: curLength
|
|
},
|
|
onClick: function onClick() {
|
|
var type = {
|
|
'education': 'educationFiles',
|
|
'policy': 'collegePolicy',
|
|
'request': 'collegeRequirements',
|
|
'education_competition': 'troopTraining'
|
|
};
|
|
window.open("/ideology/".concat(type[item === null || item === void 0 ? void 0 : item.event_type], "/info/").concat(item === null || item === void 0 ? void 0 : item.id));
|
|
},
|
|
children: [/*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
|
|
className: Indexmodules.ptdt_item_info,
|
|
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("div", {
|
|
className: Indexmodules.time,
|
|
children: dayjs_min_default()(item === null || item === void 0 ? void 0 : item.created_at).format('YYYY-MM-DD')
|
|
}), /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
|
|
className: Indexmodules.info,
|
|
title: item.content,
|
|
children: item.content
|
|
})]
|
|
}), /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
|
|
className: Indexmodules.round,
|
|
children: /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
|
|
className: Indexmodules.round2
|
|
})
|
|
}), /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
|
|
className: Indexmodules.line
|
|
})]
|
|
}, index);
|
|
})
|
|
})]
|
|
})]
|
|
})
|
|
}), /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
|
|
className: Indexmodules.muokuai,
|
|
children: /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
|
|
className: Indexmodules.muokuaiWarp,
|
|
children: [/*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
|
|
className: Indexmodules.mk_item1,
|
|
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("div", {
|
|
className: Indexmodules.logo_name
|
|
}), /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
|
|
className: Indexmodules.item_con,
|
|
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("span", {
|
|
onClick: function onClick() {
|
|
return window.open('/ideology/case');
|
|
},
|
|
children: "\u7ECF\u5178\u6848\u4F8B"
|
|
}), /*#__PURE__*/(0,jsx_runtime.jsx)("span", {
|
|
onClick: function onClick() {
|
|
return window.open('/ideology/modelCourse');
|
|
},
|
|
children: "\u793A\u8303\u8BFE\u7A0B"
|
|
})]
|
|
})]
|
|
}), /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
|
|
className: Indexmodules.mk_item2,
|
|
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("div", {
|
|
className: Indexmodules.logo_name
|
|
}), /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
|
|
className: Indexmodules.item_con,
|
|
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("span", {
|
|
onClick: function onClick() {
|
|
return window.open('/ideology/educationFiles');
|
|
},
|
|
children: "\u6559\u80B2\u90E8\u6587\u4EF6"
|
|
}), /*#__PURE__*/(0,jsx_runtime.jsx)("span", {
|
|
onClick: function onClick() {
|
|
return window.open('/ideology/collegePolicy');
|
|
},
|
|
children: "\u5B66\u6821\u653F\u7B56"
|
|
}), /*#__PURE__*/(0,jsx_runtime.jsx)("span", {
|
|
onClick: function onClick() {
|
|
return window.open('/ideology/collegeRequirements');
|
|
},
|
|
children: "\u5B66\u9662\u8981\u6C42"
|
|
})]
|
|
})]
|
|
}), /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
|
|
className: Indexmodules.mk_item3,
|
|
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("div", {
|
|
className: Indexmodules.logo_name
|
|
}), /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
|
|
className: Indexmodules.item_con,
|
|
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("span", {
|
|
onClick: function onClick() {
|
|
return window.open('/ideology/modelCourse/1');
|
|
},
|
|
children: "\u56FD\u5BB6\u7EA7"
|
|
}), /*#__PURE__*/(0,jsx_runtime.jsx)("span", {
|
|
onClick: function onClick() {
|
|
return window.open('/ideology/modelCourse/2');
|
|
},
|
|
children: "\u7701\u7EA7"
|
|
}), /*#__PURE__*/(0,jsx_runtime.jsx)("span", {
|
|
onClick: function onClick() {
|
|
return window.open('/ideology/modelCourse/6');
|
|
},
|
|
children: "\u6821\u7EA7"
|
|
}), /*#__PURE__*/(0,jsx_runtime.jsx)("span", {
|
|
onClick: function onClick() {
|
|
return window.open('/ideology/modelCourse/7');
|
|
},
|
|
children: "\u5176\u4ED6"
|
|
})]
|
|
})]
|
|
}), /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
|
|
className: Indexmodules.mk_item4,
|
|
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("div", {
|
|
className: Indexmodules.logo_name
|
|
}), /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
|
|
className: Indexmodules.item_con,
|
|
children: /*#__PURE__*/(0,jsx_runtime.jsx)("span", {
|
|
onClick: function onClick() {
|
|
return window.open('/ideology/troopTraining');
|
|
},
|
|
children: "\u601D\u653F\u6559\u5B66\u7ADE\u8D5B"
|
|
})
|
|
})]
|
|
}), /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
|
|
className: Indexmodules.mk_item5,
|
|
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("div", {
|
|
className: Indexmodules.logo_name
|
|
}), /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
|
|
className: Indexmodules.item_con,
|
|
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("span", {
|
|
onClick: function onClick() {
|
|
return window.open('/ideology/researchCenter/1');
|
|
},
|
|
children: "\u4E2D\u5FC3\u4ECB\u7ECD"
|
|
}), /*#__PURE__*/(0,jsx_runtime.jsx)("span", {
|
|
onClick: function onClick() {
|
|
return window.open('/ideology/researchCenter/2');
|
|
},
|
|
children: "\u73B0\u4EFB\u9886\u5BFC"
|
|
}), /*#__PURE__*/(0,jsx_runtime.jsx)("span", {
|
|
onClick: function onClick() {
|
|
return window.open('/ideology/researchCenter/3');
|
|
},
|
|
children: "\u8054\u7CFB\u6211\u4EEC"
|
|
})]
|
|
})]
|
|
}), /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
|
|
className: Indexmodules.mk_item6,
|
|
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("div", {
|
|
className: Indexmodules.logo_name
|
|
}), /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
|
|
className: Indexmodules.item_con,
|
|
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("span", {
|
|
onClick: function onClick() {
|
|
return window.open('/ideology/ecologicalConstruction/1');
|
|
},
|
|
children: "\u9655\u897F\u4FE1\u606F\u5B66\u79D1\u8BFE\u7A0B\u601D\u653F\u521B\u65B0\u8054\u76DF"
|
|
}), /*#__PURE__*/(0,jsx_runtime.jsx)("span", {
|
|
onClick: function onClick() {
|
|
return window.open('/ideology/ecologicalConstruction/2');
|
|
},
|
|
children: "\u9EC4\u6CB3\u8BBA\u575B\u8BFE\u7A0B\u601D\u653F\u8054\u76DF"
|
|
}), /*#__PURE__*/(0,jsx_runtime.jsx)("span", {
|
|
onClick: function onClick() {
|
|
return window.open('/ideology/ecologicalConstruction/3');
|
|
},
|
|
children: "\u9655\u897F\u8BA1\u7B97\u673A\u5B66\u9662\u9662\u957F\u8BBA\u575B\u8BFE\u7A0B\u601D\u653F\u8054\u76DF"
|
|
})]
|
|
})]
|
|
})]
|
|
})
|
|
})]
|
|
});
|
|
};
|
|
/* harmony default export */ var Index = ((0,_umi_production_exports.connect)(function (_ref3) {
|
|
var homePage = _ref3.homePage,
|
|
loading = _ref3.loading,
|
|
globalSetting = _ref3.globalSetting,
|
|
user = _ref3.user;
|
|
return {
|
|
homePage: homePage,
|
|
globalSetting: globalSetting,
|
|
loading: loading.models.homePage,
|
|
user: user
|
|
};
|
|
})(IndexPage));
|
|
// EXTERNAL MODULE: ./node_modules/_@babel_runtime@7.23.6@@babel/runtime/helpers/objectSpread2.js
|
|
var objectSpread2 = __webpack_require__(82242);
|
|
var objectSpread2_default = /*#__PURE__*/__webpack_require__.n(objectSpread2);
|
|
// EXTERNAL MODULE: ./node_modules/_antd@5.12.8@antd/es/skeleton/index.js + 12 modules
|
|
var skeleton = __webpack_require__(83469);
|
|
;// CONCATENATED MODULE: ./src/pages/Home/Learning/index.less?modules
|
|
// extracted by mini-css-extract-plugin
|
|
/* harmony default export */ var Learningmodules = ({"flex_box_center":"flex_box_center___sEfC3","flex_space_between":"flex_space_between___rfkoZ","flex_box_vertical_center":"flex_box_vertical_center___g_6Jh","flex_box_center_end":"flex_box_center_end___k37Qa","flex_box_column":"flex_box_column___A9yPD","home":"home___h5c5I","bg":"bg___mDgYE","public_width":"public_width___ctVWu","banner":"banner___Y_cZp","content":"content___S8Tis","experience":"experience___H8Zlm","li":"li___bsBii","btn":"btn___zmK7O","demonstrate":"demonstrate___HUSkM","title":"title___ZV9fz","mask":"mask___G3HO0","name":"name___TRCUE","tagWarp":"tagWarp___kbulg","tag":"tag___O6XvS","feature":"feature___k3jMC"});
|
|
// EXTERNAL MODULE: ./node_modules/_react-id-swiper@3.0.0@react-id-swiper/lib/index.js
|
|
var lib = __webpack_require__(62945);
|
|
var lib_default = /*#__PURE__*/__webpack_require__.n(lib);
|
|
// EXTERNAL MODULE: ./src/components/Video/Modal/index.tsx + 1 modules
|
|
var Modal = __webpack_require__(58814);
|
|
;// CONCATENATED MODULE: ./src/pages/Home/Learning/icon/icon1.svg
|
|
function _createForOfIteratorHelper(o, allowArrayLike) { var it = typeof Symbol !== "undefined" && o[Symbol.iterator] || o["@@iterator"]; if (!it) { if (Array.isArray(o) || (it = _unsupportedIterableToArray(o)) || allowArrayLike && o && typeof o.length === "number") { if (it) o = it; var i = 0; var F = function F() {}; return { s: F, n: function n() { if (i >= o.length) return { done: true }; return { done: false, value: o[i++] }; }, e: function e(_e) { throw _e; }, f: F }; } throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); } var normalCompletion = true, didErr = false, err; return { s: function s() { it = it.call(o); }, n: function n() { var step = it.next(); normalCompletion = step.done; return step; }, e: function e(_e2) { didErr = true; err = _e2; }, f: function f() { try { if (!normalCompletion && it["return"] != null) it["return"](); } finally { if (didErr) throw err; } } }; }
|
|
function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
|
|
function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i]; return arr2; }
|
|
var __defProp = Object.defineProperty;
|
|
var __getOwnPropSymbols = Object.getOwnPropertySymbols;
|
|
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
var __propIsEnum = Object.prototype.propertyIsEnumerable;
|
|
var __defNormalProp = function __defNormalProp(obj, key, value) {
|
|
return key in obj ? __defProp(obj, key, {
|
|
enumerable: true,
|
|
configurable: true,
|
|
writable: true,
|
|
value: value
|
|
}) : obj[key] = value;
|
|
};
|
|
var __spreadValues = function __spreadValues(a, b) {
|
|
for (var prop in b || (b = {})) if (__hasOwnProp.call(b, prop)) __defNormalProp(a, prop, b[prop]);
|
|
if (__getOwnPropSymbols) {
|
|
var _iterator = _createForOfIteratorHelper(__getOwnPropSymbols(b)),
|
|
_step;
|
|
try {
|
|
for (_iterator.s(); !(_step = _iterator.n()).done;) {
|
|
var prop = _step.value;
|
|
if (__propIsEnum.call(b, prop)) __defNormalProp(a, prop, b[prop]);
|
|
}
|
|
} catch (err) {
|
|
_iterator.e(err);
|
|
} finally {
|
|
_iterator.f();
|
|
}
|
|
}
|
|
return a;
|
|
};
|
|
|
|
var SvgIcon1 = function SvgIcon1(props) {
|
|
return /* @__PURE__ */React.createElement("svg", __spreadValues({
|
|
width: 77,
|
|
height: 50,
|
|
xmlns: "http://www.w3.org/2000/svg",
|
|
xmlnsXlink: "http://www.w3.org/1999/xlink"
|
|
}, props), /* @__PURE__ */React.createElement("title", null, "icon1"), /* @__PURE__ */React.createElement("defs", null, /* @__PURE__ */React.createElement("linearGradient", {
|
|
x1: "50%",
|
|
y1: "55.976%",
|
|
x2: "50%",
|
|
y2: "99.812%",
|
|
id: "icon1_svg__a"
|
|
}, /* @__PURE__ */React.createElement("stop", {
|
|
stopColor: "#0A55FC",
|
|
offset: "0%"
|
|
}), /* @__PURE__ */React.createElement("stop", {
|
|
stopColor: "#4780FF",
|
|
offset: "100%"
|
|
})), /* @__PURE__ */React.createElement("linearGradient", {
|
|
x1: "50%",
|
|
y1: "0%",
|
|
x2: "50%",
|
|
y2: "100%",
|
|
id: "icon1_svg__d"
|
|
}, /* @__PURE__ */React.createElement("stop", {
|
|
stopColor: "#C4D1F3",
|
|
offset: "0%"
|
|
}), /* @__PURE__ */React.createElement("stop", {
|
|
stopColor: "#DDE9FD",
|
|
stopOpacity: 0.394,
|
|
offset: "100%"
|
|
})), /* @__PURE__ */React.createElement("linearGradient", {
|
|
x1: "50%",
|
|
y1: "55.976%",
|
|
x2: "50%",
|
|
y2: "99.812%",
|
|
id: "icon1_svg__e"
|
|
}, /* @__PURE__ */React.createElement("stop", {
|
|
stopColor: "#0A55FC",
|
|
offset: "0%"
|
|
}), /* @__PURE__ */React.createElement("stop", {
|
|
stopColor: "#4780FF",
|
|
offset: "100%"
|
|
})), /* @__PURE__ */React.createElement("filter", {
|
|
x: "-5.7%",
|
|
y: "-4.8%",
|
|
width: "111.3%",
|
|
height: "109.6%",
|
|
filterUnits: "objectBoundingBox",
|
|
id: "icon1_svg__c"
|
|
}, /* @__PURE__ */React.createElement("feGaussianBlur", {
|
|
stdDeviation: 1,
|
|
"in": "SourceAlpha",
|
|
result: "shadowBlurInner1"
|
|
}), /* @__PURE__ */React.createElement("feOffset", {
|
|
dy: 0.6,
|
|
"in": "shadowBlurInner1",
|
|
result: "shadowOffsetInner1"
|
|
}), /* @__PURE__ */React.createElement("feComposite", {
|
|
"in": "shadowOffsetInner1",
|
|
in2: "SourceAlpha",
|
|
operator: "arithmetic",
|
|
k2: -1,
|
|
k3: 1,
|
|
result: "shadowInnerInner1"
|
|
}), /* @__PURE__ */React.createElement("feColorMatrix", {
|
|
values: "0 0 0 0 0.879230183 0 0 0 0 0.902851028 0 0 0 0 1 0 0 0 0.5 0",
|
|
"in": "shadowInnerInner1"
|
|
})), /* @__PURE__ */React.createElement("filter", {
|
|
x: "-3.8%",
|
|
y: "-4.8%",
|
|
width: "107.5%",
|
|
height: "109.7%",
|
|
filterUnits: "objectBoundingBox",
|
|
id: "icon1_svg__g"
|
|
}, /* @__PURE__ */React.createElement("feGaussianBlur", {
|
|
stdDeviation: 1,
|
|
"in": "SourceAlpha",
|
|
result: "shadowBlurInner1"
|
|
}), /* @__PURE__ */React.createElement("feOffset", {
|
|
dy: 0.6,
|
|
"in": "shadowBlurInner1",
|
|
result: "shadowOffsetInner1"
|
|
}), /* @__PURE__ */React.createElement("feComposite", {
|
|
"in": "shadowOffsetInner1",
|
|
in2: "SourceAlpha",
|
|
operator: "arithmetic",
|
|
k2: -1,
|
|
k3: 1,
|
|
result: "shadowInnerInner1"
|
|
}), /* @__PURE__ */React.createElement("feColorMatrix", {
|
|
values: "0 0 0 0 0.879230183 0 0 0 0 0.902851028 0 0 0 0 1 0 0 0 0.5 0",
|
|
"in": "shadowInnerInner1"
|
|
})), /* @__PURE__ */React.createElement("path", {
|
|
d: "M65.5 33.265C73.167 33.265 77 36.843 77 44H54c0-7.157 3.833-10.735 11.5-10.735ZM65.538 17c4.024 0 7.286 3.223 7.286 7.198 0 3.976-3.262 7.198-7.286 7.198-4.025 0-7.287-3.222-7.287-7.198 0-3.975 3.262-7.198 7.287-7.198Z",
|
|
id: "icon1_svg__b"
|
|
}), /* @__PURE__ */React.createElement("path", {
|
|
d: "M34.221 7.589c-.165.612-.397 1.045-.698 1.3.52 1.288.664 2.351.431 3.19-.349 1.259-1.431 2.364-3.645 4.06-1.476 1.131-5.362 2.82-11.659 5.068v5.601H.383c-1.304-7.167.724-11.441 6.083-12.823 3.633-.937 5.927 0 10.113 0 3.925 0 7.273-1.467 13.01-4.935.506-.213 1.139-.473 1.9-.781.592-.613.958-1.242 1.096-1.887.208-.969 2.752-1.804 1.636 1.207ZM10.613 0a5.96 5.96 0 0 1 5.966 5.956 5.96 5.96 0 0 1-5.966 5.956 5.96 5.96 0 0 1-5.966-5.956A5.96 5.96 0 0 1 10.613 0Z",
|
|
id: "icon1_svg__f"
|
|
})), /* @__PURE__ */React.createElement("g", {
|
|
fill: "none",
|
|
fillRule: "evenodd"
|
|
}, /* @__PURE__ */React.createElement("g", {
|
|
fillRule: "nonzero"
|
|
}, /* @__PURE__ */React.createElement("use", {
|
|
fill: "url(#icon1_svg__a)",
|
|
xlinkHref: "#icon1_svg__b"
|
|
}), /* @__PURE__ */React.createElement("use", {
|
|
fill: "#000",
|
|
filter: "url(#icon1_svg__c)",
|
|
xlinkHref: "#icon1_svg__b"
|
|
})), /* @__PURE__ */React.createElement("circle", {
|
|
stroke: "url(#icon1_svg__d)",
|
|
fillOpacity: 0.29,
|
|
fill: "#C2D5FE",
|
|
cx: 38,
|
|
cy: 25,
|
|
r: 24.5
|
|
}), /* @__PURE__ */React.createElement("path", {
|
|
d: "M24 15c3.493-4 8.16-6 14-6s10.507 2 14 6M52 37c-3.369 4-7.869 6-13.5 6S28.369 41 25 37",
|
|
stroke: "#175FFF"
|
|
}), /* @__PURE__ */React.createElement("g", {
|
|
transform: "translate(0 16)",
|
|
fillRule: "nonzero"
|
|
}, /* @__PURE__ */React.createElement("use", {
|
|
fill: "url(#icon1_svg__e)",
|
|
xlinkHref: "#icon1_svg__f"
|
|
}), /* @__PURE__ */React.createElement("use", {
|
|
fill: "#000",
|
|
filter: "url(#icon1_svg__g)",
|
|
xlinkHref: "#icon1_svg__f"
|
|
})), /* @__PURE__ */React.createElement("path", {
|
|
stroke: "#175FFF",
|
|
d: "m51.45 12 .55 4-4-.284M29 37.622 25 37l.217 4"
|
|
})));
|
|
};
|
|
|
|
/* harmony default export */ var icon1 = ("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNzciIGhlaWdodD0iNTAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCB4MT0iNTAlIiB5MT0iNTUuOTc2JSIgeDI9IjUwJSIgeTI9Ijk5LjgxMiUiIGlkPSJhIj48c3RvcCBzdG9wLWNvbG9yPSIjMEE1NUZDIiBvZmZzZXQ9IjAlIi8+PHN0b3Agc3RvcC1jb2xvcj0iIzQ3ODBGRiIgb2Zmc2V0PSIxMDAlIi8+PC9saW5lYXJHcmFkaWVudD48bGluZWFyR3JhZGllbnQgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSIgaWQ9ImQiPjxzdG9wIHN0b3AtY29sb3I9IiNDNEQxRjMiIG9mZnNldD0iMCUiLz48c3RvcCBzdG9wLWNvbG9yPSIjRERFOUZEIiBzdG9wLW9wYWNpdHk9Ii4zOTQiIG9mZnNldD0iMTAwJSIvPjwvbGluZWFyR3JhZGllbnQ+PGxpbmVhckdyYWRpZW50IHgxPSI1MCUiIHkxPSI1NS45NzYlIiB4Mj0iNTAlIiB5Mj0iOTkuODEyJSIgaWQ9ImUiPjxzdG9wIHN0b3AtY29sb3I9IiMwQTU1RkMiIG9mZnNldD0iMCUiLz48c3RvcCBzdG9wLWNvbG9yPSIjNDc4MEZGIiBvZmZzZXQ9IjEwMCUiLz48L2xpbmVhckdyYWRpZW50PjxmaWx0ZXIgeD0iLTUuNyUiIHk9Ii00LjglIiB3aWR0aD0iMTExLjMlIiBoZWlnaHQ9IjEwOS42JSIgZmlsdGVyVW5pdHM9Im9iamVjdEJvdW5kaW5nQm94IiBpZD0iYyI+PGZlR2F1c3NpYW5CbHVyIHN0ZERldmlhdGlvbj0iMSIgaW49IlNvdXJjZUFscGhhIiByZXN1bHQ9InNoYWRvd0JsdXJJbm5lcjEiLz48ZmVPZmZzZXQgZHk9Ii42IiBpbj0ic2hhZG93Qmx1cklubmVyMSIgcmVzdWx0PSJzaGFkb3dPZmZzZXRJbm5lcjEiLz48ZmVDb21wb3NpdGUgaW49InNoYWRvd09mZnNldElubmVyMSIgaW4yPSJTb3VyY2VBbHBoYSIgb3BlcmF0b3I9ImFyaXRobWV0aWMiIGsyPSItMSIgazM9IjEiIHJlc3VsdD0ic2hhZG93SW5uZXJJbm5lcjEiLz48ZmVDb2xvck1hdHJpeCB2YWx1ZXM9IjAgMCAwIDAgMC44NzkyMzAxODMgMCAwIDAgMCAwLjkwMjg1MTAyOCAwIDAgMCAwIDEgMCAwIDAgMC41IDAiIGluPSJzaGFkb3dJbm5lcklubmVyMSIvPjwvZmlsdGVyPjxmaWx0ZXIgeD0iLTMuOCUiIHk9Ii00LjglIiB3aWR0aD0iMTA3LjUlIiBoZWlnaHQ9IjEwOS43JSIgZmlsdGVyVW5pdHM9Im9iamVjdEJvdW5kaW5nQm94IiBpZD0iZyI+PGZlR2F1c3NpYW5CbHVyIHN0ZERldmlhdGlvbj0iMSIgaW49IlNvdXJjZUFscGhhIiByZXN1bHQ9InNoYWRvd0JsdXJJbm5lcjEiLz48ZmVPZmZzZXQgZHk9Ii42IiBpbj0ic2hhZG93Qmx1cklubmVyMSIgcmVzdWx0PSJzaGFkb3dPZmZzZXRJbm5lcjEiLz48ZmVDb21wb3NpdGUgaW49InNoYWRvd09mZnNldElubmVyMSIgaW4yPSJTb3VyY2VBbHBoYSIgb3BlcmF0b3I9ImFyaXRobWV0aWMiIGsyPSItMSIgazM9IjEiIHJlc3VsdD0ic2hhZG93SW5uZXJJbm5lcjEiLz48ZmVDb2xvck1hdHJpeCB2YWx1ZXM9IjAgMCAwIDAgMC44NzkyMzAxODMgMCAwIDAgMCAwLjkwMjg1MTAyOCAwIDAgMCAwIDEgMCAwIDAgMC41IDAiIGluPSJzaGFkb3dJbm5lcklubmVyMSIvPjwvZmlsdGVyPjxwYXRoIGQ9Ik02NS41IDMzLjI2NUM3My4xNjcgMzMuMjY1IDc3IDM2Ljg0MyA3NyA0NEg1NGMwLTcuMTU3IDMuODMzLTEwLjczNSAxMS41LTEwLjczNVpNNjUuNTM4IDE3YzQuMDI0IDAgNy4yODYgMy4yMjMgNy4yODYgNy4xOTggMCAzLjk3Ni0zLjI2MiA3LjE5OC03LjI4NiA3LjE5OC00LjAyNSAwLTcuMjg3LTMuMjIyLTcuMjg3LTcuMTk4IDAtMy45NzUgMy4yNjItNy4xOTggNy4yODctNy4xOThaIiBpZD0iYiIvPjxwYXRoIGQ9Ik0zNC4yMjEgNy41ODljLS4xNjUuNjEyLS4zOTcgMS4wNDUtLjY5OCAxLjMuNTIgMS4yODguNjY0IDIuMzUxLjQzMSAzLjE5LS4zNDkgMS4yNTktMS40MzEgMi4zNjQtMy42NDUgNC4wNi0xLjQ3NiAxLjEzMS01LjM2MiAyLjgyLTExLjY1OSA1LjA2OHY1LjYwMUguMzgzYy0xLjMwNC03LjE2Ny43MjQtMTEuNDQxIDYuMDgzLTEyLjgyMyAzLjYzMy0uOTM3IDUuOTI3IDAgMTAuMTEzIDAgMy45MjUgMCA3LjI3My0xLjQ2NyAxMy4wMS00LjkzNS41MDYtLjIxMyAxLjEzOS0uNDczIDEuOS0uNzgxLjU5Mi0uNjEzLjk1OC0xLjI0MiAxLjA5Ni0xLjg4Ny4yMDgtLjk2OSAyLjc1Mi0xLjgwNCAxLjYzNiAxLjIwN1pNMTAuNjEzIDBhNS45NiA1Ljk2IDAgMCAxIDUuOTY2IDUuOTU2IDUuOTYgNS45NiAwIDAgMS01Ljk2NiA1Ljk1NiA1Ljk2IDUuOTYgMCAwIDEtNS45NjYtNS45NTZBNS45NiA1Ljk2IDAgMCAxIDEwLjYxMyAwWiIgaWQ9ImYiLz48L2RlZnM+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48ZyBmaWxsLXJ1bGU9Im5vbnplcm8iPjx1c2UgZmlsbD0idXJsKCNhKSIgeGxpbms6aHJlZj0iI2IiLz48dXNlIGZpbGw9IiMwMDAiIGZpbHRlcj0idXJsKCNjKSIgeGxpbms6aHJlZj0iI2IiLz48L2c+PGNpcmNsZSBzdHJva2U9InVybCgjZCkiIGZpbGwtb3BhY2l0eT0iLjI5IiBmaWxsPSIjQzJENUZFIiBjeD0iMzgiIGN5PSIyNSIgcj0iMjQuNSIvPjxwYXRoIGQ9Ik0yNCAxNWMzLjQ5My00IDguMTYtNiAxNC02czEwLjUwNyAyIDE0IDZNNTIgMzdjLTMuMzY5IDQtNy44NjkgNi0xMy41IDZTMjguMzY5IDQxIDI1IDM3IiBzdHJva2U9IiMxNzVGRkYiLz48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIDE2KSIgZmlsbC1ydWxlPSJub256ZXJvIj48dXNlIGZpbGw9InVybCgjZSkiIHhsaW5rOmhyZWY9IiNmIi8+PHVzZSBmaWxsPSIjMDAwIiBmaWx0ZXI9InVybCgjZykiIHhsaW5rOmhyZWY9IiNmIi8+PC9nPjxwYXRoIHN0cm9rZT0iIzE3NUZGRiIgZD0ibTUxLjQ1IDEyIC41NSA0LTQtLjI4NE0yOSAzNy42MjIgMjUgMzdsLjIxNyA0Ii8+PC9nPjwvc3ZnPg==");
|
|
;// CONCATENATED MODULE: ./src/pages/Home/Learning/icon/icon2.svg
|
|
function icon2_createForOfIteratorHelper(o, allowArrayLike) { var it = typeof Symbol !== "undefined" && o[Symbol.iterator] || o["@@iterator"]; if (!it) { if (Array.isArray(o) || (it = icon2_unsupportedIterableToArray(o)) || allowArrayLike && o && typeof o.length === "number") { if (it) o = it; var i = 0; var F = function F() {}; return { s: F, n: function n() { if (i >= o.length) return { done: true }; return { done: false, value: o[i++] }; }, e: function e(_e) { throw _e; }, f: F }; } throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); } var normalCompletion = true, didErr = false, err; return { s: function s() { it = it.call(o); }, n: function n() { var step = it.next(); normalCompletion = step.done; return step; }, e: function e(_e2) { didErr = true; err = _e2; }, f: function f() { try { if (!normalCompletion && it["return"] != null) it["return"](); } finally { if (didErr) throw err; } } }; }
|
|
function icon2_unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return icon2_arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return icon2_arrayLikeToArray(o, minLen); }
|
|
function icon2_arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i]; return arr2; }
|
|
var icon2_defProp = Object.defineProperty;
|
|
var icon2_getOwnPropSymbols = Object.getOwnPropertySymbols;
|
|
var icon2_hasOwnProp = Object.prototype.hasOwnProperty;
|
|
var icon2_propIsEnum = Object.prototype.propertyIsEnumerable;
|
|
var icon2_defNormalProp = function __defNormalProp(obj, key, value) {
|
|
return key in obj ? icon2_defProp(obj, key, {
|
|
enumerable: true,
|
|
configurable: true,
|
|
writable: true,
|
|
value: value
|
|
}) : obj[key] = value;
|
|
};
|
|
var icon2_spreadValues = function __spreadValues(a, b) {
|
|
for (var prop in b || (b = {})) if (icon2_hasOwnProp.call(b, prop)) icon2_defNormalProp(a, prop, b[prop]);
|
|
if (icon2_getOwnPropSymbols) {
|
|
var _iterator = icon2_createForOfIteratorHelper(icon2_getOwnPropSymbols(b)),
|
|
_step;
|
|
try {
|
|
for (_iterator.s(); !(_step = _iterator.n()).done;) {
|
|
var prop = _step.value;
|
|
if (icon2_propIsEnum.call(b, prop)) icon2_defNormalProp(a, prop, b[prop]);
|
|
}
|
|
} catch (err) {
|
|
_iterator.e(err);
|
|
} finally {
|
|
_iterator.f();
|
|
}
|
|
}
|
|
return a;
|
|
};
|
|
|
|
var SvgIcon2 = function SvgIcon2(props) {
|
|
return /* @__PURE__ */React.createElement("svg", icon2_spreadValues({
|
|
width: 64,
|
|
height: 63,
|
|
xmlns: "http://www.w3.org/2000/svg",
|
|
xmlnsXlink: "http://www.w3.org/1999/xlink"
|
|
}, props), /* @__PURE__ */React.createElement("title", null, "icon2"), /* @__PURE__ */React.createElement("defs", null, /* @__PURE__ */React.createElement("linearGradient", {
|
|
x1: "50%",
|
|
y1: "55.976%",
|
|
x2: "50%",
|
|
y2: "99.812%",
|
|
id: "icon2_svg__a"
|
|
}, /* @__PURE__ */React.createElement("stop", {
|
|
stopColor: "#0A55FC",
|
|
offset: "0%"
|
|
}), /* @__PURE__ */React.createElement("stop", {
|
|
stopColor: "#4780FF",
|
|
offset: "100%"
|
|
})), /* @__PURE__ */React.createElement("linearGradient", {
|
|
x1: "50%",
|
|
y1: "0%",
|
|
x2: "50%",
|
|
y2: "100%",
|
|
id: "icon2_svg__d"
|
|
}, /* @__PURE__ */React.createElement("stop", {
|
|
stopColor: "#C4D1F3",
|
|
offset: "0%"
|
|
}), /* @__PURE__ */React.createElement("stop", {
|
|
stopColor: "#DDE9FD",
|
|
stopOpacity: 0.394,
|
|
offset: "100%"
|
|
})), /* @__PURE__ */React.createElement("filter", {
|
|
x: "-3.4%",
|
|
y: "-11.8%",
|
|
width: "106.8%",
|
|
height: "123.6%",
|
|
filterUnits: "objectBoundingBox",
|
|
id: "icon2_svg__c"
|
|
}, /* @__PURE__ */React.createElement("feGaussianBlur", {
|
|
stdDeviation: 1,
|
|
"in": "SourceAlpha",
|
|
result: "shadowBlurInner1"
|
|
}), /* @__PURE__ */React.createElement("feOffset", {
|
|
dy: 0.6,
|
|
"in": "shadowBlurInner1",
|
|
result: "shadowOffsetInner1"
|
|
}), /* @__PURE__ */React.createElement("feComposite", {
|
|
"in": "shadowOffsetInner1",
|
|
in2: "SourceAlpha",
|
|
operator: "arithmetic",
|
|
k2: -1,
|
|
k3: 1,
|
|
result: "shadowInnerInner1"
|
|
}), /* @__PURE__ */React.createElement("feColorMatrix", {
|
|
values: "0 0 0 0 0.879230183 0 0 0 0 0.902851028 0 0 0 0 1 0 0 0 0.5 0",
|
|
"in": "shadowInnerInner1"
|
|
})), /* @__PURE__ */React.createElement("rect", {
|
|
id: "icon2_svg__b",
|
|
x: 13,
|
|
y: 52,
|
|
width: 38,
|
|
height: 11,
|
|
rx: 2
|
|
})), /* @__PURE__ */React.createElement("g", {
|
|
fill: "none",
|
|
fillRule: "evenodd"
|
|
}, /* @__PURE__ */React.createElement("g", {
|
|
fillRule: "nonzero"
|
|
}, /* @__PURE__ */React.createElement("use", {
|
|
fill: "url(#icon2_svg__a)",
|
|
xlinkHref: "#icon2_svg__b"
|
|
}), /* @__PURE__ */React.createElement("use", {
|
|
fill: "#000",
|
|
filter: "url(#icon2_svg__c)",
|
|
xlinkHref: "#icon2_svg__b"
|
|
})), /* @__PURE__ */React.createElement("rect", {
|
|
stroke: "url(#icon2_svg__d)",
|
|
fillOpacity: 0.29,
|
|
fill: "#C2D5FE",
|
|
x: 0.5,
|
|
y: 0.5,
|
|
width: 63,
|
|
height: 57,
|
|
rx: 4
|
|
}), /* @__PURE__ */React.createElement("path", {
|
|
d: "M31.611 15c.602 0 1.097.383 1.16.875l.007.107v2.156a10.89 10.89 0 0 1 10.084 10.084h2.156c.543 0 .982.522.982 1.167 0 .601-.383 1.096-.875 1.16l-.107.007h-2.24c-.718 5.025-4.868 8.943-10 9.306v2.156c0 .543-.522.982-1.167.982-.601 0-1.096-.383-1.16-.875l-.007-.107v-2.24a10.896 10.896 0 0 1-9.223-9.222h-2.24c-.542 0-.981-.523-.981-1.167 0-.602.383-1.097.875-1.16l.107-.007h2.156c.363-5.132 4.28-9.282 9.306-10v-2.24c0-.543.523-.982 1.167-.982ZM32 24.333a4.667 4.667 0 1 0 0 9.334 4.667 4.667 0 0 0 0-9.334ZM59 19V8H48v2.2h8.8V19H59Zm0 20h-2.2v8.8H48V50h11V39ZM5 19V8h11v2.2H7.2V19H5Zm0 20h2.2v8.8H16V50H5V39Z",
|
|
fill: "#2367FE",
|
|
fillRule: "nonzero"
|
|
})));
|
|
};
|
|
|
|
/* harmony default export */ var icon2 = ("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjQiIGhlaWdodD0iNjMiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCB4MT0iNTAlIiB5MT0iNTUuOTc2JSIgeDI9IjUwJSIgeTI9Ijk5LjgxMiUiIGlkPSJhIj48c3RvcCBzdG9wLWNvbG9yPSIjMEE1NUZDIiBvZmZzZXQ9IjAlIi8+PHN0b3Agc3RvcC1jb2xvcj0iIzQ3ODBGRiIgb2Zmc2V0PSIxMDAlIi8+PC9saW5lYXJHcmFkaWVudD48bGluZWFyR3JhZGllbnQgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSIgaWQ9ImQiPjxzdG9wIHN0b3AtY29sb3I9IiNDNEQxRjMiIG9mZnNldD0iMCUiLz48c3RvcCBzdG9wLWNvbG9yPSIjRERFOUZEIiBzdG9wLW9wYWNpdHk9Ii4zOTQiIG9mZnNldD0iMTAwJSIvPjwvbGluZWFyR3JhZGllbnQ+PGZpbHRlciB4PSItMy40JSIgeT0iLTExLjglIiB3aWR0aD0iMTA2LjglIiBoZWlnaHQ9IjEyMy42JSIgZmlsdGVyVW5pdHM9Im9iamVjdEJvdW5kaW5nQm94IiBpZD0iYyI+PGZlR2F1c3NpYW5CbHVyIHN0ZERldmlhdGlvbj0iMSIgaW49IlNvdXJjZUFscGhhIiByZXN1bHQ9InNoYWRvd0JsdXJJbm5lcjEiLz48ZmVPZmZzZXQgZHk9Ii42IiBpbj0ic2hhZG93Qmx1cklubmVyMSIgcmVzdWx0PSJzaGFkb3dPZmZzZXRJbm5lcjEiLz48ZmVDb21wb3NpdGUgaW49InNoYWRvd09mZnNldElubmVyMSIgaW4yPSJTb3VyY2VBbHBoYSIgb3BlcmF0b3I9ImFyaXRobWV0aWMiIGsyPSItMSIgazM9IjEiIHJlc3VsdD0ic2hhZG93SW5uZXJJbm5lcjEiLz48ZmVDb2xvck1hdHJpeCB2YWx1ZXM9IjAgMCAwIDAgMC44NzkyMzAxODMgMCAwIDAgMCAwLjkwMjg1MTAyOCAwIDAgMCAwIDEgMCAwIDAgMC41IDAiIGluPSJzaGFkb3dJbm5lcklubmVyMSIvPjwvZmlsdGVyPjxyZWN0IGlkPSJiIiB4PSIxMyIgeT0iNTIiIHdpZHRoPSIzOCIgaGVpZ2h0PSIxMSIgcng9IjIiLz48L2RlZnM+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48ZyBmaWxsLXJ1bGU9Im5vbnplcm8iPjx1c2UgZmlsbD0idXJsKCNhKSIgeGxpbms6aHJlZj0iI2IiLz48dXNlIGZpbGw9IiMwMDAiIGZpbHRlcj0idXJsKCNjKSIgeGxpbms6aHJlZj0iI2IiLz48L2c+PHJlY3Qgc3Ryb2tlPSJ1cmwoI2QpIiBmaWxsLW9wYWNpdHk9Ii4yOSIgZmlsbD0iI0MyRDVGRSIgeD0iLjUiIHk9Ii41IiB3aWR0aD0iNjMiIGhlaWdodD0iNTciIHJ4PSI0Ii8+PHBhdGggZD0iTTMxLjYxMSAxNWMuNjAyIDAgMS4wOTcuMzgzIDEuMTYuODc1bC4wMDcuMTA3djIuMTU2YTEwLjg5IDEwLjg5IDAgMCAxIDEwLjA4NCAxMC4wODRoMi4xNTZjLjU0MyAwIC45ODIuNTIyLjk4MiAxLjE2NyAwIC42MDEtLjM4MyAxLjA5Ni0uODc1IDEuMTZsLS4xMDcuMDA3aC0yLjI0Yy0uNzE4IDUuMDI1LTQuODY4IDguOTQzLTEwIDkuMzA2djIuMTU2YzAgLjU0My0uNTIyLjk4Mi0xLjE2Ny45ODItLjYwMSAwLTEuMDk2LS4zODMtMS4xNi0uODc1bC0uMDA3LS4xMDd2LTIuMjRhMTAuODk2IDEwLjg5NiAwIDAgMS05LjIyMy05LjIyMmgtMi4yNGMtLjU0MiAwLS45ODEtLjUyMy0uOTgxLTEuMTY3IDAtLjYwMi4zODMtMS4wOTcuODc1LTEuMTZsLjEwNy0uMDA3aDIuMTU2Yy4zNjMtNS4xMzIgNC4yOC05LjI4MiA5LjMwNi0xMHYtMi4yNGMwLS41NDMuNTIzLS45ODIgMS4xNjctLjk4MlpNMzIgMjQuMzMzYTQuNjY3IDQuNjY3IDAgMSAwIDAgOS4zMzQgNC42NjcgNC42NjcgMCAwIDAgMC05LjMzNFpNNTkgMTlWOEg0OHYyLjJoOC44VjE5SDU5Wm0wIDIwaC0yLjJ2OC44SDQ4VjUwaDExVjM5Wk01IDE5VjhoMTF2Mi4ySDcuMlYxOUg1Wm0wIDIwaDIuMnY4LjhIMTZWNTBINVYzOVoiIGZpbGw9IiMyMzY3RkUiIGZpbGwtcnVsZT0ibm9uemVybyIvPjwvZz48L3N2Zz4=");
|
|
;// CONCATENATED MODULE: ./src/pages/Home/Learning/icon/icon3.svg
|
|
function icon3_createForOfIteratorHelper(o, allowArrayLike) { var it = typeof Symbol !== "undefined" && o[Symbol.iterator] || o["@@iterator"]; if (!it) { if (Array.isArray(o) || (it = icon3_unsupportedIterableToArray(o)) || allowArrayLike && o && typeof o.length === "number") { if (it) o = it; var i = 0; var F = function F() {}; return { s: F, n: function n() { if (i >= o.length) return { done: true }; return { done: false, value: o[i++] }; }, e: function e(_e) { throw _e; }, f: F }; } throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); } var normalCompletion = true, didErr = false, err; return { s: function s() { it = it.call(o); }, n: function n() { var step = it.next(); normalCompletion = step.done; return step; }, e: function e(_e2) { didErr = true; err = _e2; }, f: function f() { try { if (!normalCompletion && it["return"] != null) it["return"](); } finally { if (didErr) throw err; } } }; }
|
|
function icon3_unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return icon3_arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return icon3_arrayLikeToArray(o, minLen); }
|
|
function icon3_arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i]; return arr2; }
|
|
var icon3_defProp = Object.defineProperty;
|
|
var icon3_getOwnPropSymbols = Object.getOwnPropertySymbols;
|
|
var icon3_hasOwnProp = Object.prototype.hasOwnProperty;
|
|
var icon3_propIsEnum = Object.prototype.propertyIsEnumerable;
|
|
var icon3_defNormalProp = function __defNormalProp(obj, key, value) {
|
|
return key in obj ? icon3_defProp(obj, key, {
|
|
enumerable: true,
|
|
configurable: true,
|
|
writable: true,
|
|
value: value
|
|
}) : obj[key] = value;
|
|
};
|
|
var icon3_spreadValues = function __spreadValues(a, b) {
|
|
for (var prop in b || (b = {})) if (icon3_hasOwnProp.call(b, prop)) icon3_defNormalProp(a, prop, b[prop]);
|
|
if (icon3_getOwnPropSymbols) {
|
|
var _iterator = icon3_createForOfIteratorHelper(icon3_getOwnPropSymbols(b)),
|
|
_step;
|
|
try {
|
|
for (_iterator.s(); !(_step = _iterator.n()).done;) {
|
|
var prop = _step.value;
|
|
if (icon3_propIsEnum.call(b, prop)) icon3_defNormalProp(a, prop, b[prop]);
|
|
}
|
|
} catch (err) {
|
|
_iterator.e(err);
|
|
} finally {
|
|
_iterator.f();
|
|
}
|
|
}
|
|
return a;
|
|
};
|
|
|
|
var SvgIcon3 = function SvgIcon3(props) {
|
|
return /* @__PURE__ */React.createElement("svg", icon3_spreadValues({
|
|
width: 71,
|
|
height: 63,
|
|
xmlns: "http://www.w3.org/2000/svg",
|
|
xmlnsXlink: "http://www.w3.org/1999/xlink"
|
|
}, props), /* @__PURE__ */React.createElement("title", null, "icon3"), /* @__PURE__ */React.createElement("defs", null, /* @__PURE__ */React.createElement("linearGradient", {
|
|
x1: "50%",
|
|
y1: "28.312%",
|
|
x2: "50%",
|
|
y2: "100%",
|
|
id: "icon3_svg__a"
|
|
}, /* @__PURE__ */React.createElement("stop", {
|
|
stopColor: "#145DFF",
|
|
offset: "0%"
|
|
}), /* @__PURE__ */React.createElement("stop", {
|
|
stopColor: "#578BFE",
|
|
offset: "100%"
|
|
})), /* @__PURE__ */React.createElement("linearGradient", {
|
|
x1: "50%",
|
|
y1: "0%",
|
|
x2: "50%",
|
|
y2: "100%",
|
|
id: "icon3_svg__b"
|
|
}, /* @__PURE__ */React.createElement("stop", {
|
|
stopColor: "#C4D1F3",
|
|
offset: "0%"
|
|
}), /* @__PURE__ */React.createElement("stop", {
|
|
stopColor: "#DDE9FD",
|
|
stopOpacity: 0.394,
|
|
offset: "100%"
|
|
})), /* @__PURE__ */React.createElement("linearGradient", {
|
|
x1: "50%",
|
|
y1: "57.154%",
|
|
x2: "50%",
|
|
y2: "99.812%",
|
|
id: "icon3_svg__c"
|
|
}, /* @__PURE__ */React.createElement("stop", {
|
|
stopColor: "#0A55FC",
|
|
offset: "0%"
|
|
}), /* @__PURE__ */React.createElement("stop", {
|
|
stopColor: "#4780FF",
|
|
offset: "100%"
|
|
})), /* @__PURE__ */React.createElement("filter", {
|
|
x: "-6.7%",
|
|
y: "-7.1%",
|
|
width: "113.3%",
|
|
height: "114.2%",
|
|
filterUnits: "objectBoundingBox",
|
|
id: "icon3_svg__e"
|
|
}, /* @__PURE__ */React.createElement("feGaussianBlur", {
|
|
stdDeviation: 1.5,
|
|
"in": "SourceAlpha",
|
|
result: "shadowBlurInner1"
|
|
}), /* @__PURE__ */React.createElement("feOffset", {
|
|
dy: 0.6,
|
|
"in": "shadowBlurInner1",
|
|
result: "shadowOffsetInner1"
|
|
}), /* @__PURE__ */React.createElement("feComposite", {
|
|
"in": "shadowOffsetInner1",
|
|
in2: "SourceAlpha",
|
|
operator: "arithmetic",
|
|
k2: -1,
|
|
k3: 1,
|
|
result: "shadowInnerInner1"
|
|
}), /* @__PURE__ */React.createElement("feColorMatrix", {
|
|
values: "0 0 0 0 0.879230183 0 0 0 0 0.902851028 0 0 0 0 1 0 0 0 0.5 0",
|
|
"in": "shadowInnerInner1"
|
|
})), /* @__PURE__ */React.createElement("path", {
|
|
d: "M43.327 25.99c.305 1.42.574 2.705.807 3.856.108.485.206.97.296 1.456.09.485.175.926.255 1.321.08.396.148.733.202 1.012.054.278.09.454.107.526.054.36-.026.597-.242.714a1.496 1.496 0 0 1-.726.176c-.09 0-.22-.032-.39-.095s-.3-.112-.39-.148l-7.017-4.1c-1.273.756-2.43 1.43-3.47 2.023-.447.252-.89.504-1.33.755-.44.252-.838.486-1.197.702a30.21 30.21 0 0 1-.927.539 6.01 6.01 0 0 1-.525.27.915.915 0 0 1-.55.094 1.155 1.155 0 0 1-.512-.202.996.996 0 0 1-.336-.391.717.717 0 0 1-.054-.472l.135-.526c.071-.279.152-.611.242-.998.09-.386.192-.813.309-1.28.116-.468.237-.945.363-1.43l.914-3.776a493.653 493.653 0 0 0-3.912-3.357 87.6 87.6 0 0 1-.941-.81c-.278-.242-.507-.44-.686-.593-.18-.153-.278-.238-.296-.256a3.22 3.22 0 0 1-.551-.66 1.078 1.078 0 0 1-.175-.742.941.941 0 0 1 .296-.594c.161-.144.34-.233.538-.27l8.309-.754 3.092-7.228c.107-.288.26-.535.457-.742.197-.206.466-.31.807-.31.179 0 .336.04.47.121.135.081.247.176.336.284.09.108.166.215.229.323.063.108.112.198.148.27l3.011 7.228 8.309.782c.359.09.61.197.753.323.143.126.215.324.215.594 0 .251-.076.472-.229.66-.152.19-.345.418-.578.688l-5.566 5.016Z",
|
|
id: "icon3_svg__d"
|
|
})), /* @__PURE__ */React.createElement("g", {
|
|
fill: "none",
|
|
fillRule: "evenodd"
|
|
}, /* @__PURE__ */React.createElement("path", {
|
|
d: "M35.5 0v16.933h7.1v4.234H0v-4.233l7.1-.001V0h28.4Z",
|
|
transform: "translate(14.2 41.834)",
|
|
fill: "url(#icon3_svg__a)",
|
|
fillRule: "nonzero"
|
|
}), /* @__PURE__ */React.createElement("rect", {
|
|
stroke: "url(#icon3_svg__b)",
|
|
fillOpacity: 0.29,
|
|
fill: "#C2D5FE",
|
|
x: 0.5,
|
|
y: 0.5,
|
|
width: 70,
|
|
height: 49.801,
|
|
rx: 2
|
|
}), /* @__PURE__ */React.createElement("g", {
|
|
fillRule: "nonzero"
|
|
}, /* @__PURE__ */React.createElement("use", {
|
|
fill: "url(#icon3_svg__c)",
|
|
xlinkHref: "#icon3_svg__d"
|
|
}), /* @__PURE__ */React.createElement("use", {
|
|
fill: "#000",
|
|
filter: "url(#icon3_svg__e)",
|
|
xlinkHref: "#icon3_svg__d"
|
|
}))));
|
|
};
|
|
|
|
/* harmony default export */ var icon3 = ("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNzEiIGhlaWdodD0iNjMiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCB4MT0iNTAlIiB5MT0iMjguMzEyJSIgeDI9IjUwJSIgeTI9IjEwMCUiIGlkPSJhIj48c3RvcCBzdG9wLWNvbG9yPSIjMTQ1REZGIiBvZmZzZXQ9IjAlIi8+PHN0b3Agc3RvcC1jb2xvcj0iIzU3OEJGRSIgb2Zmc2V0PSIxMDAlIi8+PC9saW5lYXJHcmFkaWVudD48bGluZWFyR3JhZGllbnQgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSIgaWQ9ImIiPjxzdG9wIHN0b3AtY29sb3I9IiNDNEQxRjMiIG9mZnNldD0iMCUiLz48c3RvcCBzdG9wLWNvbG9yPSIjRERFOUZEIiBzdG9wLW9wYWNpdHk9Ii4zOTQiIG9mZnNldD0iMTAwJSIvPjwvbGluZWFyR3JhZGllbnQ+PGxpbmVhckdyYWRpZW50IHgxPSI1MCUiIHkxPSI1Ny4xNTQlIiB4Mj0iNTAlIiB5Mj0iOTkuODEyJSIgaWQ9ImMiPjxzdG9wIHN0b3AtY29sb3I9IiMwQTU1RkMiIG9mZnNldD0iMCUiLz48c3RvcCBzdG9wLWNvbG9yPSIjNDc4MEZGIiBvZmZzZXQ9IjEwMCUiLz48L2xpbmVhckdyYWRpZW50PjxmaWx0ZXIgeD0iLTYuNyUiIHk9Ii03LjElIiB3aWR0aD0iMTEzLjMlIiBoZWlnaHQ9IjExNC4yJSIgZmlsdGVyVW5pdHM9Im9iamVjdEJvdW5kaW5nQm94IiBpZD0iZSI+PGZlR2F1c3NpYW5CbHVyIHN0ZERldmlhdGlvbj0iMS41IiBpbj0iU291cmNlQWxwaGEiIHJlc3VsdD0ic2hhZG93Qmx1cklubmVyMSIvPjxmZU9mZnNldCBkeT0iLjYiIGluPSJzaGFkb3dCbHVySW5uZXIxIiByZXN1bHQ9InNoYWRvd09mZnNldElubmVyMSIvPjxmZUNvbXBvc2l0ZSBpbj0ic2hhZG93T2Zmc2V0SW5uZXIxIiBpbjI9IlNvdXJjZUFscGhhIiBvcGVyYXRvcj0iYXJpdGhtZXRpYyIgazI9Ii0xIiBrMz0iMSIgcmVzdWx0PSJzaGFkb3dJbm5lcklubmVyMSIvPjxmZUNvbG9yTWF0cml4IHZhbHVlcz0iMCAwIDAgMCAwLjg3OTIzMDE4MyAwIDAgMCAwIDAuOTAyODUxMDI4IDAgMCAwIDAgMSAwIDAgMCAwLjUgMCIgaW49InNoYWRvd0lubmVySW5uZXIxIi8+PC9maWx0ZXI+PHBhdGggZD0iTTQzLjMyNyAyNS45OWMuMzA1IDEuNDIuNTc0IDIuNzA1LjgwNyAzLjg1Ni4xMDguNDg1LjIwNi45Ny4yOTYgMS40NTYuMDkuNDg1LjE3NS45MjYuMjU1IDEuMzIxLjA4LjM5Ni4xNDguNzMzLjIwMiAxLjAxMi4wNTQuMjc4LjA5LjQ1NC4xMDcuNTI2LjA1NC4zNi0uMDI2LjU5Ny0uMjQyLjcxNGExLjQ5NiAxLjQ5NiAwIDAgMS0uNzI2LjE3NmMtLjA5IDAtLjIyLS4wMzItLjM5LS4wOTVzLS4zLS4xMTItLjM5LS4xNDhsLTcuMDE3LTQuMWMtMS4yNzMuNzU2LTIuNDMgMS40My0zLjQ3IDIuMDIzLS40NDcuMjUyLS44OS41MDQtMS4zMy43NTUtLjQ0LjI1Mi0uODM4LjQ4Ni0xLjE5Ny43MDJhMzAuMjEgMzAuMjEgMCAwIDEtLjkyNy41MzkgNi4wMSA2LjAxIDAgMCAxLS41MjUuMjcuOTE1LjkxNSAwIDAgMS0uNTUuMDk0IDEuMTU1IDEuMTU1IDAgMCAxLS41MTItLjIwMi45OTYuOTk2IDAgMCAxLS4zMzYtLjM5MS43MTcuNzE3IDAgMCAxLS4wNTQtLjQ3MmwuMTM1LS41MjZjLjA3MS0uMjc5LjE1Mi0uNjExLjI0Mi0uOTk4LjA5LS4zODYuMTkyLS44MTMuMzA5LTEuMjguMTE2LS40NjguMjM3LS45NDUuMzYzLTEuNDNsLjkxNC0zLjc3NmE0OTMuNjUzIDQ5My42NTMgMCAwIDAtMy45MTItMy4zNTcgODcuNiA4Ny42IDAgMCAxLS45NDEtLjgxYy0uMjc4LS4yNDItLjUwNy0uNDQtLjY4Ni0uNTkzLS4xOC0uMTUzLS4yNzgtLjIzOC0uMjk2LS4yNTZhMy4yMiAzLjIyIDAgMCAxLS41NTEtLjY2IDEuMDc4IDEuMDc4IDAgMCAxLS4xNzUtLjc0Mi45NDEuOTQxIDAgMCAxIC4yOTYtLjU5NGMuMTYxLS4xNDQuMzQtLjIzMy41MzgtLjI3bDguMzA5LS43NTQgMy4wOTItNy4yMjhjLjEwNy0uMjg4LjI2LS41MzUuNDU3LS43NDIuMTk3LS4yMDYuNDY2LS4zMS44MDctLjMxLjE3OSAwIC4zMzYuMDQuNDcuMTIxLjEzNS4wODEuMjQ3LjE3Ni4zMzYuMjg0LjA5LjEwOC4xNjYuMjE1LjIyOS4zMjMuMDYzLjEwOC4xMTIuMTk4LjE0OC4yN2wzLjAxMSA3LjIyOCA4LjMwOS43ODJjLjM1OS4wOS42MS4xOTcuNzUzLjMyMy4xNDMuMTI2LjIxNS4zMjQuMjE1LjU5NCAwIC4yNTEtLjA3Ni40NzItLjIyOS42Ni0uMTUyLjE5LS4zNDUuNDE4LS41NzguNjg4bC01LjU2NiA1LjAxNloiIGlkPSJkIi8+PC9kZWZzPjxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+PHBhdGggZD0iTTM1LjUgMHYxNi45MzNoNy4xdjQuMjM0SDB2LTQuMjMzbDcuMS0uMDAxVjBoMjguNFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE0LjIgNDEuODM0KSIgZmlsbD0idXJsKCNhKSIgZmlsbC1ydWxlPSJub256ZXJvIi8+PHJlY3Qgc3Ryb2tlPSJ1cmwoI2IpIiBmaWxsLW9wYWNpdHk9Ii4yOSIgZmlsbD0iI0MyRDVGRSIgeD0iLjUiIHk9Ii41IiB3aWR0aD0iNzAiIGhlaWdodD0iNDkuODAxIiByeD0iMiIvPjxnIGZpbGwtcnVsZT0ibm9uemVybyI+PHVzZSBmaWxsPSJ1cmwoI2MpIiB4bGluazpocmVmPSIjZCIvPjx1c2UgZmlsbD0iIzAwMCIgZmlsdGVyPSJ1cmwoI2UpIiB4bGluazpocmVmPSIjZCIvPjwvZz48L2c+PC9zdmc+");
|
|
;// CONCATENATED MODULE: ./src/pages/Home/Learning/icon/icon4.svg
|
|
function icon4_createForOfIteratorHelper(o, allowArrayLike) { var it = typeof Symbol !== "undefined" && o[Symbol.iterator] || o["@@iterator"]; if (!it) { if (Array.isArray(o) || (it = icon4_unsupportedIterableToArray(o)) || allowArrayLike && o && typeof o.length === "number") { if (it) o = it; var i = 0; var F = function F() {}; return { s: F, n: function n() { if (i >= o.length) return { done: true }; return { done: false, value: o[i++] }; }, e: function e(_e) { throw _e; }, f: F }; } throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); } var normalCompletion = true, didErr = false, err; return { s: function s() { it = it.call(o); }, n: function n() { var step = it.next(); normalCompletion = step.done; return step; }, e: function e(_e2) { didErr = true; err = _e2; }, f: function f() { try { if (!normalCompletion && it["return"] != null) it["return"](); } finally { if (didErr) throw err; } } }; }
|
|
function icon4_unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return icon4_arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return icon4_arrayLikeToArray(o, minLen); }
|
|
function icon4_arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i]; return arr2; }
|
|
var icon4_defProp = Object.defineProperty;
|
|
var icon4_getOwnPropSymbols = Object.getOwnPropertySymbols;
|
|
var icon4_hasOwnProp = Object.prototype.hasOwnProperty;
|
|
var icon4_propIsEnum = Object.prototype.propertyIsEnumerable;
|
|
var icon4_defNormalProp = function __defNormalProp(obj, key, value) {
|
|
return key in obj ? icon4_defProp(obj, key, {
|
|
enumerable: true,
|
|
configurable: true,
|
|
writable: true,
|
|
value: value
|
|
}) : obj[key] = value;
|
|
};
|
|
var icon4_spreadValues = function __spreadValues(a, b) {
|
|
for (var prop in b || (b = {})) if (icon4_hasOwnProp.call(b, prop)) icon4_defNormalProp(a, prop, b[prop]);
|
|
if (icon4_getOwnPropSymbols) {
|
|
var _iterator = icon4_createForOfIteratorHelper(icon4_getOwnPropSymbols(b)),
|
|
_step;
|
|
try {
|
|
for (_iterator.s(); !(_step = _iterator.n()).done;) {
|
|
var prop = _step.value;
|
|
if (icon4_propIsEnum.call(b, prop)) icon4_defNormalProp(a, prop, b[prop]);
|
|
}
|
|
} catch (err) {
|
|
_iterator.e(err);
|
|
} finally {
|
|
_iterator.f();
|
|
}
|
|
}
|
|
return a;
|
|
};
|
|
|
|
var SvgIcon4 = function SvgIcon4(props) {
|
|
return /* @__PURE__ */React.createElement("svg", icon4_spreadValues({
|
|
width: 77,
|
|
height: 62,
|
|
xmlns: "http://www.w3.org/2000/svg",
|
|
xmlnsXlink: "http://www.w3.org/1999/xlink"
|
|
}, props), /* @__PURE__ */React.createElement("title", null, "icon4"), /* @__PURE__ */React.createElement("defs", null, /* @__PURE__ */React.createElement("linearGradient", {
|
|
x1: "50%",
|
|
y1: "0%",
|
|
x2: "50%",
|
|
y2: "100%",
|
|
id: "icon4_svg__a"
|
|
}, /* @__PURE__ */React.createElement("stop", {
|
|
stopColor: "#C4D1F3",
|
|
offset: "0%"
|
|
}), /* @__PURE__ */React.createElement("stop", {
|
|
stopColor: "#DDE9FD",
|
|
stopOpacity: 0.394,
|
|
offset: "100%"
|
|
})), /* @__PURE__ */React.createElement("linearGradient", {
|
|
x1: "50%",
|
|
y1: "57.154%",
|
|
x2: "50%",
|
|
y2: "99.812%",
|
|
id: "icon4_svg__b"
|
|
}, /* @__PURE__ */React.createElement("stop", {
|
|
stopColor: "#0A55FC",
|
|
offset: "0%"
|
|
}), /* @__PURE__ */React.createElement("stop", {
|
|
stopColor: "#4780FF",
|
|
offset: "100%"
|
|
})), /* @__PURE__ */React.createElement("linearGradient", {
|
|
x1: "50%",
|
|
y1: "0%",
|
|
x2: "50%",
|
|
y2: "100%",
|
|
id: "icon4_svg__f"
|
|
}, /* @__PURE__ */React.createElement("stop", {
|
|
stopColor: "#C4D1F3",
|
|
offset: "0%"
|
|
}), /* @__PURE__ */React.createElement("stop", {
|
|
stopColor: "#DDE9FD",
|
|
stopOpacity: 0.394,
|
|
offset: "100%"
|
|
})), /* @__PURE__ */React.createElement("linearGradient", {
|
|
x1: "50%",
|
|
y1: "57.154%",
|
|
x2: "50%",
|
|
y2: "99.812%",
|
|
id: "icon4_svg__g"
|
|
}, /* @__PURE__ */React.createElement("stop", {
|
|
stopColor: "#0A55FC",
|
|
offset: "0%"
|
|
}), /* @__PURE__ */React.createElement("stop", {
|
|
stopColor: "#4780FF",
|
|
offset: "100%"
|
|
})), /* @__PURE__ */React.createElement("filter", {
|
|
x: "-6.7%",
|
|
y: "-4.4%",
|
|
width: "113.3%",
|
|
height: "108.8%",
|
|
filterUnits: "objectBoundingBox",
|
|
id: "icon4_svg__d"
|
|
}, /* @__PURE__ */React.createElement("feGaussianBlur", {
|
|
stdDeviation: 1.5,
|
|
"in": "SourceAlpha",
|
|
result: "shadowBlurInner1"
|
|
}), /* @__PURE__ */React.createElement("feOffset", {
|
|
dy: 0.6,
|
|
"in": "shadowBlurInner1",
|
|
result: "shadowOffsetInner1"
|
|
}), /* @__PURE__ */React.createElement("feComposite", {
|
|
"in": "shadowOffsetInner1",
|
|
in2: "SourceAlpha",
|
|
operator: "arithmetic",
|
|
k2: -1,
|
|
k3: 1,
|
|
result: "shadowInnerInner1"
|
|
}), /* @__PURE__ */React.createElement("feColorMatrix", {
|
|
values: "0 0 0 0 0.879230183 0 0 0 0 0.902851028 0 0 0 0 1 0 0 0 0.5 0",
|
|
"in": "shadowInnerInner1"
|
|
})), /* @__PURE__ */React.createElement("filter", {
|
|
x: "-6.7%",
|
|
y: "-4.4%",
|
|
width: "113.3%",
|
|
height: "108.8%",
|
|
filterUnits: "objectBoundingBox",
|
|
id: "icon4_svg__e"
|
|
}, /* @__PURE__ */React.createElement("feGaussianBlur", {
|
|
stdDeviation: 1.5,
|
|
"in": "SourceAlpha",
|
|
result: "shadowBlurInner1"
|
|
}), /* @__PURE__ */React.createElement("feOffset", {
|
|
dy: 0.6,
|
|
"in": "shadowBlurInner1",
|
|
result: "shadowOffsetInner1"
|
|
}), /* @__PURE__ */React.createElement("feComposite", {
|
|
"in": "shadowOffsetInner1",
|
|
in2: "SourceAlpha",
|
|
operator: "arithmetic",
|
|
k2: -1,
|
|
k3: 1,
|
|
result: "shadowInnerInner1"
|
|
}), /* @__PURE__ */React.createElement("feColorMatrix", {
|
|
values: "0 0 0 0 0.879230183 0 0 0 0 0.902851028 0 0 0 0 1 0 0 0 0.5 0",
|
|
"in": "shadowInnerInner1"
|
|
})), /* @__PURE__ */React.createElement("filter", {
|
|
x: "-10.6%",
|
|
y: "-6.2%",
|
|
width: "121.2%",
|
|
height: "112.4%",
|
|
filterUnits: "objectBoundingBox",
|
|
id: "icon4_svg__i"
|
|
}, /* @__PURE__ */React.createElement("feGaussianBlur", {
|
|
stdDeviation: 1.5,
|
|
"in": "SourceAlpha",
|
|
result: "shadowBlurInner1"
|
|
}), /* @__PURE__ */React.createElement("feOffset", {
|
|
dy: 0.6,
|
|
"in": "shadowBlurInner1",
|
|
result: "shadowOffsetInner1"
|
|
}), /* @__PURE__ */React.createElement("feComposite", {
|
|
"in": "shadowOffsetInner1",
|
|
in2: "SourceAlpha",
|
|
operator: "arithmetic",
|
|
k2: -1,
|
|
k3: 1,
|
|
result: "shadowInnerInner1"
|
|
}), /* @__PURE__ */React.createElement("feColorMatrix", {
|
|
values: "0 0 0 0 0.879230183 0 0 0 0 0.902851028 0 0 0 0 1 0 0 0 0.5 0",
|
|
"in": "shadowInnerInner1"
|
|
})), /* @__PURE__ */React.createElement("filter", {
|
|
x: "-10.6%",
|
|
y: "-6.2%",
|
|
width: "121.2%",
|
|
height: "112.4%",
|
|
filterUnits: "objectBoundingBox",
|
|
id: "icon4_svg__j"
|
|
}, /* @__PURE__ */React.createElement("feGaussianBlur", {
|
|
stdDeviation: 1.5,
|
|
"in": "SourceAlpha",
|
|
result: "shadowBlurInner1"
|
|
}), /* @__PURE__ */React.createElement("feOffset", {
|
|
dy: 0.6,
|
|
"in": "shadowBlurInner1",
|
|
result: "shadowOffsetInner1"
|
|
}), /* @__PURE__ */React.createElement("feComposite", {
|
|
"in": "shadowOffsetInner1",
|
|
in2: "SourceAlpha",
|
|
operator: "arithmetic",
|
|
k2: -1,
|
|
k3: 1,
|
|
result: "shadowInnerInner1"
|
|
}), /* @__PURE__ */React.createElement("feColorMatrix", {
|
|
values: "0 0 0 0 0.879230183 0 0 0 0 0.902851028 0 0 0 0 1 0 0 0 0.5 0",
|
|
"in": "shadowInnerInner1"
|
|
})), /* @__PURE__ */React.createElement("text", {
|
|
id: "icon4_svg__c",
|
|
fontFamily: "Helvetica",
|
|
fontSize: 34,
|
|
fontWeight: "normal"
|
|
}, /* @__PURE__ */React.createElement("tspan", {
|
|
x: 13,
|
|
y: 33
|
|
}, "Q")), /* @__PURE__ */React.createElement("text", {
|
|
id: "icon4_svg__h",
|
|
fontFamily: "Helvetica",
|
|
fontSize: 24,
|
|
fontWeight: "normal"
|
|
}, /* @__PURE__ */React.createElement("tspan", {
|
|
x: 48,
|
|
y: 43
|
|
}, "A"))), /* @__PURE__ */React.createElement("g", {
|
|
fill: "none",
|
|
fillRule: "evenodd"
|
|
}, /* @__PURE__ */React.createElement("path", {
|
|
d: "m8.258 53.857 13.1-12.102H46a1.5 1.5 0 0 0 1.5-1.5V3A1.5 1.5 0 0 0 46 1.5H2A1.5 1.5 0 0 0 .5 3v37.255a1.5 1.5 0 0 0 1.5 1.5h6.258v12.102Z",
|
|
stroke: "url(#icon4_svg__a)",
|
|
fillOpacity: 0.29,
|
|
fill: "#C2D5FE",
|
|
transform: "translate(0 -1)"
|
|
}), /* @__PURE__ */React.createElement("g", {
|
|
fillRule: "nonzero",
|
|
transform: "translate(0 -1)"
|
|
}, /* @__PURE__ */React.createElement("use", {
|
|
fill: "url(#icon4_svg__b)",
|
|
xlinkHref: "#icon4_svg__c"
|
|
}), /* @__PURE__ */React.createElement("use", {
|
|
fill: "#000",
|
|
filter: "url(#icon4_svg__d)",
|
|
xlinkHref: "#icon4_svg__c"
|
|
}), /* @__PURE__ */React.createElement("use", {
|
|
fill: "#000",
|
|
filter: "url(#icon4_svg__e)",
|
|
xlinkHref: "#icon4_svg__c"
|
|
})), /* @__PURE__ */React.createElement("path", {
|
|
d: "m40.064 61.873 10.982-9.942H75a1.5 1.5 0 0 0 1.5-1.5V19a1.5 1.5 0 0 0-1.5-1.5H35a1.5 1.5 0 0 0-1.5 1.5v31.431a1.5 1.5 0 0 0 1.5 1.5h5.064v9.942Z",
|
|
stroke: "url(#icon4_svg__f)",
|
|
fillOpacity: 0.29,
|
|
fill: "#C2D5FE",
|
|
transform: "matrix(-1 0 0 1 110 -1)"
|
|
}), /* @__PURE__ */React.createElement("g", {
|
|
fillRule: "nonzero",
|
|
transform: "translate(0 -1)"
|
|
}, /* @__PURE__ */React.createElement("use", {
|
|
fill: "url(#icon4_svg__g)",
|
|
xlinkHref: "#icon4_svg__h"
|
|
}), /* @__PURE__ */React.createElement("use", {
|
|
fill: "#000",
|
|
filter: "url(#icon4_svg__i)",
|
|
xlinkHref: "#icon4_svg__h"
|
|
}), /* @__PURE__ */React.createElement("use", {
|
|
fill: "#000",
|
|
filter: "url(#icon4_svg__j)",
|
|
xlinkHref: "#icon4_svg__h"
|
|
}))));
|
|
};
|
|
|
|
/* harmony default export */ var icon4 = ("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNzciIGhlaWdodD0iNjIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCB4MT0iNTAlIiB5MT0iMCUiIHgyPSI1MCUiIHkyPSIxMDAlIiBpZD0iYSI+PHN0b3Agc3RvcC1jb2xvcj0iI0M0RDFGMyIgb2Zmc2V0PSIwJSIvPjxzdG9wIHN0b3AtY29sb3I9IiNEREU5RkQiIHN0b3Atb3BhY2l0eT0iLjM5NCIgb2Zmc2V0PSIxMDAlIi8+PC9saW5lYXJHcmFkaWVudD48bGluZWFyR3JhZGllbnQgeDE9IjUwJSIgeTE9IjU3LjE1NCUiIHgyPSI1MCUiIHkyPSI5OS44MTIlIiBpZD0iYiI+PHN0b3Agc3RvcC1jb2xvcj0iIzBBNTVGQyIgb2Zmc2V0PSIwJSIvPjxzdG9wIHN0b3AtY29sb3I9IiM0NzgwRkYiIG9mZnNldD0iMTAwJSIvPjwvbGluZWFyR3JhZGllbnQ+PGxpbmVhckdyYWRpZW50IHgxPSI1MCUiIHkxPSIwJSIgeDI9IjUwJSIgeTI9IjEwMCUiIGlkPSJmIj48c3RvcCBzdG9wLWNvbG9yPSIjQzREMUYzIiBvZmZzZXQ9IjAlIi8+PHN0b3Agc3RvcC1jb2xvcj0iI0RERTlGRCIgc3RvcC1vcGFjaXR5PSIuMzk0IiBvZmZzZXQ9IjEwMCUiLz48L2xpbmVhckdyYWRpZW50PjxsaW5lYXJHcmFkaWVudCB4MT0iNTAlIiB5MT0iNTcuMTU0JSIgeDI9IjUwJSIgeTI9Ijk5LjgxMiUiIGlkPSJnIj48c3RvcCBzdG9wLWNvbG9yPSIjMEE1NUZDIiBvZmZzZXQ9IjAlIi8+PHN0b3Agc3RvcC1jb2xvcj0iIzQ3ODBGRiIgb2Zmc2V0PSIxMDAlIi8+PC9saW5lYXJHcmFkaWVudD48ZmlsdGVyIHg9Ii02LjclIiB5PSItNC40JSIgd2lkdGg9IjExMy4zJSIgaGVpZ2h0PSIxMDguOCUiIGZpbHRlclVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgaWQ9ImQiPjxmZUdhdXNzaWFuQmx1ciBzdGREZXZpYXRpb249IjEuNSIgaW49IlNvdXJjZUFscGhhIiByZXN1bHQ9InNoYWRvd0JsdXJJbm5lcjEiLz48ZmVPZmZzZXQgZHk9Ii42IiBpbj0ic2hhZG93Qmx1cklubmVyMSIgcmVzdWx0PSJzaGFkb3dPZmZzZXRJbm5lcjEiLz48ZmVDb21wb3NpdGUgaW49InNoYWRvd09mZnNldElubmVyMSIgaW4yPSJTb3VyY2VBbHBoYSIgb3BlcmF0b3I9ImFyaXRobWV0aWMiIGsyPSItMSIgazM9IjEiIHJlc3VsdD0ic2hhZG93SW5uZXJJbm5lcjEiLz48ZmVDb2xvck1hdHJpeCB2YWx1ZXM9IjAgMCAwIDAgMC44NzkyMzAxODMgMCAwIDAgMCAwLjkwMjg1MTAyOCAwIDAgMCAwIDEgMCAwIDAgMC41IDAiIGluPSJzaGFkb3dJbm5lcklubmVyMSIvPjwvZmlsdGVyPjxmaWx0ZXIgeD0iLTYuNyUiIHk9Ii00LjQlIiB3aWR0aD0iMTEzLjMlIiBoZWlnaHQ9IjEwOC44JSIgZmlsdGVyVW5pdHM9Im9iamVjdEJvdW5kaW5nQm94IiBpZD0iZSI+PGZlR2F1c3NpYW5CbHVyIHN0ZERldmlhdGlvbj0iMS41IiBpbj0iU291cmNlQWxwaGEiIHJlc3VsdD0ic2hhZG93Qmx1cklubmVyMSIvPjxmZU9mZnNldCBkeT0iLjYiIGluPSJzaGFkb3dCbHVySW5uZXIxIiByZXN1bHQ9InNoYWRvd09mZnNldElubmVyMSIvPjxmZUNvbXBvc2l0ZSBpbj0ic2hhZG93T2Zmc2V0SW5uZXIxIiBpbjI9IlNvdXJjZUFscGhhIiBvcGVyYXRvcj0iYXJpdGhtZXRpYyIgazI9Ii0xIiBrMz0iMSIgcmVzdWx0PSJzaGFkb3dJbm5lcklubmVyMSIvPjxmZUNvbG9yTWF0cml4IHZhbHVlcz0iMCAwIDAgMCAwLjg3OTIzMDE4MyAwIDAgMCAwIDAuOTAyODUxMDI4IDAgMCAwIDAgMSAwIDAgMCAwLjUgMCIgaW49InNoYWRvd0lubmVySW5uZXIxIi8+PC9maWx0ZXI+PGZpbHRlciB4PSItMTAuNiUiIHk9Ii02LjIlIiB3aWR0aD0iMTIxLjIlIiBoZWlnaHQ9IjExMi40JSIgZmlsdGVyVW5pdHM9Im9iamVjdEJvdW5kaW5nQm94IiBpZD0iaSI+PGZlR2F1c3NpYW5CbHVyIHN0ZERldmlhdGlvbj0iMS41IiBpbj0iU291cmNlQWxwaGEiIHJlc3VsdD0ic2hhZG93Qmx1cklubmVyMSIvPjxmZU9mZnNldCBkeT0iLjYiIGluPSJzaGFkb3dCbHVySW5uZXIxIiByZXN1bHQ9InNoYWRvd09mZnNldElubmVyMSIvPjxmZUNvbXBvc2l0ZSBpbj0ic2hhZG93T2Zmc2V0SW5uZXIxIiBpbjI9IlNvdXJjZUFscGhhIiBvcGVyYXRvcj0iYXJpdGhtZXRpYyIgazI9Ii0xIiBrMz0iMSIgcmVzdWx0PSJzaGFkb3dJbm5lcklubmVyMSIvPjxmZUNvbG9yTWF0cml4IHZhbHVlcz0iMCAwIDAgMCAwLjg3OTIzMDE4MyAwIDAgMCAwIDAuOTAyODUxMDI4IDAgMCAwIDAgMSAwIDAgMCAwLjUgMCIgaW49InNoYWRvd0lubmVySW5uZXIxIi8+PC9maWx0ZXI+PGZpbHRlciB4PSItMTAuNiUiIHk9Ii02LjIlIiB3aWR0aD0iMTIxLjIlIiBoZWlnaHQ9IjExMi40JSIgZmlsdGVyVW5pdHM9Im9iamVjdEJvdW5kaW5nQm94IiBpZD0iaiI+PGZlR2F1c3NpYW5CbHVyIHN0ZERldmlhdGlvbj0iMS41IiBpbj0iU291cmNlQWxwaGEiIHJlc3VsdD0ic2hhZG93Qmx1cklubmVyMSIvPjxmZU9mZnNldCBkeT0iLjYiIGluPSJzaGFkb3dCbHVySW5uZXIxIiByZXN1bHQ9InNoYWRvd09mZnNldElubmVyMSIvPjxmZUNvbXBvc2l0ZSBpbj0ic2hhZG93T2Zmc2V0SW5uZXIxIiBpbjI9IlNvdXJjZUFscGhhIiBvcGVyYXRvcj0iYXJpdGhtZXRpYyIgazI9Ii0xIiBrMz0iMSIgcmVzdWx0PSJzaGFkb3dJbm5lcklubmVyMSIvPjxmZUNvbG9yTWF0cml4IHZhbHVlcz0iMCAwIDAgMCAwLjg3OTIzMDE4MyAwIDAgMCAwIDAuOTAyODUxMDI4IDAgMCAwIDAgMSAwIDAgMCAwLjUgMCIgaW49InNoYWRvd0lubmVySW5uZXIxIi8+PC9maWx0ZXI+PHRleHQgaWQ9ImMiIGZvbnQtZmFtaWx5PSJIZWx2ZXRpY2EiIGZvbnQtc2l6ZT0iMzQiIGZvbnQtd2VpZ2h0PSJub3JtYWwiPgogICAgICAgICAgICA8dHNwYW4geD0iMTMiIHk9IjMzIj5RPC90c3Bhbj4KICAgICAgICA8L3RleHQ+PHRleHQgaWQ9ImgiIGZvbnQtZmFtaWx5PSJIZWx2ZXRpY2EiIGZvbnQtc2l6ZT0iMjQiIGZvbnQtd2VpZ2h0PSJub3JtYWwiPgogICAgICAgICAgICA8dHNwYW4geD0iNDgiIHk9IjQzIj5BPC90c3Bhbj4KICAgICAgICA8L3RleHQ+PC9kZWZzPjxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+PHBhdGggZD0ibTguMjU4IDUzLjg1NyAxMy4xLTEyLjEwMkg0NmExLjUgMS41IDAgMCAwIDEuNS0xLjVWM0ExLjUgMS41IDAgMCAwIDQ2IDEuNUgyQTEuNSAxLjUgMCAwIDAgLjUgM3YzNy4yNTVhMS41IDEuNSAwIDAgMCAxLjUgMS41aDYuMjU4djEyLjEwMloiIHN0cm9rZT0idXJsKCNhKSIgZmlsbC1vcGFjaXR5PSIuMjkiIGZpbGw9IiNDMkQ1RkUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgLTEpIi8+PGcgZmlsbC1ydWxlPSJub256ZXJvIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIC0xKSI+PHVzZSBmaWxsPSJ1cmwoI2IpIiB4bGluazpocmVmPSIjYyIvPjx1c2UgZmlsbD0iIzAwMCIgZmlsdGVyPSJ1cmwoI2QpIiB4bGluazpocmVmPSIjYyIvPjx1c2UgZmlsbD0iIzAwMCIgZmlsdGVyPSJ1cmwoI2UpIiB4bGluazpocmVmPSIjYyIvPjwvZz48cGF0aCBkPSJtNDAuMDY0IDYxLjg3MyAxMC45ODItOS45NDJINzVhMS41IDEuNSAwIDAgMCAxLjUtMS41VjE5YTEuNSAxLjUgMCAwIDAtMS41LTEuNUgzNWExLjUgMS41IDAgMCAwLTEuNSAxLjV2MzEuNDMxYTEuNSAxLjUgMCAwIDAgMS41IDEuNWg1LjA2NHY5Ljk0MloiIHN0cm9rZT0idXJsKCNmKSIgZmlsbC1vcGFjaXR5PSIuMjkiIGZpbGw9IiNDMkQ1RkUiIHRyYW5zZm9ybT0ibWF0cml4KC0xIDAgMCAxIDExMCAtMSkiLz48ZyBmaWxsLXJ1bGU9Im5vbnplcm8iIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgLTEpIj48dXNlIGZpbGw9InVybCgjZykiIHhsaW5rOmhyZWY9IiNoIi8+PHVzZSBmaWxsPSIjMDAwIiBmaWx0ZXI9InVybCgjaSkiIHhsaW5rOmhyZWY9IiNoIi8+PHVzZSBmaWxsPSIjMDAwIiBmaWx0ZXI9InVybCgjaikiIHhsaW5rOmhyZWY9IiNoIi8+PC9nPjwvZz48L3N2Zz4=");
|
|
;// CONCATENATED MODULE: ./src/pages/Home/Learning/icon/icon5.svg
|
|
function icon5_createForOfIteratorHelper(o, allowArrayLike) { var it = typeof Symbol !== "undefined" && o[Symbol.iterator] || o["@@iterator"]; if (!it) { if (Array.isArray(o) || (it = icon5_unsupportedIterableToArray(o)) || allowArrayLike && o && typeof o.length === "number") { if (it) o = it; var i = 0; var F = function F() {}; return { s: F, n: function n() { if (i >= o.length) return { done: true }; return { done: false, value: o[i++] }; }, e: function e(_e) { throw _e; }, f: F }; } throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); } var normalCompletion = true, didErr = false, err; return { s: function s() { it = it.call(o); }, n: function n() { var step = it.next(); normalCompletion = step.done; return step; }, e: function e(_e2) { didErr = true; err = _e2; }, f: function f() { try { if (!normalCompletion && it["return"] != null) it["return"](); } finally { if (didErr) throw err; } } }; }
|
|
function icon5_unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return icon5_arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return icon5_arrayLikeToArray(o, minLen); }
|
|
function icon5_arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i]; return arr2; }
|
|
var icon5_defProp = Object.defineProperty;
|
|
var icon5_getOwnPropSymbols = Object.getOwnPropertySymbols;
|
|
var icon5_hasOwnProp = Object.prototype.hasOwnProperty;
|
|
var icon5_propIsEnum = Object.prototype.propertyIsEnumerable;
|
|
var icon5_defNormalProp = function __defNormalProp(obj, key, value) {
|
|
return key in obj ? icon5_defProp(obj, key, {
|
|
enumerable: true,
|
|
configurable: true,
|
|
writable: true,
|
|
value: value
|
|
}) : obj[key] = value;
|
|
};
|
|
var icon5_spreadValues = function __spreadValues(a, b) {
|
|
for (var prop in b || (b = {})) if (icon5_hasOwnProp.call(b, prop)) icon5_defNormalProp(a, prop, b[prop]);
|
|
if (icon5_getOwnPropSymbols) {
|
|
var _iterator = icon5_createForOfIteratorHelper(icon5_getOwnPropSymbols(b)),
|
|
_step;
|
|
try {
|
|
for (_iterator.s(); !(_step = _iterator.n()).done;) {
|
|
var prop = _step.value;
|
|
if (icon5_propIsEnum.call(b, prop)) icon5_defNormalProp(a, prop, b[prop]);
|
|
}
|
|
} catch (err) {
|
|
_iterator.e(err);
|
|
} finally {
|
|
_iterator.f();
|
|
}
|
|
}
|
|
return a;
|
|
};
|
|
|
|
var SvgIcon5 = function SvgIcon5(props) {
|
|
return /* @__PURE__ */React.createElement("svg", icon5_spreadValues({
|
|
width: 70,
|
|
height: 53,
|
|
xmlns: "http://www.w3.org/2000/svg",
|
|
xmlnsXlink: "http://www.w3.org/1999/xlink"
|
|
}, props), /* @__PURE__ */React.createElement("title", null, "icon5"), /* @__PURE__ */React.createElement("defs", null, /* @__PURE__ */React.createElement("linearGradient", {
|
|
x1: "50%",
|
|
y1: "57.154%",
|
|
x2: "50%",
|
|
y2: "99.812%",
|
|
id: "icon5_svg__a"
|
|
}, /* @__PURE__ */React.createElement("stop", {
|
|
stopColor: "#0A55FC",
|
|
offset: "0%"
|
|
}), /* @__PURE__ */React.createElement("stop", {
|
|
stopColor: "#4780FF",
|
|
offset: "100%"
|
|
})), /* @__PURE__ */React.createElement("linearGradient", {
|
|
x1: "50%",
|
|
y1: "0%",
|
|
x2: "50%",
|
|
y2: "100%",
|
|
id: "icon5_svg__d"
|
|
}, /* @__PURE__ */React.createElement("stop", {
|
|
stopColor: "#C4D1F3",
|
|
offset: "0%"
|
|
}), /* @__PURE__ */React.createElement("stop", {
|
|
stopColor: "#DDE9FD",
|
|
stopOpacity: 0.394,
|
|
offset: "100%"
|
|
})), /* @__PURE__ */React.createElement("linearGradient", {
|
|
x1: "50%",
|
|
y1: "57.154%",
|
|
x2: "50%",
|
|
y2: "99.812%",
|
|
id: "icon5_svg__e"
|
|
}, /* @__PURE__ */React.createElement("stop", {
|
|
stopColor: "#0A55FC",
|
|
offset: "0%"
|
|
}), /* @__PURE__ */React.createElement("stop", {
|
|
stopColor: "#4780FF",
|
|
offset: "100%"
|
|
})), /* @__PURE__ */React.createElement("filter", {
|
|
x: "-5.6%",
|
|
y: "-4.2%",
|
|
width: "111.2%",
|
|
height: "105%",
|
|
filterUnits: "objectBoundingBox",
|
|
id: "icon5_svg__c"
|
|
}, /* @__PURE__ */React.createElement("feGaussianBlur", {
|
|
stdDeviation: 1.5,
|
|
"in": "SourceAlpha",
|
|
result: "shadowBlurInner1"
|
|
}), /* @__PURE__ */React.createElement("feOffset", {
|
|
dy: 0.6,
|
|
"in": "shadowBlurInner1",
|
|
result: "shadowOffsetInner1"
|
|
}), /* @__PURE__ */React.createElement("feComposite", {
|
|
"in": "shadowOffsetInner1",
|
|
in2: "SourceAlpha",
|
|
operator: "arithmetic",
|
|
k2: -1,
|
|
k3: 1,
|
|
result: "shadowInnerInner1"
|
|
}), /* @__PURE__ */React.createElement("feColorMatrix", {
|
|
values: "0 0 0 0 0.879230183 0 0 0 0 0.902851028 0 0 0 0 1 0 0 0 0.5 0",
|
|
"in": "shadowInnerInner1"
|
|
})), /* @__PURE__ */React.createElement("filter", {
|
|
x: "-11%",
|
|
y: "-9.5%",
|
|
width: "122%",
|
|
height: "119%",
|
|
filterUnits: "objectBoundingBox",
|
|
id: "icon5_svg__g"
|
|
}, /* @__PURE__ */React.createElement("feGaussianBlur", {
|
|
stdDeviation: 1.5,
|
|
"in": "SourceAlpha",
|
|
result: "shadowBlurInner1"
|
|
}), /* @__PURE__ */React.createElement("feOffset", {
|
|
dy: 0.6,
|
|
"in": "shadowBlurInner1",
|
|
result: "shadowOffsetInner1"
|
|
}), /* @__PURE__ */React.createElement("feComposite", {
|
|
"in": "shadowOffsetInner1",
|
|
in2: "SourceAlpha",
|
|
operator: "arithmetic",
|
|
k2: -1,
|
|
k3: 1,
|
|
result: "shadowInnerInner1"
|
|
}), /* @__PURE__ */React.createElement("feColorMatrix", {
|
|
values: "0 0 0 0 0.879230183 0 0 0 0 0.902851028 0 0 0 0 1 0 0 0 0.5 0",
|
|
"in": "shadowInnerInner1"
|
|
})), /* @__PURE__ */React.createElement("path", {
|
|
d: "M40 5.37h9.888a2 2 0 0 1 1.409.58l2.228 2.212a3.39 3.39 0 0 0 4.912-.14l1.786-1.99a2 2 0 0 1 1.488-.663H68a2 2 0 0 1 2 2v33.926a2 2 0 0 1-2 2h-6.315a2 2 0 0 0-1.458.631l-1.79 1.906a3.46 3.46 0 0 1-4.906.14l-2.24-2.127a2 2 0 0 0-1.377-.55H40a2 2 0 0 1-2-2V7.369a2 2 0 0 1 2-2Z",
|
|
id: "icon5_svg__b"
|
|
}), /* @__PURE__ */React.createElement("path", {
|
|
id: "icon5_svg__f",
|
|
d: "M7.343 0h16.376v18.963l-8.188-4.077-8.188 4.077z"
|
|
})), /* @__PURE__ */React.createElement("g", {
|
|
fill: "none",
|
|
fillRule: "evenodd"
|
|
}, /* @__PURE__ */React.createElement("g", {
|
|
fillRule: "nonzero"
|
|
}, /* @__PURE__ */React.createElement("use", {
|
|
fill: "url(#icon5_svg__a)",
|
|
xlinkHref: "#icon5_svg__b"
|
|
}), /* @__PURE__ */React.createElement("use", {
|
|
fill: "#000",
|
|
filter: "url(#icon5_svg__c)",
|
|
xlinkHref: "#icon5_svg__b"
|
|
})), /* @__PURE__ */React.createElement("path", {
|
|
d: "M2 .87a1.5 1.5 0 0 0-1.5 1.5v44.398a1.5 1.5 0 0 0 1.5 1.5h22.392a2.5 2.5 0 0 1 1.441.457l3.67 2.59a3.5 3.5 0 0 0 4.065-.021l3.541-2.554a2.5 2.5 0 0 1 1.462-.472H61a1.5 1.5 0 0 0 1.5-1.5V2.369A1.5 1.5 0 0 0 61 .87H38.595a1.5 1.5 0 0 0-.903.303l-3.463 2.61a4.5 4.5 0 0 1-5.381.029l-3.589-2.649a1.5 1.5 0 0 0-.89-.293H2Z",
|
|
stroke: "url(#icon5_svg__d)",
|
|
fillOpacity: 0.29,
|
|
fill: "#C2D5FE"
|
|
}), /* @__PURE__ */React.createElement("g", {
|
|
fillRule: "nonzero"
|
|
}, /* @__PURE__ */React.createElement("use", {
|
|
fill: "url(#icon5_svg__e)",
|
|
xlinkHref: "#icon5_svg__f"
|
|
}), /* @__PURE__ */React.createElement("use", {
|
|
fill: "#000",
|
|
filter: "url(#icon5_svg__g)",
|
|
xlinkHref: "#icon5_svg__f"
|
|
}))));
|
|
};
|
|
|
|
/* harmony default export */ var icon5 = ("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNzAiIGhlaWdodD0iNTMiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCB4MT0iNTAlIiB5MT0iNTcuMTU0JSIgeDI9IjUwJSIgeTI9Ijk5LjgxMiUiIGlkPSJhIj48c3RvcCBzdG9wLWNvbG9yPSIjMEE1NUZDIiBvZmZzZXQ9IjAlIi8+PHN0b3Agc3RvcC1jb2xvcj0iIzQ3ODBGRiIgb2Zmc2V0PSIxMDAlIi8+PC9saW5lYXJHcmFkaWVudD48bGluZWFyR3JhZGllbnQgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSIgaWQ9ImQiPjxzdG9wIHN0b3AtY29sb3I9IiNDNEQxRjMiIG9mZnNldD0iMCUiLz48c3RvcCBzdG9wLWNvbG9yPSIjRERFOUZEIiBzdG9wLW9wYWNpdHk9Ii4zOTQiIG9mZnNldD0iMTAwJSIvPjwvbGluZWFyR3JhZGllbnQ+PGxpbmVhckdyYWRpZW50IHgxPSI1MCUiIHkxPSI1Ny4xNTQlIiB4Mj0iNTAlIiB5Mj0iOTkuODEyJSIgaWQ9ImUiPjxzdG9wIHN0b3AtY29sb3I9IiMwQTU1RkMiIG9mZnNldD0iMCUiLz48c3RvcCBzdG9wLWNvbG9yPSIjNDc4MEZGIiBvZmZzZXQ9IjEwMCUiLz48L2xpbmVhckdyYWRpZW50PjxmaWx0ZXIgeD0iLTUuNiUiIHk9Ii00LjIlIiB3aWR0aD0iMTExLjIlIiBoZWlnaHQ9IjEwNSUiIGZpbHRlclVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgaWQ9ImMiPjxmZUdhdXNzaWFuQmx1ciBzdGREZXZpYXRpb249IjEuNSIgaW49IlNvdXJjZUFscGhhIiByZXN1bHQ9InNoYWRvd0JsdXJJbm5lcjEiLz48ZmVPZmZzZXQgZHk9Ii42IiBpbj0ic2hhZG93Qmx1cklubmVyMSIgcmVzdWx0PSJzaGFkb3dPZmZzZXRJbm5lcjEiLz48ZmVDb21wb3NpdGUgaW49InNoYWRvd09mZnNldElubmVyMSIgaW4yPSJTb3VyY2VBbHBoYSIgb3BlcmF0b3I9ImFyaXRobWV0aWMiIGsyPSItMSIgazM9IjEiIHJlc3VsdD0ic2hhZG93SW5uZXJJbm5lcjEiLz48ZmVDb2xvck1hdHJpeCB2YWx1ZXM9IjAgMCAwIDAgMC44NzkyMzAxODMgMCAwIDAgMCAwLjkwMjg1MTAyOCAwIDAgMCAwIDEgMCAwIDAgMC41IDAiIGluPSJzaGFkb3dJbm5lcklubmVyMSIvPjwvZmlsdGVyPjxmaWx0ZXIgeD0iLTExJSIgeT0iLTkuNSUiIHdpZHRoPSIxMjIlIiBoZWlnaHQ9IjExOSUiIGZpbHRlclVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgaWQ9ImciPjxmZUdhdXNzaWFuQmx1ciBzdGREZXZpYXRpb249IjEuNSIgaW49IlNvdXJjZUFscGhhIiByZXN1bHQ9InNoYWRvd0JsdXJJbm5lcjEiLz48ZmVPZmZzZXQgZHk9Ii42IiBpbj0ic2hhZG93Qmx1cklubmVyMSIgcmVzdWx0PSJzaGFkb3dPZmZzZXRJbm5lcjEiLz48ZmVDb21wb3NpdGUgaW49InNoYWRvd09mZnNldElubmVyMSIgaW4yPSJTb3VyY2VBbHBoYSIgb3BlcmF0b3I9ImFyaXRobWV0aWMiIGsyPSItMSIgazM9IjEiIHJlc3VsdD0ic2hhZG93SW5uZXJJbm5lcjEiLz48ZmVDb2xvck1hdHJpeCB2YWx1ZXM9IjAgMCAwIDAgMC44NzkyMzAxODMgMCAwIDAgMCAwLjkwMjg1MTAyOCAwIDAgMCAwIDEgMCAwIDAgMC41IDAiIGluPSJzaGFkb3dJbm5lcklubmVyMSIvPjwvZmlsdGVyPjxwYXRoIGQ9Ik00MCA1LjM3aDkuODg4YTIgMiAwIDAgMSAxLjQwOS41OGwyLjIyOCAyLjIxMmEzLjM5IDMuMzkgMCAwIDAgNC45MTItLjE0bDEuNzg2LTEuOTlhMiAyIDAgMCAxIDEuNDg4LS42NjNINjhhMiAyIDAgMCAxIDIgMnYzMy45MjZhMiAyIDAgMCAxLTIgMmgtNi4zMTVhMiAyIDAgMCAwLTEuNDU4LjYzMWwtMS43OSAxLjkwNmEzLjQ2IDMuNDYgMCAwIDEtNC45MDYuMTRsLTIuMjQtMi4xMjdhMiAyIDAgMCAwLTEuMzc3LS41NUg0MGEyIDIgMCAwIDEtMi0yVjcuMzY5YTIgMiAwIDAgMSAyLTJaIiBpZD0iYiIvPjxwYXRoIGlkPSJmIiBkPSJNNy4zNDMgMGgxNi4zNzZ2MTguOTYzbC04LjE4OC00LjA3Ny04LjE4OCA0LjA3N3oiLz48L2RlZnM+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48ZyBmaWxsLXJ1bGU9Im5vbnplcm8iPjx1c2UgZmlsbD0idXJsKCNhKSIgeGxpbms6aHJlZj0iI2IiLz48dXNlIGZpbGw9IiMwMDAiIGZpbHRlcj0idXJsKCNjKSIgeGxpbms6aHJlZj0iI2IiLz48L2c+PHBhdGggZD0iTTIgLjg3YTEuNSAxLjUgMCAwIDAtMS41IDEuNXY0NC4zOThhMS41IDEuNSAwIDAgMCAxLjUgMS41aDIyLjM5MmEyLjUgMi41IDAgMCAxIDEuNDQxLjQ1N2wzLjY3IDIuNTlhMy41IDMuNSAwIDAgMCA0LjA2NS0uMDIxbDMuNTQxLTIuNTU0YTIuNSAyLjUgMCAwIDEgMS40NjItLjQ3Mkg2MWExLjUgMS41IDAgMCAwIDEuNS0xLjVWMi4zNjlBMS41IDEuNSAwIDAgMCA2MSAuODdIMzguNTk1YTEuNSAxLjUgMCAwIDAtLjkwMy4zMDNsLTMuNDYzIDIuNjFhNC41IDQuNSAwIDAgMS01LjM4MS4wMjlsLTMuNTg5LTIuNjQ5YTEuNSAxLjUgMCAwIDAtLjg5LS4yOTNIMloiIHN0cm9rZT0idXJsKCNkKSIgZmlsbC1vcGFjaXR5PSIuMjkiIGZpbGw9IiNDMkQ1RkUiLz48ZyBmaWxsLXJ1bGU9Im5vbnplcm8iPjx1c2UgZmlsbD0idXJsKCNlKSIgeGxpbms6aHJlZj0iI2YiLz48dXNlIGZpbGw9IiMwMDAiIGZpbHRlcj0idXJsKCNnKSIgeGxpbms6aHJlZj0iI2YiLz48L2c+PC9nPjwvc3ZnPg==");
|
|
;// CONCATENATED MODULE: ./src/pages/Home/Learning/icon/icon6.svg
|
|
function icon6_createForOfIteratorHelper(o, allowArrayLike) { var it = typeof Symbol !== "undefined" && o[Symbol.iterator] || o["@@iterator"]; if (!it) { if (Array.isArray(o) || (it = icon6_unsupportedIterableToArray(o)) || allowArrayLike && o && typeof o.length === "number") { if (it) o = it; var i = 0; var F = function F() {}; return { s: F, n: function n() { if (i >= o.length) return { done: true }; return { done: false, value: o[i++] }; }, e: function e(_e) { throw _e; }, f: F }; } throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); } var normalCompletion = true, didErr = false, err; return { s: function s() { it = it.call(o); }, n: function n() { var step = it.next(); normalCompletion = step.done; return step; }, e: function e(_e2) { didErr = true; err = _e2; }, f: function f() { try { if (!normalCompletion && it["return"] != null) it["return"](); } finally { if (didErr) throw err; } } }; }
|
|
function icon6_unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return icon6_arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return icon6_arrayLikeToArray(o, minLen); }
|
|
function icon6_arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i]; return arr2; }
|
|
var icon6_defProp = Object.defineProperty;
|
|
var icon6_getOwnPropSymbols = Object.getOwnPropertySymbols;
|
|
var icon6_hasOwnProp = Object.prototype.hasOwnProperty;
|
|
var icon6_propIsEnum = Object.prototype.propertyIsEnumerable;
|
|
var icon6_defNormalProp = function __defNormalProp(obj, key, value) {
|
|
return key in obj ? icon6_defProp(obj, key, {
|
|
enumerable: true,
|
|
configurable: true,
|
|
writable: true,
|
|
value: value
|
|
}) : obj[key] = value;
|
|
};
|
|
var icon6_spreadValues = function __spreadValues(a, b) {
|
|
for (var prop in b || (b = {})) if (icon6_hasOwnProp.call(b, prop)) icon6_defNormalProp(a, prop, b[prop]);
|
|
if (icon6_getOwnPropSymbols) {
|
|
var _iterator = icon6_createForOfIteratorHelper(icon6_getOwnPropSymbols(b)),
|
|
_step;
|
|
try {
|
|
for (_iterator.s(); !(_step = _iterator.n()).done;) {
|
|
var prop = _step.value;
|
|
if (icon6_propIsEnum.call(b, prop)) icon6_defNormalProp(a, prop, b[prop]);
|
|
}
|
|
} catch (err) {
|
|
_iterator.e(err);
|
|
} finally {
|
|
_iterator.f();
|
|
}
|
|
}
|
|
return a;
|
|
};
|
|
|
|
var SvgIcon6 = function SvgIcon6(props) {
|
|
return /* @__PURE__ */React.createElement("svg", icon6_spreadValues({
|
|
width: 58,
|
|
height: 57,
|
|
xmlns: "http://www.w3.org/2000/svg",
|
|
xmlnsXlink: "http://www.w3.org/1999/xlink"
|
|
}, props), /* @__PURE__ */React.createElement("title", null, "icon6"), /* @__PURE__ */React.createElement("defs", null, /* @__PURE__ */React.createElement("linearGradient", {
|
|
x1: "50%",
|
|
y1: "57.154%",
|
|
x2: "50%",
|
|
y2: "99.812%",
|
|
id: "icon6_svg__a"
|
|
}, /* @__PURE__ */React.createElement("stop", {
|
|
stopColor: "#0A55FC",
|
|
offset: "0%"
|
|
}), /* @__PURE__ */React.createElement("stop", {
|
|
stopColor: "#4780FF",
|
|
offset: "100%"
|
|
})), /* @__PURE__ */React.createElement("linearGradient", {
|
|
x1: "50%",
|
|
y1: "0%",
|
|
x2: "50%",
|
|
y2: "100%",
|
|
id: "icon6_svg__d"
|
|
}, /* @__PURE__ */React.createElement("stop", {
|
|
stopColor: "#C4D1F3",
|
|
offset: "0%"
|
|
}), /* @__PURE__ */React.createElement("stop", {
|
|
stopColor: "#DDE9FD",
|
|
stopOpacity: 0.394,
|
|
offset: "100%"
|
|
})), /* @__PURE__ */React.createElement("linearGradient", {
|
|
x1: "50%",
|
|
y1: "57.154%",
|
|
x2: "50%",
|
|
y2: "99.812%",
|
|
id: "icon6_svg__e"
|
|
}, /* @__PURE__ */React.createElement("stop", {
|
|
stopColor: "#0A55FC",
|
|
offset: "0%"
|
|
}), /* @__PURE__ */React.createElement("stop", {
|
|
stopColor: "#4780FF",
|
|
offset: "100%"
|
|
})), /* @__PURE__ */React.createElement("filter", {
|
|
x: "-9%",
|
|
y: "-6.2%",
|
|
width: "118%",
|
|
height: "112.4%",
|
|
filterUnits: "objectBoundingBox",
|
|
id: "icon6_svg__c"
|
|
}, /* @__PURE__ */React.createElement("feGaussianBlur", {
|
|
stdDeviation: 1.5,
|
|
"in": "SourceAlpha",
|
|
result: "shadowBlurInner1"
|
|
}), /* @__PURE__ */React.createElement("feOffset", {
|
|
dy: 0.6,
|
|
"in": "shadowBlurInner1",
|
|
result: "shadowOffsetInner1"
|
|
}), /* @__PURE__ */React.createElement("feComposite", {
|
|
"in": "shadowOffsetInner1",
|
|
in2: "SourceAlpha",
|
|
operator: "arithmetic",
|
|
k2: -1,
|
|
k3: 1,
|
|
result: "shadowInnerInner1"
|
|
}), /* @__PURE__ */React.createElement("feColorMatrix", {
|
|
values: "0 0 0 0 0.879230183 0 0 0 0 0.902851028 0 0 0 0 1 0 0 0 0.5 0",
|
|
"in": "shadowInnerInner1"
|
|
})), /* @__PURE__ */React.createElement("filter", {
|
|
x: "-6.2%",
|
|
y: "-6.4%",
|
|
width: "112.4%",
|
|
height: "112.8%",
|
|
filterUnits: "objectBoundingBox",
|
|
id: "icon6_svg__g"
|
|
}, /* @__PURE__ */React.createElement("feGaussianBlur", {
|
|
stdDeviation: 1.5,
|
|
"in": "SourceAlpha",
|
|
result: "shadowBlurInner1"
|
|
}), /* @__PURE__ */React.createElement("feOffset", {
|
|
dy: 0.6,
|
|
"in": "shadowBlurInner1",
|
|
result: "shadowOffsetInner1"
|
|
}), /* @__PURE__ */React.createElement("feComposite", {
|
|
"in": "shadowOffsetInner1",
|
|
in2: "SourceAlpha",
|
|
operator: "arithmetic",
|
|
k2: -1,
|
|
k3: 1,
|
|
result: "shadowInnerInner1"
|
|
}), /* @__PURE__ */React.createElement("feColorMatrix", {
|
|
values: "0 0 0 0 0.879230183 0 0 0 0 0.902851028 0 0 0 0 1 0 0 0 0.5 0",
|
|
"in": "shadowInnerInner1"
|
|
})), /* @__PURE__ */React.createElement("path", {
|
|
d: "M21-4h13a2 2 0 0 1 2 2v25a2 2 0 0 1-2 2H21a5 5 0 0 1-5-5V1a5 5 0 0 1 5-5Z",
|
|
id: "icon6_svg__b"
|
|
}), /* @__PURE__ */React.createElement("path", {
|
|
d: "M12.447 27.454 1.615 30.291l3.98-9.69 6.852 6.853Zm17.87-17.91-2.29 2.294-6.809-6.822 2.29-2.294s1.09-1.091 2.2.02l4.48 4.488c1.214 1.217.129 2.315.129 2.315Zm-2.975 2.98L12.347 27.547l-6.808-6.821L20.535 5.702l6.807 6.821Z",
|
|
id: "icon6_svg__f"
|
|
})), /* @__PURE__ */React.createElement("g", {
|
|
fill: "none",
|
|
fillRule: "evenodd"
|
|
}, /* @__PURE__ */React.createElement("g", {
|
|
fillRule: "nonzero",
|
|
transform: "rotate(90 26 10.5)"
|
|
}, /* @__PURE__ */React.createElement("use", {
|
|
fill: "url(#icon6_svg__a)",
|
|
xlinkHref: "#icon6_svg__b"
|
|
}), /* @__PURE__ */React.createElement("use", {
|
|
fill: "#000",
|
|
filter: "url(#icon6_svg__c)",
|
|
xlinkHref: "#icon6_svg__b"
|
|
})), /* @__PURE__ */React.createElement("rect", {
|
|
stroke: "url(#icon6_svg__d)",
|
|
fillOpacity: 0.29,
|
|
fill: "#C2D5FE",
|
|
x: 0.5,
|
|
y: 6.5,
|
|
width: 50,
|
|
height: 50,
|
|
rx: 4
|
|
}), /* @__PURE__ */React.createElement("path", {
|
|
stroke: "#145CFC",
|
|
strokeWidth: 2,
|
|
strokeLinecap: "round",
|
|
d: "M8 21.5h20M8 32h19M8 42.5h9"
|
|
}), /* @__PURE__ */React.createElement("g", {
|
|
transform: "rotate(-7 169.163 -204.131)",
|
|
fillRule: "nonzero"
|
|
}, /* @__PURE__ */React.createElement("use", {
|
|
fill: "url(#icon6_svg__e)",
|
|
xlinkHref: "#icon6_svg__f"
|
|
}), /* @__PURE__ */React.createElement("use", {
|
|
fill: "#000",
|
|
filter: "url(#icon6_svg__g)",
|
|
xlinkHref: "#icon6_svg__f"
|
|
}))));
|
|
};
|
|
|
|
/* harmony default export */ var icon6 = ("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTgiIGhlaWdodD0iNTciIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCB4MT0iNTAlIiB5MT0iNTcuMTU0JSIgeDI9IjUwJSIgeTI9Ijk5LjgxMiUiIGlkPSJhIj48c3RvcCBzdG9wLWNvbG9yPSIjMEE1NUZDIiBvZmZzZXQ9IjAlIi8+PHN0b3Agc3RvcC1jb2xvcj0iIzQ3ODBGRiIgb2Zmc2V0PSIxMDAlIi8+PC9saW5lYXJHcmFkaWVudD48bGluZWFyR3JhZGllbnQgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSIgaWQ9ImQiPjxzdG9wIHN0b3AtY29sb3I9IiNDNEQxRjMiIG9mZnNldD0iMCUiLz48c3RvcCBzdG9wLWNvbG9yPSIjRERFOUZEIiBzdG9wLW9wYWNpdHk9Ii4zOTQiIG9mZnNldD0iMTAwJSIvPjwvbGluZWFyR3JhZGllbnQ+PGxpbmVhckdyYWRpZW50IHgxPSI1MCUiIHkxPSI1Ny4xNTQlIiB4Mj0iNTAlIiB5Mj0iOTkuODEyJSIgaWQ9ImUiPjxzdG9wIHN0b3AtY29sb3I9IiMwQTU1RkMiIG9mZnNldD0iMCUiLz48c3RvcCBzdG9wLWNvbG9yPSIjNDc4MEZGIiBvZmZzZXQ9IjEwMCUiLz48L2xpbmVhckdyYWRpZW50PjxmaWx0ZXIgeD0iLTklIiB5PSItNi4yJSIgd2lkdGg9IjExOCUiIGhlaWdodD0iMTEyLjQlIiBmaWx0ZXJVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIGlkPSJjIj48ZmVHYXVzc2lhbkJsdXIgc3RkRGV2aWF0aW9uPSIxLjUiIGluPSJTb3VyY2VBbHBoYSIgcmVzdWx0PSJzaGFkb3dCbHVySW5uZXIxIi8+PGZlT2Zmc2V0IGR5PSIuNiIgaW49InNoYWRvd0JsdXJJbm5lcjEiIHJlc3VsdD0ic2hhZG93T2Zmc2V0SW5uZXIxIi8+PGZlQ29tcG9zaXRlIGluPSJzaGFkb3dPZmZzZXRJbm5lcjEiIGluMj0iU291cmNlQWxwaGEiIG9wZXJhdG9yPSJhcml0aG1ldGljIiBrMj0iLTEiIGszPSIxIiByZXN1bHQ9InNoYWRvd0lubmVySW5uZXIxIi8+PGZlQ29sb3JNYXRyaXggdmFsdWVzPSIwIDAgMCAwIDAuODc5MjMwMTgzIDAgMCAwIDAgMC45MDI4NTEwMjggMCAwIDAgMCAxIDAgMCAwIDAuNSAwIiBpbj0ic2hhZG93SW5uZXJJbm5lcjEiLz48L2ZpbHRlcj48ZmlsdGVyIHg9Ii02LjIlIiB5PSItNi40JSIgd2lkdGg9IjExMi40JSIgaGVpZ2h0PSIxMTIuOCUiIGZpbHRlclVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgaWQ9ImciPjxmZUdhdXNzaWFuQmx1ciBzdGREZXZpYXRpb249IjEuNSIgaW49IlNvdXJjZUFscGhhIiByZXN1bHQ9InNoYWRvd0JsdXJJbm5lcjEiLz48ZmVPZmZzZXQgZHk9Ii42IiBpbj0ic2hhZG93Qmx1cklubmVyMSIgcmVzdWx0PSJzaGFkb3dPZmZzZXRJbm5lcjEiLz48ZmVDb21wb3NpdGUgaW49InNoYWRvd09mZnNldElubmVyMSIgaW4yPSJTb3VyY2VBbHBoYSIgb3BlcmF0b3I9ImFyaXRobWV0aWMiIGsyPSItMSIgazM9IjEiIHJlc3VsdD0ic2hhZG93SW5uZXJJbm5lcjEiLz48ZmVDb2xvck1hdHJpeCB2YWx1ZXM9IjAgMCAwIDAgMC44NzkyMzAxODMgMCAwIDAgMCAwLjkwMjg1MTAyOCAwIDAgMCAwIDEgMCAwIDAgMC41IDAiIGluPSJzaGFkb3dJbm5lcklubmVyMSIvPjwvZmlsdGVyPjxwYXRoIGQ9Ik0yMS00aDEzYTIgMiAwIDAgMSAyIDJ2MjVhMiAyIDAgMCAxLTIgMkgyMWE1IDUgMCAwIDEtNS01VjFhNSA1IDAgMCAxIDUtNVoiIGlkPSJiIi8+PHBhdGggZD0iTTEyLjQ0NyAyNy40NTQgMS42MTUgMzAuMjkxbDMuOTgtOS42OSA2Ljg1MiA2Ljg1M1ptMTcuODctMTcuOTEtMi4yOSAyLjI5NC02LjgwOS02LjgyMiAyLjI5LTIuMjk0czEuMDktMS4wOTEgMi4yLjAybDQuNDggNC40ODhjMS4yMTQgMS4yMTcuMTI5IDIuMzE1LjEyOSAyLjMxNVptLTIuOTc1IDIuOThMMTIuMzQ3IDI3LjU0N2wtNi44MDgtNi44MjFMMjAuNTM1IDUuNzAybDYuODA3IDYuODIxWiIgaWQ9ImYiLz48L2RlZnM+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48ZyBmaWxsLXJ1bGU9Im5vbnplcm8iIHRyYW5zZm9ybT0icm90YXRlKDkwIDI2IDEwLjUpIj48dXNlIGZpbGw9InVybCgjYSkiIHhsaW5rOmhyZWY9IiNiIi8+PHVzZSBmaWxsPSIjMDAwIiBmaWx0ZXI9InVybCgjYykiIHhsaW5rOmhyZWY9IiNiIi8+PC9nPjxyZWN0IHN0cm9rZT0idXJsKCNkKSIgZmlsbC1vcGFjaXR5PSIuMjkiIGZpbGw9IiNDMkQ1RkUiIHg9Ii41IiB5PSI2LjUiIHdpZHRoPSI1MCIgaGVpZ2h0PSI1MCIgcng9IjQiLz48cGF0aCBzdHJva2U9IiMxNDVDRkMiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBkPSJNOCAyMS41aDIwTTggMzJoMTlNOCA0Mi41aDkiLz48ZyB0cmFuc2Zvcm09InJvdGF0ZSgtNyAxNjkuMTYzIC0yMDQuMTMxKSIgZmlsbC1ydWxlPSJub256ZXJvIj48dXNlIGZpbGw9InVybCgjZSkiIHhsaW5rOmhyZWY9IiNmIi8+PHVzZSBmaWxsPSIjMDAwIiBmaWx0ZXI9InVybCgjZykiIHhsaW5rOmhyZWY9IiNmIi8+PC9nPjwvZz48L3N2Zz4=");
|
|
;// CONCATENATED MODULE: ./src/pages/Home/Learning/index.tsx
|
|
|
|
|
|
|
|
|
|
|
|
var _excluded = ["user"];
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
var Home = function Home(_ref) {
|
|
var _data$images_url;
|
|
var user = _ref.user,
|
|
props = objectWithoutProperties_default()(_ref, _excluded);
|
|
var _useState = (0,_react_17_0_2_react.useState)(true),
|
|
_useState2 = slicedToArray_default()(_useState, 2),
|
|
loading = _useState2[0],
|
|
setLoading = _useState2[1];
|
|
var _useState3 = (0,_react_17_0_2_react.useState)(0),
|
|
_useState4 = slicedToArray_default()(_useState3, 2),
|
|
total = _useState4[0],
|
|
setTotal = _useState4[1];
|
|
var _useState5 = (0,_react_17_0_2_react.useState)({}),
|
|
_useState6 = slicedToArray_default()(_useState5, 2),
|
|
data = _useState6[0],
|
|
setData = _useState6[1];
|
|
var _useState7 = (0,_react_17_0_2_react.useState)(false),
|
|
_useState8 = slicedToArray_default()(_useState7, 2),
|
|
visible = _useState8[0],
|
|
setVisible = _useState8[1];
|
|
(0,_react_17_0_2_react.useEffect)(function () {
|
|
getData();
|
|
}, []);
|
|
var getData = /*#__PURE__*/function () {
|
|
var _ref2 = asyncToGenerator_default()( /*#__PURE__*/regeneratorRuntime_default()().mark(function _callee() {
|
|
var res;
|
|
return regeneratorRuntime_default()().wrap(function _callee$(_context) {
|
|
while (1) switch (_context.prev = _context.next) {
|
|
case 0:
|
|
setLoading(true);
|
|
_context.next = 3;
|
|
return (0,fetch/* default */.ZP)("/api/home/index.json", {
|
|
method: 'get'
|
|
});
|
|
case 3:
|
|
res = _context.sent;
|
|
if (res.images_url) {
|
|
setData(res);
|
|
}
|
|
setLoading(false);
|
|
case 6:
|
|
case "end":
|
|
return _context.stop();
|
|
}
|
|
}, _callee);
|
|
}));
|
|
return function getData() {
|
|
return _ref2.apply(this, arguments);
|
|
};
|
|
}();
|
|
var params = {
|
|
loop: true,
|
|
//无缝轮播
|
|
slidesPerView: 3,
|
|
noSwiping: true,
|
|
// spaceBetween: 30,
|
|
// centeredSlides: true,
|
|
autoplay: {
|
|
delay: 5000,
|
|
disableOnInteraction: true
|
|
},
|
|
navigation: {
|
|
nextEl: '.swiper-button-next',
|
|
prevEl: '.swiper-button-prev'
|
|
},
|
|
pagination: {
|
|
el: '.swiper-pagination',
|
|
clickable: true
|
|
}
|
|
};
|
|
var demonstrateData = [{
|
|
name: '沉浸式教学',
|
|
background: 'linear-gradient(90deg, #F5F7FA 0%, #FBFCFD 100%)',
|
|
tags: ['沉浸式体验', '3D立体应用教学', '互动式学习'],
|
|
more: true
|
|
}, {
|
|
name: '知识森林学习路径智能导航',
|
|
background: 'linear-gradient(90deg, #FBF3F3 0%, #FCFBFB 100%)',
|
|
tags: ['图谱可视化', '多源异构数据处理', '高级推理应用'],
|
|
link: "https://ilearning.educoder.net/paths?openLearningPath=true&discipline_id=1&sub_discipline_id=2",
|
|
more: true
|
|
}, {
|
|
name: '认知过程推理虚拟现实学习环境',
|
|
background: 'linear-gradient(270deg, #FBF8FC 0%, #F0EFFB 100%)',
|
|
tags: ['仿真模拟训练', '3D虚拟环境', '游戏化学习'],
|
|
more: false
|
|
}, {
|
|
name: '图灵测试',
|
|
background: 'linear-gradient(90deg, #F0F2FD 0%, #F9FAFA 100%)',
|
|
tags: ['机器思考', '人工智能科学', '模拟游戏'],
|
|
link: "https://ilearning.educoder.net/tasks/4z3jgw6vsuea",
|
|
more: true
|
|
}];
|
|
var featureData = [{
|
|
img: icon1,
|
|
title: '混合增强情景理解',
|
|
intro: '师-机-生三元结构的复合主体,破解认知能力的局限性'
|
|
}, {
|
|
img: icon2,
|
|
title: '行为意图识别跟踪',
|
|
intro: '感知学生的学习状态、问题意图和辅导需求,提供智能监测导学',
|
|
link: "https://ilearning.educoder.net/classrooms/nvoi7zeh/exercise/35872/detail?random=false"
|
|
}, {
|
|
img: icon3,
|
|
title: '学习路径智能推荐',
|
|
intro: '可解释的学习规划和内容推荐方法,支撑个性化导教',
|
|
link: "https://ilearning.educoder.net/paths?openLearningPath=true&discipline_id=1&sub_discipline_id=2"
|
|
}, {
|
|
img: icon4,
|
|
title: '个性化辅导答疑',
|
|
intro: '数据驱动和知识森林引导的问答方法,支撑个性化伴学',
|
|
link: "https://www.educoder.net/tasks/4z3jgw6vsuea"
|
|
}, {
|
|
img: icon5,
|
|
title: '人机增强群体激励',
|
|
intro: '多维度激励方法,增强学生对机器的正向反馈',
|
|
link: "https://ilearning.educoder.net/classrooms/nvoi7zeh/group_homework/572013/detail"
|
|
}, {
|
|
img: icon6,
|
|
title: '人机增强群体评测',
|
|
intro: '行为特征嵌入、协同评测等群组评测方法,支撑教学成效评价',
|
|
link: "https://ilearning.educoder.net/classrooms/nvoi7zeh/statistics_quality/192066"
|
|
}];
|
|
return /*#__PURE__*/(0,jsx_runtime.jsxs)("section", {
|
|
className: Learningmodules.home,
|
|
children: [/*#__PURE__*/(0,jsx_runtime.jsx)(Modal/* VideoModal */.K, {
|
|
width: 800,
|
|
visible: visible,
|
|
file_url: "https://www-cdn.educoder.net/video/learning.mp4",
|
|
copyUrl: "https://www-cdn.educoder.net/video/learning.mp4",
|
|
onClose: function onClose() {
|
|
return setVisible(false);
|
|
}
|
|
}), /*#__PURE__*/(0,jsx_runtime.jsxs)(skeleton/* default */.Z, {
|
|
loading: loading,
|
|
active: true,
|
|
paragraph: {
|
|
rows: 5
|
|
},
|
|
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("div", {
|
|
className: Learningmodules.bg,
|
|
children: /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
|
|
className: Learningmodules.public_width,
|
|
children: /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
|
|
className: Learningmodules.banner,
|
|
children: /*#__PURE__*/(0,jsx_runtime.jsx)((lib_default()), objectSpread2_default()(objectSpread2_default()({}, params), {}, {
|
|
children: data === null || data === void 0 || (_data$images_url = data.images_url) === null || _data$images_url === void 0 ? void 0 : _data$images_url.map(function (e) {
|
|
return /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
|
|
onClick: function onClick() {
|
|
if (e.path) {
|
|
(0,util/* openNewWindow */.xg)(e.path);
|
|
}
|
|
},
|
|
children: /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
|
|
className: 'index_moe_li',
|
|
style: {
|
|
cursor: e.path ? 'pointer' : 'default'
|
|
},
|
|
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("img", {
|
|
src: env/* default */.Z.IMG_SERVER + e.image_url,
|
|
alt: ""
|
|
}), /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
|
|
className: 'index_moe_focus_shadow'
|
|
}), /*#__PURE__*/(0,jsx_runtime.jsx)("span", {
|
|
className: 'index_moe_focus_b'
|
|
})]
|
|
})
|
|
});
|
|
})
|
|
}))
|
|
})
|
|
})
|
|
}), /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
|
|
className: Learningmodules.content,
|
|
children: [/*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
|
|
className: Learningmodules.experience,
|
|
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("a", {
|
|
href: "https://i-learning.smartedu.lenovo.com/ilearning",
|
|
target: "_blank",
|
|
className: Learningmodules.li
|
|
}), /*#__PURE__*/(0,jsx_runtime.jsx)(_umi_production_exports.Link, {
|
|
to: "/paths/higherVocationalEducation",
|
|
target: "_blank",
|
|
className: Learningmodules.li
|
|
}), /*#__PURE__*/(0,jsx_runtime.jsx)(_umi_production_exports.Link, {
|
|
to: "/paths",
|
|
target: "_blank",
|
|
className: Learningmodules.li
|
|
})]
|
|
}), /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
|
|
className: Learningmodules.demonstrate,
|
|
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("div", {
|
|
className: Learningmodules.title,
|
|
children: "\u5178\u578B\u573A\u666F\u5E94\u7528\u793A\u8303"
|
|
}), /*#__PURE__*/(0,jsx_runtime.jsx)("aside", {
|
|
children: demonstrateData.map(function (e, i) {
|
|
var _e$tags;
|
|
return /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
|
|
className: Learningmodules.li,
|
|
style: {
|
|
background: e.background,
|
|
cursor: e !== null && e !== void 0 && e.more ? 'pointer' : 'default'
|
|
},
|
|
onClick: function onClick() {},
|
|
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("div", {
|
|
className: Learningmodules.name,
|
|
children: e.name
|
|
}), /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
|
|
className: Learningmodules.tagWarp,
|
|
children: e === null || e === void 0 || (_e$tags = e.tags) === null || _e$tags === void 0 ? void 0 : _e$tags.map(function (k, j) {
|
|
return /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
|
|
className: Learningmodules.tag,
|
|
children: k
|
|
}, "".concat(i, "-").concat(j));
|
|
})
|
|
}), /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
|
|
className: Learningmodules.mask,
|
|
onClick: function onClick() {
|
|
switch (i) {
|
|
case 0:
|
|
setVisible(true);
|
|
break;
|
|
default:
|
|
if (e.link) {
|
|
(0,util/* openNewWindow */.xg)(e.link);
|
|
} else if (e.more) {
|
|
_umi_production_exports.history.push('/classrooms/classicCases');
|
|
}
|
|
return;
|
|
break;
|
|
}
|
|
},
|
|
style: {
|
|
background: e.more ? 'rgba(25, 110, 253, 0.8)' : 'rgba(90, 106, 132, 0.6)'
|
|
},
|
|
children: e.more ? '查看更多' : '敬请期待~'
|
|
})]
|
|
}, i);
|
|
})
|
|
})]
|
|
}), /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
|
|
className: Learningmodules.feature,
|
|
children: [/*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
|
|
className: Learningmodules.name,
|
|
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("span", {
|
|
children: "\u7279\u8272\u529F\u80FD"
|
|
}), /*#__PURE__*/(0,jsx_runtime.jsx)("span", {
|
|
children: "FEATURES"
|
|
})]
|
|
}), /*#__PURE__*/(0,jsx_runtime.jsx)("aside", {
|
|
children: featureData.map(function (e, i) {
|
|
return /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
|
|
className: Learningmodules.li,
|
|
onClick: function onClick() {
|
|
switch (i) {
|
|
case 0:
|
|
setVisible(true);
|
|
break;
|
|
default:
|
|
if (e.link) (0,util/* openNewWindow */.xg)(e.link);
|
|
break;
|
|
}
|
|
},
|
|
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("img", {
|
|
src: e.img
|
|
}), /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
|
|
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("h4", {
|
|
children: e.title
|
|
}), /*#__PURE__*/(0,jsx_runtime.jsx)("h6", {
|
|
children: e.intro
|
|
})]
|
|
})]
|
|
}, e.title);
|
|
})
|
|
})]
|
|
})]
|
|
})]
|
|
})]
|
|
});
|
|
};
|
|
/* harmony default export */ var Learning = ((0,_umi_production_exports.connect)(function (_ref3) {
|
|
var user = _ref3.user;
|
|
return {
|
|
user: user
|
|
};
|
|
})(Home));
|
|
;// CONCATENATED MODULE: ./src/pages/index.tsx
|
|
|
|
var pages_excluded = ["loading", "globalSetting", "children", "user", "dispatch", "location"];
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
var SimpleLayouts = function SimpleLayouts(_ref) {
|
|
var loading = _ref.loading,
|
|
globalSetting = _ref.globalSetting,
|
|
children = _ref.children,
|
|
user = _ref.user,
|
|
dispatch = _ref.dispatch,
|
|
location = _ref.location,
|
|
props = objectWithoutProperties_default()(_ref, pages_excluded);
|
|
var loca = (0,_umi_production_exports.useLocation)();
|
|
var payload = (0,Header/* getCourseParam */.g)();
|
|
var globalLoading = globalSetting.globalLoading;
|
|
(0,_react_17_0_2_react.useEffect)(function () {
|
|
// window.less.modifyVars({
|
|
// ...themes[globalSetting.theme]
|
|
// })
|
|
}, [globalSetting.theme]);
|
|
return /*#__PURE__*/(0,jsx_runtime.jsxs)(config_provider/* default */.ZP, {
|
|
locale: zh_CN/* default */.Z,
|
|
children: [!globalSetting.isIlearning && /*#__PURE__*/(0,jsx_runtime.jsx)(Index, {}), globalSetting.isIlearning && /*#__PURE__*/(0,jsx_runtime.jsx)(Learning, {})]
|
|
});
|
|
};
|
|
/* harmony default export */ var pages = ((0,_umi_production_exports.connect)(function (_ref2) {
|
|
var loading = _ref2.loading,
|
|
globalSetting = _ref2.globalSetting,
|
|
user = _ref2.user;
|
|
return {
|
|
loading: loading,
|
|
globalSetting: globalSetting,
|
|
user: user
|
|
};
|
|
})(SimpleLayouts));
|
|
|
|
/***/ })
|
|
|
|
}]); |