forked from tdouguo/pic
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·71 lines (66 loc) · 3.93 KB
/
index.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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
<!doctype html>
<!DOCTYPE html><html><head><meta charset="utf-8">
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, shrink-to-fit=no, viewport-fit=cover">
<title>多合一图床 - Cdn图床,百度图床,阿里图床,京东图床,搜狗图床,搜狐图床,QQ图床,58图床,头条图床,网易图床,360图床,葫芦侠图床-OLEOU</title>
<link rel="shortcut icon" href="/img/32.png">
<link rel="stylesheet" href="/css/style.css">
<script src="https://lib.baomitu.com/jquery/3.6.0/jquery.min.js"></script>
<script src="/js/file.js"></script>
</head>
<body>
<input id="file" type="file" multiple="multiple" style="display: none;">
<div class="container">
<div class="upload">
<div class="title">开始上传
<select id="type" value="ali">
<option value="tt">头条图床</option>
<option value="qq">QQ图床</option>
<option value="ali">阿里图床</option>
<option value="jd">京东图床</option>
<option value="sg">搜狗图床</option>
<option value="c58">58 图床</option>
<option value="wy">网易图床</option>
<option value="sh">搜狐图床</option>
<option value="hl">葫芦侠图床</option>
<option value="kefu">KF 图床</option>
<option value="qihoo">360 图床</option>
<option value="catbox">猫盒图床</option>
<option value="muke">慕课图床</option>
<option value="gtimg">极图图床</option>
<option value="vxichina">微聊图床</option>
</select>
</div>
<div class="content" id="dragbox">
<svg class="icon" viewBox="0 0 1335 1024" version="1.1" xmlns="https://www.w3.org/2000/svg">
<path d="M1097.060174 392.125217C1073.730783 172.966957 893.261913 0.378435 666.089739 0.378435c-227.127652 0-415.610435 171.920696-430.948174 391.746782C101.910261 415.454609 0 525.356522 0 666.601739c0 149.147826 125.239652 274.476522 274.476522 274.476522h195.828869v-78.669913H274.476522a193.691826 193.691826 0 0 1-195.940174-195.806609c0-102.021565 70.678261-180.580174 172.588522-195.917913l54.561391-8.013913 8.013913-62.553043c16.005565-180.580174 172.588522-321.157565 352.389565-321.157566 180.580174 0 337.029565 141.356522 352.389565 321.157566v62.553043l62.664348 8.013913c101.910261 16.005565 172.477217 93.896348 172.477218 195.917913 0 109.901913-85.904696 195.806609-195.806609 195.806609h-195.917913v78.580869h196.029217c149.147826 0 274.476522-125.261913 274.476522-274.476521 0-141.133913-101.999304-259.072-235.25287-274.387479" p-id="2345" fill="#909399"></path>
<path d="M612.218435 364.766609l1.335652 2.003478L389.698783 590.58087l55.229217 55.362782 181.938087-181.938087V1018.88h78.558609v-78.58087h156.471652-156.471652V458.039652l183.808 183.919305 55.340521-55.340522-277.147826-277.058783-55.229217 55.229218z m-141.913044 575.666087h156.471652-156.716521 0.222608z" p-id="2346" fill="#909399"></path>
</svg>
<p class="desc">点击上传 / 粘贴上传 / 拖拽上传</p>
<p class="desc">图片大小≤5M</p>
</div>
</div>
<div class="filelist">
<div class="title">上传列表
<div class="copyall" style="display:none">
<button onclick="copyAll(this);" name="result" id="_url">URL</button>
<button onclick="copyAll(this);" name="result" id="_html">HTML</button>
<button onclick="copyAll(this);" name="result" id="_Ubb">UBB</button>
<button onclick="copyAll(this);" name="result" id="_markdown">MD</button>
</div>
</div>
<div class="list"></div>
</div>
</div>
<div id="footer" style="position:fixed;width: 100%;text-align: center;bottom: 0px;display: block;">
<div style="height: 20px">
<p style="color:#000;">您的IP:
<script src="https://pv.sohu.com/cityjson?ie=utf-8"></script>
<script>document.write(returnCitySN["cname"]+" | "+returnCitySN["cip"])</script>
切勿传输违反国家法规的图片和个人隐私图片
<!--| <a style="text-decoration:none;" href="https://github.com/tdouguo/pic">Github</a>
| <a style="text-decoration:none;" href="https://www.oleou.com/">OLEOU</a>
| <a style="text-decoration:none;" href="https://image.kieng.cn/">kieng</a>-->
</p>
</div>
</div
</body></html>