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

config.js #41

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
6 changes: 3 additions & 3 deletions config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
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: "2024-03-16T20:15:00",
// 双方的名字
names: ["笨笨熊", "黑猪猪"]
names: ["婷婷", "韬韬"]
}