Skip to content
Open

1 #1

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
132 changes: 132 additions & 0 deletions 1000001001.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,132 @@
<!DOCTYPE html>
<html lang="zh-cn">

<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<!-- 新 Bootstrap 核心 CSS 文件 -->
<link rel="stylesheet" href="https://cdn.bootcss.com/bootstrap/3.3.7/css/bootstrap.min.css">
<!-- jQuery文件。务必在bootstrap.min.js 之前引入 -->
<script src="https://cdn.bootcss.com/jquery/1.11.1/jquery.min.js"></script>
<!-- 最新的 Bootstrap 核心 JavaScript 文件 -->
<script src="https://cdn.bootcss.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<!-- 可选的 Bootstrap 主题文件(一般不用引入) -->
<!--<link rel="stylesheet" href="https://cdn.bootcss.com/bootstrap/3.3.7/css/bootstrap-theme.min.css">-->
<!--引入鼠标闪烁效果CSS(可选)-->
<link rel="stylesheet" href="typing/typing.css">
<!--引入typing.js,核心文件-->
<script src="typing/typing.js"></script>
<title>typing</title>
</head>
<style>
.row {
margin-top: 12px;
}

.keyword {
color: #3ffc19;
}

.string {
color: #f2ea0e;
}

.info {
color: #ff4242;
}

.func {
color: #5988ff;
}

#source,
#output-wrap {
height: 700px;
background: #282828;
color: #fff;
padding: 20px;
font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
font-size: 18px;
line-height: 26px;
}
</style>
<style>
pre {
padding: 0px;
font-size: 8pt;
letter-spacing: 4px;
line-height: 8pt;
font-weight: bold;
max-width: 260px;
overflow-x:visible;
overflow-y:visible;
background: white;
}
</style>

<body>
<div class="container-fluid">
<div class="row">
<div class="col-lg-12 page-return">
<a href="index.html" class="btn btn-info">返回首页</a>
</div>
</div>
<div class="row">
<div class="col-lg-6" hidden="hidden">
<div id="source">
<!--<span class="keyword">
Some unseen fingers,
</span>
<br>
<span class="keyword">
like an idle breeze,
</span>
<br>
<span class="keyword">
are playing upon my heart the music of the ripples.
</span>
<br>
<span class="func">
有些看不见的手,如懒懒的微风吹过,正在我的心上奏着潺潺的乐声。
</span>
<br> -------------------------<br>
<span class="keyword">
Sorrow is hushed into peace in my heart like the evening among the silent trees.
</span>
<br>
<span class="func">
忧思在我的心里平静下去,正如暮色降临在寂静的山林中。
</span>-->
<br> -----------------------<br>

</div>
</div>
<div class="col-lg-6 col-lg-offset-3">
<div id="output-wrap">
<span id="output"></span>
<span class="typing-cursor-white">|</span>
</div>
</div>
</div>
</div>
</body>
<script>
var typing = new Typing({
source: document.getElementById('source'),
output: document.getElementById('output'),
delay: 8,
done: function() {
whileLove();
} //完成打印后的回调事件
});
typing.start();

function whileLove() {


}
</script>

</html>
155 changes: 155 additions & 0 deletions diamonds.html

Large diffs are not rendered by default.

56 changes: 56 additions & 0 deletions fzmj_ios.plist
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<!--
DownloadConfig.plist
Unity-iPhone

Created by 杜文韬 on 2017/3/23.
Copyright (c) 2017年 __MyCompanyName__. All rights reserved.
-->
<plist version="1.0">
<dict>
<key>items</key>
<array>
<dict>
<key>assets</key>
<array>
<dict>
<key>kind</key>
<string>software-package</string>
<key>url</key>
<string>http://download.mlive.gietv.cn/ddz/release_app/ios/0510-fzmj-mobile-resigned.ipa</string>
</dict>
<dict>
<key>kind</key>
<string>full-size-image</string>
<key>needs-shine</key>
<false/>
<key>url</key>
<string>http://download.mlive.gietv.cn/ddz/image/fz57.png</string>
</dict>
<dict>
<key>kind</key>
<string>display-image</string>
<key>needs-shine</key>
<false/>
<key>url</key>
<string>http://download.mlive.gietv.cn/ddz/image/fz512.png</string>
</dict>
</array>
<key>metadata</key>
<dict>
<key>bundle-identifier</key>
<string>cn.gietv.ddz</string>
<key>bundle-version</key>
<string>1.3.0</string>
<key>kind</key>
<string>software</string>
<key>subtitle</key>
<string>副标题(非必填)</string>
<key>title</key>
<string>乐乐抚州麻将</string>
</dict>
</dict>
</array>
</dict>
</plist>
10 changes: 4 additions & 6 deletions html.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,10 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<!-- 新 Bootstrap 核心 CSS 文件 -->
<link rel="stylesheet" href="http://cdn.bootcss.com/bootstrap/3.3.0/css/bootstrap.min.css">
<!-- jQuery文件。务必在bootstrap.min.js 之前引入 -->
<script src="http://cdn.bootcss.com/jquery/1.11.1/jquery.min.js"></script>
<!-- 最新的 Bootstrap 核心 JavaScript 文件 -->
<script src="http://cdn.bootcss.com/bootstrap/3.3.0/js/bootstrap.min.js"></script>
<!-- 最新版本的 Bootstrap 核心 CSS 文件 -->
<link rel="stylesheet" href="https://cdn.bootcss.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<!-- 最新的 Bootstrap 核心 JavaScript 文件 -->
<script src="https://cdn.bootcss.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
<title>html</title>
</head>

Expand Down
Binary file added imgtosay/1.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 imgtosay/10.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 imgtosay/11.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 imgtosay/12.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 imgtosay/13.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 imgtosay/14.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 imgtosay/15.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 imgtosay/16.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 imgtosay/17.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 imgtosay/18.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 imgtosay/19.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 imgtosay/2.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 imgtosay/20.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 imgtosay/21.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 imgtosay/22.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 imgtosay/23.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 imgtosay/24.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 imgtosay/25.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 imgtosay/26.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 imgtosay/27.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 imgtosay/28.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 imgtosay/29.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 imgtosay/3.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 imgtosay/30.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 imgtosay/31.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 imgtosay/32.png
Binary file added imgtosay/33.png
Binary file added imgtosay/34.png
Binary file added imgtosay/35.png
Binary file added imgtosay/36.png
Binary file added imgtosay/37.png
Binary file added imgtosay/38.png
Binary file added imgtosay/39.png
Binary file added imgtosay/4.png
Binary file added imgtosay/40.png
Binary file added imgtosay/41.png
Binary file added imgtosay/42.png
Binary file added imgtosay/43.png
Binary file added imgtosay/44.png
Binary file added imgtosay/5.png
Binary file added imgtosay/6.png
Binary file added imgtosay/7.png
Binary file added imgtosay/8.png
Binary file added imgtosay/9.png
38 changes: 38 additions & 0 deletions imgtosay/imgtosay.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
<!DOCTYPE html>
<html lang="zh-cn">

<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<!-- 新 Bootstrap 核心 CSS 文件 -->
<link rel="stylesheet" href="https://cdn.bootcss.com/bootstrap/3.3.7/css/bootstrap.min.css">
<!-- jQuery文件。务必在bootstrap.min.js 之前引入 -->
<script src="https://cdn.bootcss.com/jquery/1.11.1/jquery.min.js"></script>
<!-- 最新的 Bootstrap 核心 JavaScript 文件 -->
<script src="https://cdn.bootcss.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<!-- -->
<META http-equiv="X-UA-Compatible" content="IE=edge" > </META>
</head>
<body>
<div id="img" align="center">
</div>
</body>
<script type="text/javascript">
window.onload = function () {

var bodyBgs = [];
for (var i = 1; i < 45; i++) {
bodyBgs[i] = "http://2w.ayshuaiyu.com/bg/" + i + ".png";
bodyBgs[i] = "./" + i + ".png";
var html = document.getElementById("img").innerHTML;
var appendHtml='<img src='+bodyBgs[i]+' width=100% style="min-width:320px; max-width:600px;" >'+'<hr>'+'<div align="center" style="margin-top:3em;">';
document.getElementById("img").innerHTML = html + appendHtml;
}
/* var randomBgIndex = Math.round(Math.random() * 44);
var appendHtml='<img src='+bodyBgs[randomBgIndex]+' width=100% style="min-width:320px; max-width:600px;" >'+'<div align="center" style="margin-top:3em;">';
document.getElementById("img").innerHTML = appendHtml;*/
};
</script>
</html>
10 changes: 4 additions & 6 deletions time/time.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,10 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<!-- 新 Bootstrap 核心 CSS 文件 -->
<link rel="stylesheet" href="http://cdn.bootcss.com/bootstrap/3.3.0/css/bootstrap.min.css">
<!-- jQuery文件。务必在bootstrap.min.js 之前引入 -->
<script src="http://cdn.bootcss.com/jquery/1.11.1/jquery.min.js"></script>
<!-- 最新的 Bootstrap 核心 JavaScript 文件 -->
<script src="http://cdn.bootcss.com/bootstrap/3.3.0/js/bootstrap.min.js"></script>
<!-- 最新版本的 Bootstrap 核心 CSS 文件 -->
<link rel="stylesheet" href="https://cdn.bootcss.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<!-- 最新的 Bootstrap 核心 JavaScript 文件 -->
<script src="https://cdn.bootcss.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
<title>time</title>
</head>

Expand Down
26 changes: 26 additions & 0 deletions typing/typing.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
@keyframes blink {
0% { opacity: 1; }
50% { opacity: 0; }
100% { opacity: 1; }
}

@-webkit-keyframes blink {
0% { opacity: 1; }
50% { opacity: 0; }
100% { opacity: 1; }
}

.typing-cursor, .typing-cursor-black, .typing-cursor-white {
opacity: 1;
font-weight: bold;
-webkit-animation: blink 0.7s infinite;
animation: blink 0.7s infinite;
}

.typing-cursor, .typing-cursor-black {
color: #000;
}

.typing-cursor-white {
color: #fff;
}
82 changes: 82 additions & 0 deletions typing/typing.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,82 @@
function Typing(opts) {
this.version = '1.1';
this.source = opts.source;
this.output = opts.output;
this.delay = opts.delay || 120;
this.chain = {
parent: null,
dom: this.output,
val: []
}
}

Typing.fn = Typing.prototype = {
toArray: function(eles) {
//Array.prototype.slice;
var result = [];
for (var i = 0; i < eles.length; i++) {
result.push(eles[i]);
}
return result;
},
init: function() {
this.chain.val = this.convert(this.source, this.chain.val);
},
convert: function(dom, arr) {
var that = this,
children = this.toArray(dom.childNodes);

children.forEach(function(node) {
if (node.nodeType === 3) {
arr = arr.concat(node.nodeValue.split(''));
} else if (node.nodeType === 1) {
var val = [];
val = that.convert(node, val);
arr.push({
'dom': node,
'val': val
});
}
});

return arr;
},
print: function(dom, val, callback) {
setTimeout(function() {
dom.appendChild(document.createTextNode(val));
callback();
}, this.delay);
},
play: function(ele) {
if (!ele) return;
if (!ele.val.length && ele.parent) this.play(ele.parent);
if (!ele.val.length) return;

var curr = ele.val.shift();
var that = this;

if (typeof curr === 'string') {
this.print(ele.dom, curr, function() {
if (ele.val.length) {
that.play(ele);
} else if (ele.parent) {
that.play(ele.parent);
}
});
} else {
var dom = document.createElement(curr.dom.nodeName);
var attrs = that.toArray(curr.dom.attributes);
attrs.forEach(function(attr) {
dom.setAttribute(attr.name, attr.value);
});
ele.dom.appendChild(dom);
curr.parent = ele;
curr.dom = dom;
this.play(curr.val.length ? curr : curr.parent);
}
},
start: function() {
this.init();
this.play(this.chain);
}
}
Loading