forked from DrayChou/ukagaka
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
71 lines (71 loc) · 3.41 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>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>Ukagaka by Sddtc</title>
<link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/pygment_trac.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<script src="javascripts/respond.js"></script>
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!--[if lt IE 8]>
<link rel="stylesheet" href="stylesheets/ie.css">
<![endif]-->
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
</head>
<body>
<div id="header">
<nav>
<li class="fork"><a href="https://github.com/universe-white-chief/ukagaka">View On GitHub</a></li>
</nav>
</div><!-- end header -->
<div class="wrapper">
<section>
<div id="title">
<h1>Ukagaka</h1>
<p>僞春菜版本的小萝莉</p>
<hr>
<span class="credits left">Project maintained by <a href="https://github.com/sddtc">Sddtc</a></span>
<span class="credits right">Hosted on GitHub Pages — Theme by mattgraham</span>
</div>
<article class="markdown-body entry-content" itemprop="mainContentOfPage"><h1>
<a name="ukagaka" class="anchor" href="#ukagaka"><span class="octicon octicon-link"></span></a>ukagaka</h1>
<p>來自 <a href="http://www.lmyoaoa.com/inn/archives/4504/">http://www.lmyoaoa.com/inn/archives/4504/</a> 的僞春菜</p>
<p>原作者 <a href="http://www.lmyoaoa.com/inn/">油饼小明猪</a></p>
<p>该项目原先为 php 的程序,在问过原作者的后,我把它拔下来,改成了纯静态的项目。</p>
<h1>
<a name="%E4%BF%AE%E6%94%B9%E5%86%85%E5%AE%B9%E5%A6%82%E4%B8%8B" class="anchor" href="#%E4%BF%AE%E6%94%B9%E5%86%85%E5%AE%B9%E5%A6%82%E4%B8%8B"><span class="octicon octicon-link"></span></a>修改内容如下:</h1>
<ol>
<li>封装成对象</li>
<li>将原项目分开成 wcc 和 ghost 两部分,以方便以后添加 ghost</li>
<li>封装进一个 js 文件中</li>
</ol>
</article>
</section>
</div>
<!--[if !IE]><script>fixScale(document);</script><![endif]-->
<link type="text/css" href="https://rawgit.com/universe-white-chief/ukagaka/master/css/style.css" rel="stylesheet">
<script type="text/javascript" src="https://rawgit.com/universe-white-chief/ukagaka/master/js/common.js"></script>
<script type="text/javascript">
var http_base = "https://rawgit.com/universe-white-chief/ukagaka/master/";
WCC.init({
'_site_path': http_base, //站点地址,用这个地址来拼接引入 ghost
'_weichuncai_path': http_base + "data.json", //请求的用户数据文件地址
'imagewidth': "240",
'imageheight': "240",
'ghost': "default",
'talkself_user': [
["平湖断的是海底月, 玉泉追的是心上人.", "2"],
["看到你的那一刻, 窝仿佛星楼水月一起交.", "2"],
["每个疏影横斜都是想拉近和你的距离", "3"],
["女人,你就是我的生死劫.", "3"],
["亢龙有悔, 爱你有悔", "3"]
["我喜欢你, 就像冰心电你, 不讲道理~", "3"]
]
});
</script>
</body>
</html>