Skip to content

Commit

Permalink
chore: update logo
Browse files Browse the repository at this point in the history
  • Loading branch information
justorez committed May 4, 2024
1 parent 7942c9f commit 2939515
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 1 deletion.
Binary file modified public/head.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion src/composables/episode.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ export function usePage(ep: Ref<number>) {
// progress
// reactive path: ep -> progresslist -> localStorage
// the above feature cannot be implemented with @vueuse,
// so I made a reactive storage by myself
const progressKey = computed(() => `completedList-${epNum.value}`)
const loadProgress = (): number[] => {
const dataStr = localStorage.getItem(progressKey.value)
Expand Down

0 comments on commit 2939515

Please sign in to comment.