трансфер с гитхаба

This commit is contained in:
2026-05-15 04:05:54 +06:00
parent a7734dc03c
commit c850c1157b
14 changed files with 727 additions and 9 deletions
+32
View File
@@ -0,0 +1,32 @@
{
"night":
{
"time":["0:0", "7:59"],
"theme": "dark",
"file": "night.jpg"
},
"morning":
{
"time":["8:0", "11:59"],
"theme": "light",
"file": "morning.jpg"
},
"day":
{
"time": ["12:0", "15:59"],
"theme": "light",
"file": "day.jpg"
},
"evening":
{
"time": ["16:0", "19:59"],
"theme": "light",
"file": "evening.jpg"
},
"before_night":
{
"time": ["20:0", "23:59"],
"theme": "dark",
"file": "before_night.jpg"
}
}