当前位置:网站首页>Creative code confession
Creative code confession
2022-08-05 00:45:00 【ximingx】
创意代码表白
以程序员的方式撒狗粮,专业浪漫,值得拥有!
原文地址: https://github.com/lbb00/Web-Love
I do not own the copyright to this page,If there is any infringement, please contact me.
1. 效果展示


2. 下载
# First clone the repository, 需要具有 git 环境
$ git clone https://github.com/lbb00/Web-Love.git

3. 自定义内容
第一张图片"Click Here"的文字,位于js/love.js:172
ctx.font = "12px 微软雅黑,Verdana";
ctx.fillText("click here", 23, 16); // 修改这里
第二张图片中Our Stroy直接写在index.html中的
<span class="say"> Our Story</span><br>
<span class="say"> </span><br>
<span class="say"> For 龙宝宝 & 龙宝宝 </span><br>
<span class="say"> </span><br>
<span class="say"> Remember when we met, 或许是缘分,Maybe it's doomed.</span><br>
<span class="say"> </span><br>
<span class="say"> 就像一场梦一样,有开心,also noisy.</span><br>
<span class="say"> </span><br>
<span class="say"> 彼此依赖,彼此关心,彼此温暖,Thank you for being so tolerant of me,喜欢我,爱我.</span><br>
<span class="say"> </span><br>
<span class="say"> I also love your kindness,温柔,It's just too easy to get jealous...</span><br>
<span class="say"> </span><br>
<span class="say"> You can see all the flaws in my character...</span><br>
<span class="say"> </span><br>
<span class="say"> I want to truly feel life with you,live with you,嫁给我吧!</span><br>
<span class="say"> </span><br>
<span class="say"> ..永远的..</span><br>
<span class="say"> </span><br>
<span class="say"><span class="space"></span>龙宝宝 与 龙宝宝</span>
The time initial value in the second picture is set atindex.html最底部的script中
var textAnimate = eval(Jscex.compile("async",
function() {
var together = new Date();
together.setFullYear(1996, 11, 16); //时间年月日
together.setHours(12); //小时
together.setMinutes(0); //分钟
together.setSeconds(0); //秒前一位
together.setMilliseconds(0); //秒第二位
$("#code").show().typewriter();
$("#clock-box").fadeIn(500);
while (true) {
timeElapse(together);
$await(Jscex.Async.sleep(1000));
}
实话实说, Just want to prostitute a badge
边栏推荐
- Software testing interview questions: What stages should a complete set of tests consist of?
- 2022 Hangzhou Electric Power Multi-School Session 3 Question B Boss Rush
- GCC:屏蔽动态库之间的依赖
- Software Testing Interview Questions: What's the Difference Between Manual Testing and Automated Testing?
- 3. pcie.v file
- 软件测试面试题:您以往所从事的软件测试工作中,是否使用了一些工具来进行软件缺陷(Bug)的管理?如果有,请结合该工具描述软件缺陷(Bug)跟踪管理的流程?
- E - Many Operations (bitwise consideration + dp thought to record the result after the operation
- GCC:头文件和库文件的路径
- 软件测试面试题:BIOS, Fat, IDE, Sata, SCSI, Ntfs windows NT?
- 【无标题】
猜你喜欢

node uses redis

gorm joint table query - actual combat

活动推荐 | 快手StreamLake品牌发布会,8月10日一起见证!

LiveVideoStackCon 2022 上海站明日开幕!

ORA-01105 ORA-03175

仅3w报价B站up主竟带来1200w播放!品牌高性价比B站投放标杆!

Theory of Software Fundamentals

### Error querying database. Cause: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionExcep

5. PCIe official example

Will domestic websites use Hong Kong servers be blocked?
随机推荐
NMS原理及其代码实现
LiveVideoStackCon 2022 上海站明日开幕!
tiup update
Software testing interview questions: Have you used some tools for software defect (Bug) management in your past software testing work? If so, please describe the process of software defect (Bug) trac
CNI(Container Network Plugin)
软件测试面试题:关于自动化测试工具?
GCC: Shield dependencies between dynamic libraries
内存取证系列1
After the staged testing is complete, have you performed defect analysis?
ORA-00257
PCIe 核配置
软件测试面试题:测试生命周期,测试过程分为几个阶段,以及各阶段的含义及使用的方法?
gorm joint table query - actual combat
If capturable=False, state_steps should not be CUDA tensors
MBps与Mbps区别
GCC: compile-time library path and runtime library path
GCC: paths to header and library files
Software testing interview questions: the difference and connection between black box testing, white box testing, and unit testing, integration testing, system testing, and acceptance testing?
Software Testing Interview Questions: What is Software Testing?The purpose and principle of software testing?
二叉树[全解](C语言)