51 lines
1.9 KiB
HTML
51 lines
1.9 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="width=device-width,initial-scale=1.0">
|
|
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
|
|
<!-- <link rel="https://axdbook.zxkedu.com/bundles/app/images/zwsjimg2_06.png"> -->
|
|
|
|
<!-- <title><%= htmlWebpackPlugin.options.title %></title> -->
|
|
<title>数字教材</title>
|
|
</head>
|
|
<body>
|
|
<noscript>
|
|
<strong>We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
|
|
</noscript>
|
|
<!-- 以下代码请放入前端html文件的body内 -->
|
|
<script src="https://agi-dev-platform-web.bj.bcebos.com/ai_apaas/embed/output/embedLiteSDK.js?responseExpires=0"></script>
|
|
<script>
|
|
// window.baiduAi = new EmbedLiteSDK({appId: '44425659-f566-4841-a55c-26ade9813ac7', code: 'embedfUR9k5TmycTg2rnWTiqv'});
|
|
</script>
|
|
<script src="./audio/example/fast-xml-parser.min.js"></script>
|
|
<script src="./audio/example/crypto-js.js"></script>
|
|
<script src="./audio/recorder/index.umd.js"></script>
|
|
<script src="./marked.min.js"></script>
|
|
<script>
|
|
|
|
setFavion = () => {
|
|
var link = document.querySelector("link[rel*='icon']")
|
|
// <link rel="icon" href="https://axdbook.zxkedu.com/bundles/app/images/zwsjimg2_06.png">
|
|
if (window.location.hostname.includes("axdbook")
|
|
||window.location.hostname.includes("zyxdbook")
|
|
||window.location.hostname.includes("local")
|
|
){
|
|
// if (window.location.hostname.includes("local")){
|
|
|
|
// document.title = "电子书阅读"
|
|
link.href = "../favicon.ico"
|
|
console.log(window.location.hostname)
|
|
}
|
|
|
|
}
|
|
|
|
setFavion()
|
|
|
|
</script>
|
|
<div id="app"></div>
|
|
<!-- built files will be auto injected -->
|
|
</body>
|
|
</html>
|