-
Notifications
You must be signed in to change notification settings - Fork 66
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(example): add some new examples (#63)
- Loading branch information
Showing
9 changed files
with
36 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
import options from "./index.json"; | ||
|
||
export const beYourself = { | ||
name: "Be yourself.", | ||
options | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"text":{"content":"Be yourself. 🌹","fontSize":100,"fontFamily":"Hanzipen SC","type":"none","color":"#222831","mode":"none","padding":0,"dy":33},"background":{"type":"line","color":"#FFD369","mode":"pattern","foregroundColor":"#FEFFC8","lineWidth":1,"width":23,"height":81,"arcRadius":0,"rotation":45,"fillColor":"#FFFFFF","size":3,"strokeColor":"#FFFFFF"}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
import options from "./index.json"; | ||
|
||
export const niceDay = { | ||
name: "Have a nice day.", | ||
options | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"text":{"content":"Have a nice day. 🌞","fontSize":114,"fontFamily":"Hannotate SC","type":"dot","color":"#0081FF","mode":"none","padding":0,"dy":22,"fillColor":"#9ACDFF","size":30,"strokeColor":"#8EC7FF","lineWidth":2,"width":50,"height":50,"rotation":45,"foregroundColor":"#FFD700","arcRadius":1},"background":{"type":"wave","color":"#FFF2C3","mode":"pattern","foregroundColor":"#FFEEB1","lineWidth":4,"width":60,"rotation":0,"fillColor":"#F1F9E3","size":35,"strokeColor":"#DCEDC1","height":50,"arcRadius":14}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
import options from "./index.json"; | ||
|
||
export const iMissYou = { | ||
name: "I miss you.", | ||
options | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"text":{"content":" I miss you. * ","fontSize":120,"fontFamily":"Xingkai SC","type":"dot","color":"#B5E4D0","mode":"none","padding":0,"dy":2,"fillColor":"#D2F6C5","size":37,"strokeColor":"#D2F6C5","lineWidth":1,"width":50,"height":50,"rotation":0},"background":{"type":"dot","color":"#DF6E97","mode":"pattern","foregroundColor":"#FEFFC8","lineWidth":1,"width":50,"height":50,"arcRadius":0,"rotation":45,"fillColor":"#E1A2B9","size":3,"strokeColor":"#E1A2B9"}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
import options from "./index.json"; | ||
|
||
export const keepGoodMood = { | ||
name: "Keep good mood.", | ||
options | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"text":{"content":"保持好心情 ♪","fontSize":122,"fontFamily":"Wawati SC","type":"dot","color":"#3281E1","mode":"none","padding":0,"dy":0,"fillColor":"#FFFFFF","size":4,"strokeColor":"#FFFFFF","lineWidth":1,"width":18,"height":18,"rotation":3},"background":{"type":"dot","color":"#FFFFFF","mode":"pattern","foregroundColor":"#F2B6CC","lineWidth":1,"width":100,"rotation":45,"fillColor":"#E8F4F8","size":49,"strokeColor":"#E1F3F8","height":100,"arcRadius":13}} |