chore: add popular category

This commit is contained in:
DIYgod
2024-05-19 23:00:43 +08:00
parent a023bc4e99
commit 6ee5d7267b
29 changed files with 37 additions and 29 deletions

View File

@@ -1,4 +1,10 @@
export const categories = [
{
icon: '🌟',
link: '/routes/popular',
en: 'Popular',
zh: '热门',
},
{
icon: '💬',
link: '/routes/social-media',