3 Star 84 Fork 27

于金金 / koi-screen-plus

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
index.html 495 Bytes
一键复制 编辑 原始数据 按行查看 历史
于金金 提交于 2023-03-21 13:33 . 1、vue3代码重构完成
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Koi-Screen</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
<style>
html,body,#app{
padding: 0px;
margin: 0px;
height: 100%;
box-sizing: border-box;
}
</style>
</html>
Java
1
https://gitee.com/BigCatHome/koi-screen-plus.git
git@gitee.com:BigCatHome/koi-screen-plus.git
BigCatHome
koi-screen-plus
koi-screen-plus
master

搜索帮助