1 Star 0 Fork 1

IcyFeather/SCU-WFW-AutoCard

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
add.php 1.39 KB
一键复制 编辑 原始数据 按行查看 历史
皮卡丘 提交于 2020-08-20 12:33 . V1.0.0 完善了前端
<html>
<head>
<title>SCU自动打卡系统</title>
<meta name="viewport" content="width=device-width,initial-scale=1.8, minimum-scale=1.8 maximum-scale=1.8, user-scalable=no"/>
</head>
<body>
<h2>SCU自动打卡系统</h2>
<h3>步骤一</h3>
<a href="https://wfw.scu.edu.cn/ncov/wap/default/index">前往微服务</a>确认学号和密码
<h3>步骤二</h3>
<form action="new.php" method="post">
<br />
<div class="">
<input name='user' type="text" placeholder="学号">
</div>
<br />
<div class="">
<input name='pass' type="password" placeholder="密码">
</div>
<br />
<div class="">
<input name='mail' type="mail" placeholder="邮箱">
</div>
<br />
<div class="">
<div style="display:inline">邮件通知:</div>
<select name='sets' disabled="disabled">
<option value="1">总是发送邮件</option>
<option value="0">永不发送邮件</option>
<option value="2">失败时才发送</option>
</select>
</div>
<br />
<button type="submit">确认上述信息无误,提交数据</button>
</form>
</body>
</html>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mengzhuo2023/SCU-WFW-AutoCard.git
git@gitee.com:mengzhuo2023/SCU-WFW-AutoCard.git
mengzhuo2023
SCU-WFW-AutoCard
SCU-WFW-AutoCard
master

搜索帮助