mirror of
https://github.com/remvze/moodist.git
synced 2026-02-28 09:03:12 +08:00
chore: add more sounds
This commit is contained in:
BIN
public/sounds/nature/jungle.mp3
Normal file
BIN
public/sounds/nature/jungle.mp3
Normal file
Binary file not shown.
BIN
public/sounds/places/laundry-room.mp3
Normal file
BIN
public/sounds/places/laundry-room.mp3
Normal file
Binary file not shown.
@@ -1,7 +1,13 @@
|
|||||||
import { GiWaterfall } from 'react-icons/gi/index';
|
import { GiWaterfall } from 'react-icons/gi/index';
|
||||||
import { BsFire, BsFillDropletFill } from 'react-icons/bs/index';
|
import { BsFire, BsFillDropletFill } from 'react-icons/bs/index';
|
||||||
import { BiSolidTree, BiWater } from 'react-icons/bi/index';
|
import { BiSolidTree, BiWater } from 'react-icons/bi/index';
|
||||||
import { FaWater, FaWind, FaLeaf, FaRegSnowflake } from 'react-icons/fa/index';
|
import {
|
||||||
|
FaWater,
|
||||||
|
FaWind,
|
||||||
|
FaLeaf,
|
||||||
|
FaRegSnowflake,
|
||||||
|
FaTree,
|
||||||
|
} from 'react-icons/fa/index';
|
||||||
|
|
||||||
import type { Category } from '../types';
|
import type { Category } from '../types';
|
||||||
|
|
||||||
@@ -69,6 +75,12 @@ export const nature: Category = {
|
|||||||
label: 'Droplets',
|
label: 'Droplets',
|
||||||
src: '/sounds/nature/droplets.mp3',
|
src: '/sounds/nature/droplets.mp3',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
icon: <FaTree />,
|
||||||
|
id: 'jungle',
|
||||||
|
label: 'Jungle',
|
||||||
|
src: '/sounds/nature/jungle.mp3',
|
||||||
|
},
|
||||||
],
|
],
|
||||||
title: 'Nature',
|
title: 'Nature',
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -1,4 +1,8 @@
|
|||||||
import { BiSolidCoffeeAlt, BiSolidPlaneAlt } from 'react-icons/bi/index';
|
import {
|
||||||
|
BiSolidCoffeeAlt,
|
||||||
|
BiSolidPlaneAlt,
|
||||||
|
BiSolidDryer,
|
||||||
|
} from 'react-icons/bi/index';
|
||||||
import { FaChurch, FaSubway, FaShoppingBasket } from 'react-icons/fa/index';
|
import { FaChurch, FaSubway, FaShoppingBasket } from 'react-icons/fa/index';
|
||||||
import { TbScubaMask, TbBeerFilled } from 'react-icons/tb/index';
|
import { TbScubaMask, TbBeerFilled } from 'react-icons/tb/index';
|
||||||
import { GiVillage, GiCarousel } from 'react-icons/gi/index';
|
import { GiVillage, GiCarousel } from 'react-icons/gi/index';
|
||||||
@@ -94,6 +98,12 @@ export const places: Category = {
|
|||||||
label: 'Laboratory',
|
label: 'Laboratory',
|
||||||
src: '/sounds/places/laboratory.mp3',
|
src: '/sounds/places/laboratory.mp3',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
icon: <BiSolidDryer />,
|
||||||
|
id: 'laundry-room',
|
||||||
|
label: 'Laundry Room',
|
||||||
|
src: '/sounds/places/laundry-room.mp3',
|
||||||
|
},
|
||||||
],
|
],
|
||||||
title: 'Places',
|
title: 'Places',
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user