6 Star 40 Fork 128

PlayEdu / PlayEdu后台界面

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
index.html 466 Bytes
一键复制 编辑 原始数据 按行查看 历史
xxx 提交于 2024-01-08 16:13 . 移除hls.min.js文件
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.ico" />
<meta
name="viewport"
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0"
/>
<title>管理后台</title>
<script src="/js/DPlayer.min.js"></script>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>
TypeScript
1
https://gitee.com/playeduxyz/backend.git
git@gitee.com:playeduxyz/backend.git
playeduxyz
backend
PlayEdu后台界面
main

搜索帮助