-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcommonelem.js
33 lines (33 loc) · 1.63 KB
/
commonelem.js
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
const common = {
title: `
<nav class="navbar navbar-default navbar-static-top">
<div class="container-fluid">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse"
data-target="#bs-example-navbar-collapse-1" aria-expanded="false">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#">明日方舟作业帮</a>
</div>
</div><!-- /.container-fluid -->
</nav>
`,
bottom: `
<nav class="m-bottom-bar">
<div class="container">
© 2019
<a href="https://github.com/maliut" target="_blank">@maliut</a>
<a href="https://github.com/FinZhang" target="_blank">@fin</a>
<a href="https://github.com/Xraigor" target="_blank">@Xraigor</a> |
<a href="https://github.com/maliut/arknights" target="_blank"><i class="icon-github"></i><a>
<a href="https://weibo.com/maliut" target="_blank"><i class="icon-sina-weibo"></i><a>
<a tabindex="0" role="button" data-toggle="popover" data-placement="top" data-trigger="focus" data-html="true"
data-content="<img src='mp.jpg' style='width:150px;height:150px'></img>"><i class="icon-wechat"></i></a>
<span id='cnzz_stat_icon_1278049350'></span><script src='https://v1.cnzz.com/z_stat.php?id=1278049350&show=pic1' type='text/javascript'></script>
</div>
</nav>
`
};