Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update config.js #12

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
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
35 changes: 16 additions & 19 deletions config.js
Original file line number Diff line number Diff line change
@@ -1,23 +1,20 @@
// 霸都丶傲天 2019年12月24日

var config = {
// 句子的长度可以任意, 你可以写十句话, 二十句话都可以
// 每句话尽量不要超过15个字,不然展示效果可能不太好
var config = {
texts: [
"送给我", //这里,每句话结尾的最后一个逗号必须是英文的哦!! 很重要哦!!
"心爱的小可爱", // 同上...
"今天是你的生日",
"这是我们在一起的",
"第三个生日了哦",
"去年的生日",
"还记得在王婆串串吃的呢",
"今年要吃好的喽哦",
"要把我家可爱猪猪喂饱饱",
"然后抱走",
"送给我",
"心爱的小可爱",
"转眼间我们已经度过了一个四季",
"一年来我们经历了许多美好",
"第一次一起看恐怖电影",
"我在被窝里瑟瑟发抖",
"其实我是在假装,男人的小心机"
"因为你",
"我才知道两个人原来可以做很多事",
"原来世界上还有这么舒服的时光"
"我只想永永远远陪着宝宝"
"做你的专属小骑士",
"一直抱着小公主",
"YAMI~~",
],
wish: "小可爱&&大傻子相爱了", //这里,每句话结尾的最后一个逗号必须是英文的哦!! 很重要哦!!
// 时间的格式很重要哦,一定要是下面这个格式!!
// 年年年年-月月-日日 时时:分分:秒秒
time: "2017-07-20 0:0:0", //这里,每句话结尾的最后一个逗号必须是英文的哦!! 很重要哦!!
wish: "倩姐姐&&宁弟弟相爱啦",
time: "2023-07-04 22:30:0",
};