xinsi_book/public/index.html

54 lines
2.1 KiB
HTML
Raw Permalink Normal View History

2024-06-11 08:14:31 +00:00
<!DOCTYPE html>
<html lang="">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
2025-07-19 10:09:01 +00:00
<!-- <meta name="viewport" content="width=device-width,initial-scale=1.0"> -->
<meta name="viewport" content="width=device-width,initial-scale=1.0,minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
2025-06-12 09:07:59 +00:00
<!-- <link rel="icon" href="<%= BASE_URL %>favicon.ico"> -->
2025-10-23 02:39:42 +00:00
<link rel="icon" href="/favicon.ico">
2025-06-12 09:07:59 +00:00
2024-09-13 05:22:40 +00:00
<!-- <link rel="https://axdbook.zxkedu.com/bundles/app/images/zwsjimg2_06.png"> -->
2024-09-12 01:20:48 +00:00
<!-- <title><%= htmlWebpackPlugin.options.title %></title> -->
2025-01-08 11:00:20 +00:00
<title>数字教材</title>
2024-06-11 08:14:31 +00:00
</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>
2025-04-08 10:38:57 +00:00
<!-- 以下代码请放入前端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>
2025-01-08 11:00:20 +00:00
<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>
2024-09-13 05:22:40 +00:00
<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")
2025-01-08 11:00:20 +00:00
||window.location.hostname.includes("zyxdbook")
2024-09-13 05:22:40 +00:00
||window.location.hostname.includes("local")
){
// if (window.location.hostname.includes("local")){
2025-01-08 11:00:20 +00:00
// document.title = "电子书阅读"
2024-09-13 05:22:40 +00:00
link.href = "../favicon.ico"
console.log(window.location.hostname)
}
}
setFavion()
</script>
2024-06-11 08:14:31 +00:00
<div id="app"></div>
<!-- built files will be auto injected -->
</body>
</html>