Skip to content

Commit

Permalink
fix: add missing platform
Browse files Browse the repository at this point in the history
  • Loading branch information
ruaharico committed Feb 23, 2024
1 parent d14c21f commit 1e32d79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/SearchResult.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import type { Detail } from 'get-bonus';
const props = defineProps<{ details: Record<string, Detail[]> }>();
const platforms = [`Melonbooks`, `Animate`, `虎穴`, `Comic Zin`, `漫画王`];
const platforms = [`Melonbooks`, `Animate`, `虎穴`, `Gamers`, `Comic Zin`, `漫画王`];
</script>

<template>
Expand Down

0 comments on commit 1e32d79

Please sign in to comment.