diff options
| author | Fuwn <[email protected]> | 2024-02-06 22:44:38 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-02-06 22:44:38 -0800 |
| commit | 945a4fc0ac4be8763666edbd0f407c9b6377121c (patch) | |
| tree | e1d6b30397785f46ee7851bb30cdf6552d6d4171 /src/lib | |
| parent | feat(title): only show furigana if unique (diff) | |
| download | due.moe-945a4fc0ac4be8763666edbd0f407c9b6377121c.tar.xz due.moe-945a4fc0ac4be8763666edbd0f407c9b6377121c.zip | |
feat(schedule): use global subsplease and modify
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/Data/subtitles.json | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/lib/Data/subtitles.json b/src/lib/Data/subtitles.json new file mode 100644 index 00000000..8bb27612 --- /dev/null +++ b/src/lib/Data/subtitles.json @@ -0,0 +1,10 @@ +{ + "Friday": [ + { + "title": "Undead Unluck", + "image_url": null, + "page": null, + "time": "11:00" + } + ] +} |