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 #49

Open
wants to merge 1 commit 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
16 changes: 8 additions & 8 deletions config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
var config = {
// 下面的句子不一定非要7句, 你也可以改成4句,2句话都可以
lines: [
"亲爱的雯雯",
"花开一季,有落红为证",
"逝去的岁月,如何能托于烟尘",
"你的浅笑,是我永生眷恋",
"相思的真情,是否能明白一二",
"亲爱的宝贝,你是我的唯一",
"亲爱的宝宝",
"希望你喜欢这个程序,这是工科男的浪漫",
"转眼间我们的爱情已经安稳走过了一年的光阴",
"时至今日想起那心跳的感觉,也让我心神激荡",
"感谢宝宝一路以来的包容和关心",
"亲爱的宝宝,你是我的唯一",
"爱你永远。。。",
],
// 相爱的时间 记住格式不能写错了, 非常重要
Expand All @@ -16,7 +16,7 @@ var config = {
// 温馨警告:
// 1.时分秒都必须是俩个数字 比如 00:00:00
// 2.T不能丢了
date: "2017-07-20T20:15:00",
date: "2023-10-06T20:15:00",
// 双方的名字
names: ["笨笨熊", "黑猪猪"]
names: ["宝宝", "乖乖"]
}