build
This commit is contained in:
parent
de735ea9b8
commit
27d5f06748
111
index.html
111
index.html
|
@ -1,31 +1,23 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en" class="notranslate" translate="no">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta http-equiv="Cache-Control" content="max-age=604800" />
|
||||
<meta content="always" name="referrer" />
|
||||
<meta name="renderer" content="webkit" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE9" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,Chrome=1" />
|
||||
<!DOCTYPE html><html lang="en" class="notranslate" translate="no"><head>
|
||||
<meta charset="UTF-8">
|
||||
<meta http-equiv="Cache-Control" content="max-age=604800">
|
||||
<meta content="always" name="referrer">
|
||||
<meta name="renderer" content="webkit">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE9">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,Chrome=1">
|
||||
<!-- <meta name="viewport" content="width=device-width, initial-scale=1"> -->
|
||||
<meta http-equiv="Cache-Control" content="no-transform" />
|
||||
<meta name="format-detection" content="telephone=no" />
|
||||
<meta name="viewport" content="width=1226" />
|
||||
<meta http-equiv="Cache-Control" content="no-transform">
|
||||
<meta name="format-detection" content="telephone=no">
|
||||
<meta name="viewport" content="width=1226">
|
||||
<title>GitLink</title>
|
||||
<meta
|
||||
name="keywords"
|
||||
content="头歌,EduCoder,信息技术实践教学,精品课程网,慕课MOOC"
|
||||
/>
|
||||
<meta name="google" content="notranslate" />
|
||||
<meta http-equiv="Content-language" content="en" />
|
||||
<meta name="keywords" content="头歌,EduCoder,信息技术实践教学,精品课程网,慕课MOOC">
|
||||
<meta name="google" content="notranslate">
|
||||
<meta http-equiv="Content-language" content="en">
|
||||
<!-- <meta name="Keywords" content="实践课程,项目实战,java实训,python实战,人工智能技术,后端开发学习,移动开发入门">
|
||||
<meta name="Keywords" content="翻转课堂,高效课堂创建,教学模式">
|
||||
<meta name="Keywords" content="实践项目,python教程,C语言入门,java书,php后端开发,app前端开发,数据库技术">
|
||||
<meta name="Keywords" content="在线竞赛,计算机应用大赛,编程大赛,大学生计算机设计大赛,全国高校绿色计算机大赛"> -->
|
||||
<meta
|
||||
name="description"
|
||||
content="头歌(EduCoder)是信息技术类实践教学平台。头歌(EduCoder)涵盖了计算机、大数据、云计算、人工智能、软件工程、物联网等专业课程。超60000个实训案例,建立学、练、评、测一体化实验环境。"
|
||||
/>
|
||||
<meta name="description" content="头歌(EduCoder)是信息技术类实践教学平台。头歌(EduCoder)涵盖了计算机、大数据、云计算、人工智能、软件工程、物联网等专业课程。超60000个实训案例,建立学、练、评、测一体化实验环境。">
|
||||
<!-- <meta name="Description"
|
||||
content="EduCoder实践课程,旨在于通过企业级实战实训案例,帮助众多程序员提升各项业务能力。解决学生、学员、企业员工等程序设计能力、算法设计能力、问题求解能力、应用开发能力、系统运维能力等。">
|
||||
<meta name="Description"
|
||||
|
@ -33,55 +25,44 @@
|
|||
<meta name="Description" content="EduCoder实践项目为单个知识点关卡实践训练,帮助学生巩固单一弱点,强化学习。" >
|
||||
<meta name="Description" content="EduCoder实践教学平台,各类大赛为进一步提高各类学生综合运用高级语言程序设计能力,培养创新意识和实践探索精神,发掘优秀软件人才。" > -->
|
||||
<!--[if IE]>
|
||||
<script>
|
||||
window.location.replace("/upgrade-browser.html");
|
||||
</script>
|
||||
<script>
|
||||
window.location.replace('/upgrade-browser.html');
|
||||
</script>
|
||||
<![endif]-->
|
||||
<script>
|
||||
window.ENV = "build";
|
||||
if (window.ENV !== "dev") {
|
||||
console.log = new Function();
|
||||
}
|
||||
function IEVersion() {
|
||||
var userAgent = navigator.userAgent; //取得浏览器的userAgent字符串
|
||||
var isIE =
|
||||
userAgent.indexOf("compatible") > -1 &&
|
||||
userAgent.indexOf("MSIE") > -1; //判断是否IE<11浏览器
|
||||
var isEdge = userAgent.indexOf("Edge") > -1 && !isIE; //判断是否IE的Edge浏览器
|
||||
var isIE11 =
|
||||
userAgent.indexOf("Trident") > -1 &&
|
||||
userAgent.indexOf("rv:11.0") > -1;
|
||||
if (isIE || isIE11) {
|
||||
window.location.replace("/upgrade-browser.html");
|
||||
window.ENV = 'build';
|
||||
if (window.ENV !== 'dev') {
|
||||
console.log = new Function;
|
||||
}
|
||||
}
|
||||
IEVersion();
|
||||
function IEVersion() {
|
||||
var userAgent = navigator.userAgent; //取得浏览器的userAgent字符串
|
||||
var isIE = userAgent.indexOf("compatible") > -1 && userAgent.indexOf("MSIE") > -1; //判断是否IE<11浏览器
|
||||
var isEdge = userAgent.indexOf("Edge") > -1 && !isIE; //判断是否IE的Edge浏览器
|
||||
var isIE11 = userAgent.indexOf('Trident') > -1 && userAgent.indexOf("rv:11.0") > -1;
|
||||
if (isIE || isIE11) {
|
||||
window.location.replace('/upgrade-browser.html');
|
||||
}
|
||||
}
|
||||
IEVersion();
|
||||
</script>
|
||||
<link rel="stylesheet" href="/umi.2a6c1850.css" />
|
||||
<script>
|
||||
window.routerBase = "/";
|
||||
</script>
|
||||
<script>
|
||||
//! umi version: 3.2.17
|
||||
</script>
|
||||
</head>
|
||||
<link rel="stylesheet" href="/umi.2a6c1850.css"><script>
|
||||
window.routerBase = "/";
|
||||
</script>
|
||||
<script>
|
||||
//! umi version: 3.2.17
|
||||
</script></head>
|
||||
|
||||
<body>
|
||||
<div style="position: absolute; top: -2000px;">
|
||||
<img
|
||||
src="https://ali-cdn.educoder.net/images/avatars/LaboratorySetting/1nav?t=1609921874"
|
||||
title="头歌"
|
||||
/>
|
||||
<body>
|
||||
<div style="position: absolute;top: -2000px;">
|
||||
<img src="https://ali-cdn.educoder.net/images/avatars/LaboratorySetting/1nav?t=1609921874" title="头歌">
|
||||
</div>
|
||||
<div id="root">
|
||||
</div>
|
||||
<div id="root"></div>
|
||||
<div style="display: none;">
|
||||
<script
|
||||
type="text/javascript"
|
||||
src="https://v1.cnzz.com/z_stat.php?id=1279928836&web_id=1279928836"
|
||||
></script>
|
||||
<script type="text/javascript" src="https://v1.cnzz.com/z_stat.php?id=1279928836&web_id=1279928836"></script>
|
||||
</div>
|
||||
<script>
|
||||
window.gtag = new Function();
|
||||
window.gtag = new Function;
|
||||
</script>
|
||||
<!-- Global site tag (gtag.js) - Google Analytics -->
|
||||
<!-- <script async src="https://www.googletagmanager.com/gtag/js?id=UA-198293321-1"></script>
|
||||
|
@ -93,6 +74,6 @@
|
|||
gtag('config', 'UA-198293321-1');
|
||||
</script> -->
|
||||
|
||||
<script src="/umi.f1f6e279.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
||||
<script src="/umi.0c160fd4.js"></script></body></html>
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load Diff
|
@ -55,7 +55,7 @@
|
|||
/*! ModuleConcatenation bailout: Cannot concat with ./node_modules/omit.js/es/index.js */
|
||||
/*! ModuleConcatenation bailout: Cannot concat with ./node_modules/rc-util/es/Children/toArray.js */
|
||||
/*! ModuleConcatenation bailout: Cannot concat with ./node_modules/rc-util/es/Dom/findDOMNode.js */
|
||||
/*! ModuleConcatenation bailout: Cannot concat with ./node_modules/rc-util/es/omit.js because of ./node_modules/rc-tabs/node_modules/rc-menu/es/Menu.js */
|
||||
/*! ModuleConcatenation bailout: Cannot concat with ./node_modules/rc-util/es/omit.js because of ./node_modules/rc-tabs/node_modules/rc-menu/es/MenuItem.js */
|
||||
/*! ModuleConcatenation bailout: Cannot concat with ./node_modules/rc-util/es/ref.js */
|
||||
/*! ModuleConcatenation bailout: Cannot concat with ./node_modules/rc-util/es/warning.js */
|
||||
/*! ModuleConcatenation bailout: Cannot concat with ./node_modules/react/index.js (<- Module is not an ECMAScript module) */
|
||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue