@@ -26,23 +26,21 @@
For Cora
//沉鱼落雁
沉鱼落雁
// 闭月羞花
闭月羞花
// 明眸皓齿
明眸皓齿
// 眉清目秀
眉清目秀
// 亭亭玉立
亭亭玉立
// 秀色可餐
秀色可餐
// 倾国倾城
倾国倾城
// 国色天香
// 倾国倾城
国色天香
——From RUI
@@ -51,7 +49,7 @@
现在是我和你相识的
@@ -194,37 +192,37 @@
var textAnimate = eval(Jscex.compile("async", function () {
var together = new Date();
together.setFullYear(2016, 12, 13); //时间年月日
together.setFullYear(2025, 10, 27); //时间年月日
together.setHours(11); //小时
together.setMinutes(0); //分钟
together.setSeconds(0); //秒前一位
together.setMilliseconds(2); //秒第二位
$("#code").show().typewriter();
setTimeout(function(){
$("#clock-box").fadeIn(1000);
}, 42000);
while (true) {
timeElapse(together);
$await(Jscex.Async.sleep(1000));
}
}));
var runAsync = eval(Jscex.compile("async", function () {
$await(seedAnimate());
$await(growAnimate());
$await(flowAnimate());
$await(moveAnimate());
textAnimate().start();
$await(jumpAnimate());
}));
runAsync().start();
})();