aboutsummaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-02-06 22:44:38 -0800
committerFuwn <[email protected]>2024-02-06 22:44:38 -0800
commit945a4fc0ac4be8763666edbd0f407c9b6377121c (patch)
treee1d6b30397785f46ee7851bb30cdf6552d6d4171 /src/lib
parentfeat(title): only show furigana if unique (diff)
downloaddue.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.json10
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"
+ }
+ ]
+}