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

fang #94

Open
wants to merge 13 commits into
base: master
Choose a base branch
from
Open

fang #94

Show file tree
Hide file tree
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
25 changes: 12 additions & 13 deletions config.js
Original file line number Diff line number Diff line change
@@ -1,31 +1,30 @@
// 霸都丶傲天 2019年10月10日 https://github.com/AJLoveChina/birthday
var config = {
// 句子的长度可以任意, 你可以写十句话, 二十句话都可以
// 每句话尽量不要超过15个字,不然展示效果可能不太好
texts: [
"送给我", //这里,每句话结尾的最后一个逗号必须是英文的哦!! 很重要哦!!
"心爱的小可爱", // 同上...
"送给我",
"亲爱的小乖乖",
"今天是你的生日",
"这是我们在一起的",
"第三个生日了哦",
"去年的生日",
"还记得在王婆串串吃的呢",
"今年要吃好的喽哦",
"要把我家可爱猪猪喂饱饱",
"然后抱走",
"YAMI~~",
"虽然不能陪你过生日",
"但还有他们会陪你一起过",
"欢迎你进入2开头的年龄",
"祝你不仅在生日",
"每天都开心快乐",
"幸福的活着",
"等我回来哦",
"(づ ̄3 ̄)づ╭❤~",
],
/**
* imgs 可以不填, 但是如果要填写的话必须遵循下面的格式
* "对应上面的文字, 要完全一样" : "图片地址, 可以把图片放在imgs文件夹中"
* 例如
* "心爱的小可爱": "./imgs/xiaokeai.jpg"
* "亲爱的小乖乖": "./imgs/xiaokeai.jpg"
*
* 如果不要图片的话, 直接在每行开头写两个斜杠注释即可, 例如下面的 "今天是你的生日" 的图片就不会展示了:)
* Tip: 图片最好用正方形or接近正方形, 看起来效果更好
*/
imgs: {
"心爱的小可爱": "./imgs/xiaokeai.png",
"": "./imgs/photo_2022-11-20_23-17-15.jpg",
// "今天是你的生日": "./imgs/birthday.jpg",
},
// 按钮文字描述, 以下是默认的按钮文字,英文的,您可以改成你喜欢的文字
Expand Down
Binary file added imgs/photo_2022-11-20_23-17-15.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed imgs/xiaokeai.png
Binary file not shown.
12 changes: 6 additions & 6 deletions readme.md → jun
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ var config = {
// 句子的长度可以任意, 你可以写十句话, 二十句话都可以
// 每句话尽量不要超过15个字,不然展示效果可能不太好
texts: [
"送给我",
"心爱的小可爱",
"hallo",
"心爱的乖乖",
"今天是你的生日",
"这是我们在一起的",
"第三个生日了哦",
"去年的生日",
"这是你的第一个生日",
"虽然我不在",
"但还有他们陪伴",
"还记得在王婆串串吃的呢",
"今年要吃好的喽哦",
"要把我家可爱猪猪喂饱饱",
Expand All @@ -37,7 +37,7 @@ var config = {
* Tip: 图片最好用正方形or接近正方形, 看起来效果更好
*/
imgs: {
"心爱的小可爱": "./imgs/xiaokeai.png",
"心爱的小可爱": "./imgs/Apple-Logo.jpg",
// "今天是你的生日": "./imgs/birthday.jpg",
},
// 按钮文字描述, 以下是默认的按钮文字,英文的,您可以改成你喜欢的文字
Expand Down