-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
78 lines (77 loc) · 4.4 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
72
73
74
75
76
77
78
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>原创快捷指令集合</title>
<meta name="keywords" content="快捷指令,shortcuts,捷径,workflow">
<meta name="description" content="bmqy原创的快捷指令集合">
<link rel="icon" href="https://bmqy.github.io/favicon.ico" type="image/x-icon">
<link href="https://cdn.bootcdn.net/ajax/libs/tailwindcss/2.2.7/tailwind.min.css" rel="stylesheet">
<style>
html{
background: url(http://image.bmqy.net/upload/bg.jpg) repeat;
}
.thumb-box{
width: 300px;
height: 180px;
margin-bottom: 15px;
}
.thumb{
width: 300px;
height: 150px;
background-repeat: no-repeat;
background-position: center;
background-size: contain;
}
</style>
</head>
<body>
<div class="container mx-auto text-center">
<div class="grid grid-cols-1">
<img class="mx-auto py-10" src="https://help.apple.com/assets/6008E0798215C647F71CD25A/6008E0808215C647F71CD268/zh_CN/d230a25cb974f8908871af04caad89a1.png" width="200" height="200" alt="快捷指令">
<h1 class="text-lg font-bold py-1.5">快捷指令</h1>
<p class="text-gray-700 py-3.5">此项目主要为bmqy原创、及网络收集的快捷指令规则,和与快捷指令相关的文档资料的收集。</p>
</div>
<div class="my-5 border-b border-dotted border-blue-200"></div>
<div class="grid grid-cols-5 gap-4">
<a class="thumb-box" target="_blank" href="https://www.icloud.com/shortcuts/23eadbe3447141589573d520f1564522" title="捷径库">
<div class="thumb" style="background-image: url(http://image.bmqy.net/upload/IMG_2860.PNG);"></div>
<p class="text-gray-700 font-bold-500 py-1.5">捷径库</p>
</a>
<a class="thumb-box" target="_blank" href="https://www.icloud.com/shortcuts/38a399ddabee4781810605463ac724ea" title="微博热搜榜">
<div class="thumb" style="background-image: url(http://image.bmqy.net/upload/IMG_2857.PNG);"></div>
<p class="text-gray-700 font-bold-500 py-1.5">微博热搜榜</p>
</a>
<a class="thumb-box" target="_blank" href="https://www.icloud.com/shortcuts/350318da490f41609b1bb078077513af" title="自动壁纸">
<div class="thumb" style="background-image: url(http://image.bmqy.net/upload/IMG_2859.PNG);"></div>
<p class="text-gray-700 font-bold-500 py-1.5">自动壁纸</p>
</a>
<a class="thumb-box" target="_blank" href="https://www.icloud.com/shortcuts/aa3e472bde9e43f4bd4510ce2561d860" title="我的心愿单">
<div class="thumb" style="background-image: url(http://image.bmqy.net/upload/IMG_2858.PNG);"></div>
<p class="text-gray-700 font-bold-500 py-1.5">我的心愿单</p>
</a>
<a class="thumb-box hover:underline" href="/shortcuts/item/daoban.html" title="倒班闹钟">
<div class="thumb" style="background-image: url(http://image.bmqy.net/upload/IMG_2856.PNG);"></div>
<p class="text-gray-700 font-bold-500 py-1.5">倒班闹钟</p>
</a>
<a class="thumb-box" target="_blank" href="https://www.icloud.com/shortcuts/219bf27976014b49b7b69070efc61d8d" title="法定工作日闹钟">
<div class="thumb" style="background-image: url(http://image.bmqy.net/upload/IMG_2982.PNG);"></div>
<p class="text-gray-700 font-bold-500 py-1.5">法定工作日闹钟</p>
</a>
<a class="thumb-box" target="_blank" href="https://www.icloud.com/shortcuts/1cad8fcf7f0d4a3f97f0a8dd7f79ae79" title="图床">
<div class="thumb" style="background-image: url(https://image.bmqy.net/upload/24FE887C7DD2D0071FC9B0E4F5644610.png);"></div>
<p class="text-gray-700 font-bold-500 py-1.5">图床</p>
</a>
</div>
</div>
<div class="container mx-auto fixed inset-x-0 bottom-1.5">
<div class="text-sm text-gray-400 text-center">
©2016
<a href="http://www.bmqy.net" target="_blank" title="北门清燕">北门清燕</a>
</div>
</div>
</body>
</body>
</html>