Feat(Fortune): Support multiple event in same day (#61)

* Feat(Fortune): Support multiple event in same day

* Fix(Fortune): f-string typo

* Docs(Fortune): Multiple events supporting
This commit was merged in pull request #61.
This commit is contained in:
tobiichi3227
2025-03-06 14:23:02 +08:00
committed by GitHub
parent 237f0e1551
commit 1d969400e5
3 changed files with 26 additions and 5 deletions

View File

@@ -104,6 +104,9 @@ Special events require a more detailed structure.
2. Empty Fields: If there are no fortunes to add, leave the corresponding fields
as empty strings (`""`).
3. We support adding multiple special events on the same day,
and the hash function will determine which event will be shown for that day.
### Adding New Themes
#### JSON Theme Structure