-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path小工具文档.html
30 lines (29 loc) · 1.25 KB
/
小工具文档.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<!DOCTYPE html>
<head>
<meta charset="utf-8">
<link href="QQ图片20230130195129.ico" rel="icon">
<link rel="stylesheet" href="界面优化.css">
<title>小工具文档</title>
</head>
<body>
<h1>注:播放音乐时记得关闭IDM!</h1>
<audio autoplay="autoplay" loop="loop" controls="controls" preload="auto" src="Right_Above_It.mp3"></audio>
<div class="help">
<h1>小工具功能列表</h1>
<ul>
<li><p>主要功能:</p></li>
<li><p>功能1:计算器(分为两种:点击式和输入式)</p></li>
<li><p>功能2:写文件</p></li>
<li><p>功能3:生成手机参数</p></li>
<li><p>功能4:刷屏鸡</p></li>
<li><p>功能5:连点器</p></li>
<li><p>功能7:自动翻页器</p></li>
<li><p>功能8:摩斯密码加密</p></li>
<li><p>功能9:发消息(内网)</p></li>
<li><p>功能10:发邮件</p></li>
<li><p>功能11:pip安装python模块</p></li>
<li><p>功能12:python新手写代码</p></li>
</ul>
<p><button><a href="https://github.com/jingcygz/Target">链接</a></button></p>
</div>
</body>