1 Star 0 Fork 17

陈天 / 快验网络验证系统web后台代理端

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
index.html 736 Bytes
一键复制 编辑 原始数据 按行查看 历史
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<title>代理平台</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>
<style>
html, body, #app {
height: 100%;
margin:0 ;
padding:0 ;
background-attachment: fixed;
/*消除侧边栏*/
overflow: hidden;
font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, 微软雅黑, Arial, sans-serif;
}
* {
margin: 0;
padding: 0;
outline: none;
-webkit-tap-highlight-color: rgba(0,0,0,0)
}
</style>
1
https://gitee.com/hakwolf/KuaiYanWebAgent.git
git@gitee.com:hakwolf/KuaiYanWebAgent.git
hakwolf
KuaiYanWebAgent
快验网络验证系统web后台代理端
快验web代理端

搜索帮助