-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathshop.html
237 lines (209 loc) · 8.28 KB
/
shop.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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
<!DOCTYPE html>
<!-- saved from url=(0046)https://semantic-ui.com/examples/homepage.html -->
<html lang="zh"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<!-- Standard Meta -->
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0">
<!-- Site Properties -->
<title>{{title}} - {{file_name}}</title>
<link rel="shortcut icon" href="/image?id=logo.ico">
<link rel="stylesheet" type="text/css" href="/css/shouye_files/reset.css">
<link rel="stylesheet" type="text/css" href="/css/shouye_files/site.css">
<link rel="stylesheet" type="text/css" href="/css/shouye_files/container.css">
<link rel="stylesheet" type="text/css" href="/css/shouye_files/grid.css">
<link rel="stylesheet" type="text/css" href="/css/shouye_files/header.css">
<link rel="stylesheet" type="text/css" href="/css/shouye_files/image.css">
<link rel="stylesheet" type="text/css" href="/css/shouye_files/menu.css">
<link rel="stylesheet" type="text/css" href="/css/shouye_files/divider.css">
<link rel="stylesheet" type="text/css" href="/css/shouye_files/dropdown.css">
<link rel="stylesheet" type="text/css" href="/css/shouye_files/segment.css">
<link rel="stylesheet" type="text/css" href="/css/shouye_files/button.css">
<link rel="stylesheet" type="text/css" href="/css/shouye_files/list.css">
<link rel="stylesheet" type="text/css" href="/css/shouye_files/icon.css">
<link rel="stylesheet" type="text/css" href="/css/shouye_files/sidebar.css">
<link rel="stylesheet" type="text/css" href="/css/shouye_files/transition.css">
<link rel="stylesheet" type="text/css" href="/css/Semantic-UI-CSS-master/semantic.css">
<style type="text/css">
.hidden.menu {
display: none;
}
.masthead.segment {
min-height: 700px;
padding: 1em 0em;
}
.masthead .logo.item img {
margin-right: 1em;
}
.masthead .ui.menu .ui.button {
margin-left: 0.5em;
}
.masthead h1.ui.header {
margin-top: 3em;
margin-bottom: 0em;
font-size: 4em;
font-weight: normal;
}
.masthead h2 {
font-size: 1.7em;
font-weight: normal;
}
.ui.vertical.stripe {
padding: 8em 0em;
}
.ui.vertical.stripe h3 {
font-size: 2em;
}
.ui.vertical.stripe .button + h3,
.ui.vertical.stripe p + h3 {
margin-top: 3em;
}
.ui.vertical.stripe .floated.image {
clear: both;
}
.ui.vertical.stripe p {
font-size: 1.33em;
}
.ui.vertical.stripe .horizontal.divider {
margin: 3em 0em;
}
.quote.stripe.segment {
padding: 0em;
}
.quote.stripe.segment .grid .column {
padding-top: 5em;
padding-bottom: 5em;
}
.footer.segment {
padding: 5em 0em;
}
.secondary.pointing.menu .toc.item {
display: none;
}
@media only screen and (max-width: 700px) {
.ui.fixed.menu {
display: none !important;
}
.secondary.pointing.menu .item,
.secondary.pointing.menu .menu {
display: none;
}
.secondary.pointing.menu .toc.item {
display: block;
}
.masthead.segment {
min-height: 350px;
}
.masthead h1.ui.header {
font-size: 2em;
margin-top: 1.5em;
}
.masthead h2 {
margin-top: 0.5em;
font-size: 1.5em;
}
}
</style>
<script src="/css/shouye_files/jquery.min.js"></script>
<script src="/css/shouye_files/visibility.js"></script>
<script src="/css/shouye_files/sidebar.js"></script>
<script src="/css/shouye_files/transition.js"></script>
<script src="/css/Semantic-UI-CSS-master/semantic.js"></script>
<script>
$(document)
.ready(function() {
// fix menu when passed
$('.masthead')
.visibility({
once: false,
onBottomPassed: function() {
$('.fixed.menu').transition('fade in');
},
onBottomPassedReverse: function() {
$('.fixed.menu').transition('fade out');
}
})
;
// create sidebar and attach to menu open
$('.ui.sidebar')
.sidebar('attach events', '.toc.item')
;
})
;
</script>
</head>
<body class="pushable">
<!-- Following Menu -->
<!-- Sidebar Menu -->
<div class="ui vertical inverted sidebar menu left">
<a class="toc item" >关闭小菜单</a>
<a class="item" href="/document">文档</a>
<a class="item" href="/user">用户中心</a>
<a class="item" href="/download">下载</a>
<a class="item" href="/tool">工具</a>
<a class="item" href="/shop">商店</a>
</div>
<!-- Page Contents -->
<div class="pusher">
<div class="ui large top menu" style="display: flex !important;">
<div class="ui container">
<a class="toc item" >
<img class="logo" src="/image?id=logo.ico" />
{{title}}
</a>
<a href="/" class="item">首页</a>
<a href="/document" class="item">文档</a>
<a class="item" href="/user">用户中心</a>
<a class="item" href="/download">下载</a>
<div class="right menu">
</div>
</div>
</div>
<div class="ui mini steps">
{% raw list_tell %}
</div>
<br>
<!--正文-->
{% raw file_txt %}
<!--末尾-->
<div class="ui inverted vertical footer segment">
<div class="ui container">
<div class="ui stackable inverted divided equal height stackable grid">
<div class="three wide column">
<h4 class="ui inverted header">About</h4>
<div class="ui inverted link list">
<a href="/document/DotCS介绍/什么是DotCS.html" class="item">什么是 DotCS?</a>
<a href="/document/DotCS介绍/为何选择DotCS.html" class="item">为何选择 DotCS?</a>
<a href="/document/DotCS介绍/我该如何购买DotCS.html" class="item">我该如何购买 DotCS?</a>
<a href="/document/DotCS介绍/DotCS是开源的嘛.html" class="item">DotCS 是开源的嘛?</a>
<a href="/document/DotCS介绍/QQ群机器人部署支持.html" class="item">如何部署 DotCS Q群机器人到自己的QQ群?</a>
<a href="/document/DotCS介绍/DotCS版权归属.html" class="item">DotCS 版权归属</a>
</div>
</div>
<div class="three wide column">
<h4 class="ui inverted header">友情链接</h4>
<div class="ui inverted link list">
<a href="https://mcppl.art" title="DotCS 官方文档网站" class="item">mcppl</a>
<a href="https://cbergit.com/" title="cbergit 论坛,让一切思路皆有意义" class="item">cbergit</a>
<a href="https://fastbuilder.pro/" title="FB官方网站" class="item">fastbuilder</a>
</div>
</div>
<div class="three wide column">
<h4 class="ui inverted header">官方群聊</h4>
<div class="ui inverted link list">
<a href="https://qm.qq.com/cgi-bin/qm/qr?k=8xTzozjIg3vS0aFJG_ToyM6xcGy7cYd1&jump_from=webapi&authKey=Axnc7C5hI4wCvgUbZtD5Dieu/1VFvbCCbky83na2gv3lbvMitZykCTK90A0FqzPU" class="item">扫码或点击链接加群</a>
<img src="/image?id=qrcode-302.png" class="item" style="width: 100px;">
</div>
</div>
<div class="seven wide column">
<h4 class="ui inverted header">如何加入我们</h4>
<p>只要您具备一定的编程水平即可加入我们,具体方式请扫码入群咨询群主</p>
</div>
<p class="m-opacity m-text-thin m-text-spacing">Copyright@2022-2022 By DotCS<br></p>
<p class="m-opacity m-text-thin m-text-spacing">备案号: <a href="https://beian.miit.gov.cn/">赣ICP备2023000840号-1<br></a></p>
<p class="m-opacity m-text-thin m-text-spacing">"Minecraft" 以及 "我的世界" 为 Mojang Synergies AB 的商标 | 本站与 Mojang 及 Microsoft(微软公司) 没有从属关系。
本站原创图文内容版权属于原创作者,未经许可不得转载。</p>
</div>
</div>
</div>
</div>
</body></html>