Skip to content
This repository has been archived by the owner on May 28, 2020. It is now read-only.

Commit

Permalink
完成云颜文字库,v2.0实装
Browse files Browse the repository at this point in the history
  • Loading branch information
kagurazakayashi committed Oct 18, 2015
1 parent c9d0ef1 commit 793747c
Show file tree
Hide file tree
Showing 19 changed files with 87 additions and 12 deletions.
2 changes: 1 addition & 1 deletion emostore_admin_alldata.php
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
<form name="addnew" method="post" action="emostore_admin_add_do.php">
<table border=0 align="center" width=800><tbody>
<?php
$defvals = ["新增源条目","新建颜文字源","http://",date("Y-m-d",time()),"新增源","匿名","http://","www.","http://","XML1","cloudemoticon://","http://"];
$defvals = ["新增源条目","新建颜文字源","http://",date("Y-m-d",time()),"新增源","匿名","http://","www.","http://","XML1","cloudemoticon://","http://","n"];
for ($j = 0; $j < count($keys); $j++) {
echo "<tr><td>".$keynames[$j]."</td>";
echo "<td><input type=\"text\" name=\"".$keys[$j]."\" value=\"".$defvals[$j]."\"";
Expand Down
33 changes: 30 additions & 3 deletions emostore_admin_cache.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@
while ($row=mysql_fetch_array($query)) {
$arr[] = $row;
}
// $keyerr = count($arr[0]) - count($keys);
// if ($keyerr != 0) {
// die("<hr><p><b>配置键值对不匹配,差异".$keyerr."。</b></p>");
// }
$datetime = date("y-m-d h:i:s",time());
$xmldata = toXml($arr,$keys,$datetime);
savefile($xmldata,"emostore.xml");
Expand All @@ -34,7 +38,12 @@
$yltdata = toYlt($arr,$keys);
savefile($yltdata,"emostore.ylt");
savefile($datetime,"updatetime.txt");
echo "<hr><a href=\"emostore_admin_alldata.php\">返回源管理</a>";
$padata = toPhparray($arr,$keys);
savefile($padata,"phparray.txt");
$padata = toHtml($arr,$keys,$datetime);
savefile($padata,"index.html");

echo "<hr><a href=\"emostore_admin_alldata.php\">返回源管理</a> <b><a href=\"http://emoticon.moe/store/reload.php\">下一步:将内容分发到emoticon.moe</a></b>";

function savefile($data,$filename)
{
Expand Down Expand Up @@ -88,8 +97,8 @@ function toJson($arr,$keys)
//Yashi Lightweight Table
function toYlt($arr,$keys) {
$ylt = "|#t|main|#c";
for ($j = 1; $j < count($keys); $j++) {
$nowkey = $keys[$j];
for ($h = 0; $h < count($keys); $h++) {
$nowkey = $keys[$h];
$ylt = $ylt."|".$nowkey;
}
for ($i = 0; $i < count($arr); $i++) {
Expand All @@ -104,5 +113,23 @@ function toYlt($arr,$keys) {
}
return $ylt;
}

//PHPArray
function toPhparray($arr,$keys) {
$pa = "arr = ".serialize($arr).";; keys = ".serialize($keys).";; ";
return $pa;
}

//HTML
function toHtml($arr,$keys,$datetime) {
$htmla = "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\" \"http://www.w3.org/TR/html4/loose.dtd\"><html><head><meta name=\"viewport\" http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8; initial-scale=1.0, maximum-scale=1.0, user-scalable=no, width=device-width\"><title>Cloud Emoticon Library</title><style type=\"text/css\">body{background-repeat:no-repeat;background-image:url()}</style></head><body bgcolor=\"#133518\" text=\"#CFCFCF\" link=\"#CFCFCF\" vlink=\"#CFCFCF\" alink=\"#FFFFFF\" leftmargin=\"0\" topmargin=\"0\" marginwidth=\"0\" marginheight=\"0\"><div id=\"web_bg\" style=\"position:absolute;width:100%;height:100%;z-index:-1\"><img style=\"position:fixed\" src=\"Background.jpg\" height=\"100%\" width=\"100%\"></div><table width=\"100%\" border=\"0\"><tbody><tr><td height=\"51\" colspan=\"3\" align=\"center\"><p><img src=\"logo.png\" width=\"300\" height=\"79\" alt=\"\"></p></td></tr>";
$htmlc = "<tr><td colspan=\"3\" align=\"center\">(C) 云颜文字社区 2015 / 神楽坂雅詩<br>上次更新日期:".$datetime."<br><a href=\"https://yoooooooooo.com/emoticon/store/admin.php\" target=\"_blank\">后台管理</a>|<a href=\"http://emoticon.moe/\" target=\"_blank\">项目主页</a></td></tr>";
$htmlb = "";
for ($i = 0; $i < count($arr); $i++) {
$arri = $arr[$i];
$htmlb = $htmlb."<tr><td width=\"120\"><img src=\"".$arri["iconurl"]."\" width=\"120\" height=\"120\" alt=\"\"/></td><td><h3>".$arri["name"]."</h3><p>".$arri["postedon"]." ".$arri["creator"]."<br>".$arri["dataformat"]." ".$arri["server"]."<br>".$arri["introduction"]."</p></td><td align=\"center\"><h3><a href=\"".$arri["installurl"]."\"><img src=\"plus.png\" width=\"28\" height=\"28\" alt=\"\"/></a></h3><p><a href=\"".$arri["codeurl"]."\"><img src=\"code.png\" width=\"36\" height=\"28\" alt=\"\"/></a></p></td></tr>";
}
return $htmla.$htmlb.$htmlc;
}
echo $footer;
?></body></html>
4 changes: 2 additions & 2 deletions emostore_admin_sqlsetting.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
$user_table="emostoreadmin";
$data_table="emostore";
$query="set names 'utf-8'";
$keys = ["id","name","iconurl","postedon","introduction","creator","creatorurl","server","serverurl","dataformat","installurl","codeurl"];
$keynames = ["内部ID(只读)","颜文字源名称","图标网址","登记日期","简介","维护者","维护者网站","服务器","服务器提供网址","云颜文字数据格式","软件调用网址","源代码网址"];
$keys = ["id","name","iconurl","postedon","introduction","creator","creatorurl","server","serverurl","dataformat","installurl","codeurl","usergroup"];
$keynames = ["内部ID(只读)","颜文字源名称","图标网址","登记日期","简介","维护者","维护者网站","服务器","服务器提供网址","云颜文字数据格式","软件调用网址","源代码网址","呈现给用户组"];
//<?php echo $footer; ? >
$footer="<hr><center>源商店管理员后台 © 云颜文字团队 2015.<br>源商店 by 神楽坂雅詩,0wew0,神楽坂紫,KT.<br><a href=\"http://www.miitbeian.gov.cn/\" target=\"_blank\" title=\"此处为域名拥有者资料,并非内容提供者信息,请勿使用这些信息干扰他的生活,谢谢理解。如有问题请联系[email protected]\">京ICP备15023313号</a></center>";
?>
File renamed without changes
File renamed without changes
25 changes: 25 additions & 0 deletions statichtml/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Untitled Document</title>
<style type="text/css">
body {
background-color: #D6D6D6;
}
</style>
</head>

<body leftmargin="20" topmargin="20" marginwidth="20" marginheight="20">
<table width="100%" border="0">
<tbody>
<tr>
<td align="center" bgcolor="#E3E3E3"><p>&nbsp;</p>
<h1>云颜文字网站正在维护中</h1>
<p>我们正在更新源商店系统到全新版本</p>
<p>&nbsp;</p></td>
</tr>
</tbody>
</table>
</body>
</html>
File renamed without changes
File renamed without changes
File renamed without changes
13 changes: 7 additions & 6 deletions dev/store.html → statichtml/store.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>store</title>
<title>Cloud Emoticon Library</title>
<style type="text/css">
body {
background-repeat: no-repeat;
Expand All @@ -18,17 +18,16 @@
<table width="100%" border="0">
<tbody>
<tr>
<td height="51" colspan="3" align="center"><p><img src="logo.png" width="300" height="79" alt=""/></p>
<p>序列号:09E868B2C6C346DF8251F22D957C3A54</p></td>
<td height="51" colspan="3" align="center"><p><img src="logo.png" width="300" height="79" alt=""/></p></td>
</tr>
<tr>
<td width="120"><img src="none.gif" width="120" height="120" alt=""/></td>
<td><h3>颜文字源名称</h3>
<p>0000-00-00 KagurazakaYashi<br>
JSONv1 uuu.moe<br>
这是一个开发用的示例源,然而并没什么卯月。</p></td>
<td align="center"><h3><img src="plus.png" width="28" height="28" alt=""/></h3>
<p><img src="code.png" width="36" height="28" alt=""/></p></td>
<td align="center"><h3><a href="#add"><img src="plus.png" width="28" height="28" alt=""/></a></h3>
<p><a href="#code"><img src="code.png" width="36" height="28" alt=""/></a></p></td>
</tr>
<tr>
<td><img src="none.gif" width="120" height="120" alt=""/></td>
Expand All @@ -45,7 +44,9 @@
<td align="center">&nbsp;</td>
</tr>
<tr>
<td colspan="3" align="center">(C) 云颜文字社区 2015 / 神楽坂雅詩</td>
<td colspan="3" align="center">(C) 云颜文字社区 2015 / 神楽坂雅詩<br>
上次更新日期:0000<br>
<a href="https://yoooooooooo.com/emoticon/store/admin.php" target="_blank">后台管理</a><a href="http://emoticon.moe/" target="_blank">项目主页</a></td>
</tr>
</tbody>
</table>
Expand Down
Binary file added 测试等其他东西/csj.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions 测试等其他东西/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@

<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><title>Loading</title></head><body><div align="center"><table border="0" width="100%" cellspacing="0" cellpadding="0" height="100%"><tr><td align="center"><img border="0" src="loading.gif" width="50" height="54"></td></tr></table></div><meta http-equiv=refresh content="1;url=welcome.html"></body></html>
Binary file added 测试等其他东西/kt.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 测试等其他东西/loading.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 测试等其他东西/my.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 19 additions & 0 deletions 测试等其他东西/reload.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<!DOCTYPE html>
<html><head><meta charset="utf-8"><title>云颜文字·源商店:内容分发</title></head><body>
<center>云颜文字·源商店<h1>内容分发</h1></center>
<hr>
<?php
$starturl = "https://yoooooooooo.com/emoticon/store/";
$localdir = getcwd()."/";
$files = ["emostore.xml","emostore.json","emostore.ylt","updatetime.txt","phparray.txt","index.html"];
echo "<hr><p>开始下载资料到".$localdir."...</p>";
for ($i = 0; $i < count($files); $i++) {
$nowfilename = $files[$i];
$url = $starturl.$nowfilename;
$local = $localdir.$nowfilename;
file_put_contents($local,file_get_contents($url))
or die("<hr><p><b>接收分发缓存 <a href=\"".$nowfilename."\" target=\"_blank\">".$nowfilename."</a> 失败。</b></p>");
echo "<hr><p><b>接收分发缓存 <a href=\"".$nowfilename."\" target=\"_blank\">".$nowfilename."</a> 成功。</b></p>";
}
echo "<hr>操作结束。";
?></body></html>
1 change: 1 addition & 0 deletions 测试等其他东西/welcome.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<!DOCTYPE html><html><head data-gwd-animation-mode="proMode"><meta name="GCD" content="YTk3ODQ3ZWZhN2I4NzZmMzBkNTEwYjJlabdc27a8ac2817260a847e30dadc1806"/><title>云颜文字 - 在云中找到你所爱的颜文字</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="Google Web Designer 1.1.0.0723"><script src="Respond.min.js"></script><link href="btn.css" rel="stylesheet" type="text/css"><link href="welcome-desktop.css" rel="stylesheet" type="text/css" media="(min-width: 841px)"><link href="welcome-mobile.css" rel="stylesheet" type="text/css" media="(max-width: 840px)"><style type="text/css">html,body{width:100%;height:100%;margin:0;min-height:800px}body{background-color:transparent;-webkit-transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1);-moz-transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1);-webkit-perspective:1400px;-moz-perspective:1400px;perspective:1400px;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;transform-style:preserve-3d}.gwd-img-amk0{position:absolute;width:100%;height:100%;left:0;top:0;font-size:24px}.gwd-img-2q2s{position:absolute;width:300px;height:79px;left:5%;top:5%;opacity:0}.gwd-span-4d8c{color:#fff;font-family:Verdana;font-size:24px}.gwd-span-5fk0{color:#fff;font-family:Verdana;font-size:24px}.gwd-div-o027{text-align:center}.gwd-div-yqii{text-align:center}.gwd-div-g300{text-align:center}.gwd-div-uitu{text-align:center}.gwd-div-sp20{text-align:center}.gwd-div-4hrn{text-align:center}.gwd-div-zk6t{text-align:center}.gwd-div-dcgv{text-align:center}.gwd-div-od88{text-align:center}.gwd-div-iq8j{position:absolute;text-align:left;color:#000;height:0;width:100%;left:0;font-family:Verdana;opacity:0;top:45%}.gwd-div-gddo{text-align:center}.gwd-div-78w9{text-align:center}.gwd-span-kvi7{color:#fff;font-family:Verdana;font-size:27px}.gwd-span-2o2y{color:#fff;font-family:Verdana;font-size:27px}.gwd-div-4tm4{position:absolute;width:162px;height:58px;font-family:'Times New Roman';text-align:left;color:#000;top:5%;right:0;opacity:0}.gwd-div-shik{text-align:center}.gwd-a-mr19{font-family:Verdana;color:#000}.gwd-span-816s{font-size:24px}.gwd-div-lbp0{position:absolute;height:36px;font-family:Verdana;text-align:left;color:#000;width:100%;left:0;top:92%;opacity:0}.gwd-div-m2ax{text-align:center}.gwd-span-3dsw{color:#fff}.gwd-div-w5um{text-align:center}.gwd-span-pvry{color:#fff}@-webkit-keyframes gwd-gen-c4d3gwdanimation_gwd-keyframes{0%{opacity:0;top:45%;-webkit-animation-timing-function:linear}100%{opacity:1;top:35%;-webkit-animation-timing-function:linear}}@-moz-keyframes gwd-gen-c4d3gwdanimation_gwd-keyframes{0%{opacity:0;top:45%;-moz-animation-timing-function:linear}100%{opacity:1;top:35%;-moz-animation-timing-function:linear}}@keyframes gwd-gen-c4d3gwdanimation_gwd-keyframes{0%{opacity:0;top:45%;animation-timing-function:linear}100%{opacity:1;top:35%;animation-timing-function:linear}}body .gwd-gen-c4d3gwdanimation{-webkit-animation:gwd-gen-c4d3gwdanimation_gwd-keyframes 1s linear 0s 1 normal forwards;-moz-animation:gwd-gen-c4d3gwdanimation_gwd-keyframes 1s linear 0s 1 normal forwards;animation:gwd-gen-c4d3gwdanimation_gwd-keyframes 1s linear 0s 1 normal forwards}.gwd-a-klye{opacity:0}@-webkit-keyframes gwd-gen-3d4wgwdanimation_gwd-keyframes{0%{opacity:0;-webkit-animation-timing-function:linear}100%{opacity:1;-webkit-animation-timing-function:linear}}@-moz-keyframes gwd-gen-3d4wgwdanimation_gwd-keyframes{0%{opacity:0;-moz-animation-timing-function:linear}100%{opacity:1;-moz-animation-timing-function:linear}}@keyframes gwd-gen-3d4wgwdanimation_gwd-keyframes{0%{opacity:0;animation-timing-function:linear}100%{opacity:1;animation-timing-function:linear}}body .gwd-gen-3d4wgwdanimation{-webkit-animation:gwd-gen-3d4wgwdanimation_gwd-keyframes 1s linear .5s 1 normal forwards;-moz-animation:gwd-gen-3d4wgwdanimation_gwd-keyframes 1s linear .5s 1 normal forwards;animation:gwd-gen-3d4wgwdanimation_gwd-keyframes 1s linear .5s 1 normal forwards}.gwd-a-wtsk{opacity:0}.gwd-a-tza1{opacity:0}@-webkit-keyframes gwd-gen-fjx6gwdanimation_gwd-keyframes{0%{opacity:0;-webkit-animation-timing-function:linear}100%{opacity:1;-webkit-animation-timing-function:linear}}@-moz-keyframes gwd-gen-fjx6gwdanimation_gwd-keyframes{0%{opacity:0;-moz-animation-timing-function:linear}100%{opacity:1;-moz-animation-timing-function:linear}}@keyframes gwd-gen-fjx6gwdanimation_gwd-keyframes{0%{opacity:0;animation-timing-function:linear}100%{opacity:1;animation-timing-function:linear}}body .gwd-gen-fjx6gwdanimation{-webkit-animation:gwd-gen-fjx6gwdanimation_gwd-keyframes 1s linear 1s 1 normal forwards;-moz-animation:gwd-gen-fjx6gwdanimation_gwd-keyframes 1s linear 1s 1 normal forwards;animation:gwd-gen-fjx6gwdanimation_gwd-keyframes 1s linear 1s 1 normal forwards}.gwd-a-mq4x{opacity:0}.gwd-a-o0xc{opacity:0}.gwd-a-auco{opacity:0}@-webkit-keyframes gwd-gen-e7nugwdanimation_gwd-keyframes{0%{opacity:0;-webkit-animation-timing-function:linear}100%{opacity:1;-webkit-animation-timing-function:linear}}@-moz-keyframes gwd-gen-e7nugwdanimation_gwd-keyframes{0%{opacity:0;-moz-animation-timing-function:linear}100%{opacity:1;-moz-animation-timing-function:linear}}@keyframes gwd-gen-e7nugwdanimation_gwd-keyframes{0%{opacity:0;animation-timing-function:linear}100%{opacity:1;animation-timing-function:linear}}body .gwd-gen-e7nugwdanimation{-webkit-animation:gwd-gen-e7nugwdanimation_gwd-keyframes 1s linear 1.5s 1 normal forwards;-moz-animation:gwd-gen-e7nugwdanimation_gwd-keyframes 1s linear 1.5s 1 normal forwards;animation:gwd-gen-e7nugwdanimation_gwd-keyframes 1s linear 1.5s 1 normal forwards}.gwd-a-rcgm{opacity:0}.gwd-a-epxy{opacity:0}.gwd-a-k6fr{opacity:0}.gwd-a-p161{opacity:0}.gwd-a-yt6t{opacity:0}.gwd-a-p50t{opacity:0}@-webkit-keyframes gwd-gen-0qrhgwdanimation_gwd-keyframes{0%{opacity:0;-webkit-animation-timing-function:linear}100%{opacity:1;-webkit-animation-timing-function:linear}}@-moz-keyframes gwd-gen-0qrhgwdanimation_gwd-keyframes{0%{opacity:0;-moz-animation-timing-function:linear}100%{opacity:1;-moz-animation-timing-function:linear}}@keyframes gwd-gen-0qrhgwdanimation_gwd-keyframes{0%{opacity:0;animation-timing-function:linear}100%{opacity:1;animation-timing-function:linear}}body .gwd-gen-0qrhgwdanimation{-webkit-animation:gwd-gen-0qrhgwdanimation_gwd-keyframes 1s linear 2s 1 normal forwards;-moz-animation:gwd-gen-0qrhgwdanimation_gwd-keyframes 1s linear 2s 1 normal forwards;animation:gwd-gen-0qrhgwdanimation_gwd-keyframes 1s linear 2s 1 normal forwards}@-webkit-keyframes gwd-gen-nn82gwdanimation_gwd-keyframes{0%{opacity:0;-webkit-animation-timing-function:linear}100%{opacity:1;-webkit-animation-timing-function:linear}}@-moz-keyframes gwd-gen-nn82gwdanimation_gwd-keyframes{0%{opacity:0;-moz-animation-timing-function:linear}100%{opacity:1;-moz-animation-timing-function:linear}}@keyframes gwd-gen-nn82gwdanimation_gwd-keyframes{0%{opacity:0;animation-timing-function:linear}100%{opacity:1;animation-timing-function:linear}}body .gwd-gen-nn82gwdanimation{-webkit-animation:gwd-gen-nn82gwdanimation_gwd-keyframes 1s linear 2s 1 normal forwards;-moz-animation:gwd-gen-nn82gwdanimation_gwd-keyframes 1s linear 2s 1 normal forwards;animation:gwd-gen-nn82gwdanimation_gwd-keyframes 1s linear 2s 1 normal forwards}.gwd-a-o4ow{opacity:0}.gwd-a-zfnc{opacity:0}.gwd-a-qk6t{opacity:0}@-webkit-keyframes gwd-gen-kc7egwdanimation_gwd-keyframes{0%{opacity:0;-webkit-animation-timing-function:linear}100%{opacity:1;-webkit-animation-timing-function:linear}}@-moz-keyframes gwd-gen-kc7egwdanimation_gwd-keyframes{0%{opacity:0;-moz-animation-timing-function:linear}100%{opacity:1;-moz-animation-timing-function:linear}}@keyframes gwd-gen-kc7egwdanimation_gwd-keyframes{0%{opacity:0;animation-timing-function:linear}100%{opacity:1;animation-timing-function:linear}}body .gwd-gen-kc7egwdanimation{-webkit-animation:gwd-gen-kc7egwdanimation_gwd-keyframes 1s linear 2s 1 normal forwards;-moz-animation:gwd-gen-kc7egwdanimation_gwd-keyframes 1s linear 2s 1 normal forwards;animation:gwd-gen-kc7egwdanimation_gwd-keyframes 1s linear 2s 1 normal forwards}</style></head><body><img src="assets/e05d5e54b4d9d7c7f91a83cc40dd6a7d.jpg" class="gwd-img-amk0" data-gwd-style="" data-gwd-override-style="" style=""><div class="gwd-div-lbp0 gwd-gen-nn82gwdanimation"><div class="gwd-div-m2ax"><span class="gwd-span-3dsw">由Google+多人共同参与的云颜文字项目</span></div><div class="gwd-div-w5um"><span class="gwd-span-pvry">移动版应用现已全体登陆应用商店</span></div></div><img src="assets/logo.png" class="gwd-img-2q2s gwd-gen-0qrhgwdanimation"><a href="mobile.html" class="super button blue gwd-a-iugq gwd-a-klye gwd-gen-3d4wgwdanimation gwd-a-wtsk gwd-a-o0xc gwd-a-k6fr gwd-a-p50t gwd-a-qk6t">移动版</a><a href="desktop.html" class="super button blue gwd-a-fm4o gwd-a-tza1 gwd-gen-fjx6gwdanimation gwd-a-mq4x gwd-a-epxy gwd-a-yt6t gwd-a-zfnc">桌面版</a><a href="/store" class="super button green gwd-a-c2f6 gwd-a-auco gwd-gen-e7nugwdanimation gwd-a-rcgm gwd-a-p161 gwd-a-o4ow">源商店</a><div class="gwd-div-iq8j gwd-gen-c4d3gwdanimation"><div class="gwd-div-gddo"><span class="gwd-span-kvi7">在云中找到你所爱的颜文字</span></div><div class="gwd-div-78w9"><span class="gwd-span-2o2y">A cloud solution to your favorite emoticons</span></div></div><div class="gwd-div-4tm4 gwd-gen-kc7egwdanimation"><div class="gwd-div-shik"><a href="https://plus.google.com/communities/117258809911473533417" class="gwd-a-mr19" style="color:#000"><span class="gwd-span-816s">支持</span></a></div></div></body></html>
Binary file added 测试等其他东西/wic.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 测试等其他东西/yashi.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 793747c

Please sign in to comment.