Skip to content

Commit

Permalink
feat(item): add 効果音ラボ
Browse files Browse the repository at this point in the history
  • Loading branch information
dninomiya committed Apr 8, 2024
1 parent e4968de commit 41b75e0
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
12 changes: 12 additions & 0 deletions data/item.ts
Original file line number Diff line number Diff line change
Expand Up @@ -177,4 +177,16 @@ export const allItems: Item[] = [
'no-license-required',
],
},
{
id: 'soundeffect-lab',
href: 'https://soundeffect-lab.info',
title: '効果音ラボ',
tags: [
'free',
'audio',
'.mp3',
'available-for-commercial-use',
'no-license-required',
],
},
] as const;
3 changes: 2 additions & 1 deletion data/tag.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,12 @@ export const allTags = [
{ id: 'cc-by-sa-4.0', label: 'CC BY-SA 4.0' },
{ id: 'font', label: 'フォント' },
{ id: 'icon-font', label: 'アイコンフォント' },
{ id: 'audio', label: '、BGM' },
{ id: 'audio', label: '効果音、BGM' },
{ id: 'logo', label: 'ロゴ' },
{ id: '.pdf', label: '.pdf' },
{ id: '.svg', label: '.svg' },
{ id: '.png', label: '.png' },
{ id: '.mp3', label: '.mp3' },
{ id: '.ai', label: '.ai' },
{ id: '.eps', label: '.eps' },
] as const;
Expand Down
Binary file added public/images/soundeffect-lab.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 41b75e0

Please sign in to comment.