ai-live/index.html
CN-P5 99a333ab4e
All checks were successful
部署到腾讯云 / build-and-push (push) Successful in 6s
js和css本地放置
2025-05-12 08:24:31 +08:00

39 lines
1.0 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>微果AI无人直播场控</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="description" content="Description">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
<link rel="stylesheet" href="./lib/vue.css">
</head>
<body>
<div id="app"></div>
<script>
window.$docsify = {
name: '微果AI无人直播场控',
repo: '',
loadSidebar: true,
loadNavbar: true,
subMaxLevel: 2,
formatUpdated: '{MM}/{DD} {HH}:{mm}',
formatUpdated: function (time) {
return time;
},
coverpage: true,
logo: './images/logo.png',
}
</script>
<script>
if (typeof navigator.serviceWorker !== 'undefined') {
navigator.serviceWorker.register('sw.js')
}
</script>
<!-- Docsify v4 -->
<script src="./lib/docsify@4.js"></script>
<script src="./lib/emoji.min.js"></script>
<script src="./lib/docsify-copy-code.min.js"></script>
</body>
</html>