aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-02-07 01:30:08 -0800
committerFuwn <[email protected]>2024-02-07 01:30:08 -0800
commitb76f909766d88162e08f12a795e915cacdbf6f1c (patch)
tree5c33e8f7a7f029221533a4ab52c341077257f642 /src
parentrefactor(hololive): locally implement hololive-schedule (diff)
downloaddue.moe-b76f909766d88162e08f12a795e915cacdbf6f1c.tar.xz
due.moe-b76f909766d88162e08f12a795e915cacdbf6f1c.zip
feat(hololive): temporarily remove
Diffstat (limited to 'src')
-rw-r--r--src/routes/+layout.svelte2
-rw-r--r--src/routes/api/hololive/+server.ts.bak (renamed from src/routes/api/hololive/+server.ts)0
-rw-r--r--src/routes/hololive/+page.svelte.bak (renamed from src/routes/hololive/+page.svelte)0
3 files changed, 1 insertions, 1 deletions
diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte
index cc09bb94..ce58e600 100644
--- a/src/routes/+layout.svelte
+++ b/src/routes/+layout.svelte
@@ -113,7 +113,7 @@
<Dropdown
items={[
{ name: $locale().navigation.subtitleSchedule, url: root('/schedule') },
- { name: $locale().navigation.hololive, url: root('/hololive') },
+ // { name: $locale().navigation.hololive, url: root('/hololive') },
{ name: $locale().tools.tool.characterBirthdays.short, url: root('/birthdays') },
{ name: $locale().navigation.newReleases, url: root('/updates') }
]}
diff --git a/src/routes/api/hololive/+server.ts b/src/routes/api/hololive/+server.ts.bak
index fae1482b..fae1482b 100644
--- a/src/routes/api/hololive/+server.ts
+++ b/src/routes/api/hololive/+server.ts.bak
diff --git a/src/routes/hololive/+page.svelte b/src/routes/hololive/+page.svelte.bak
index 76c0707f..76c0707f 100644
--- a/src/routes/hololive/+page.svelte
+++ b/src/routes/hololive/+page.svelte.bak