add new friend page

fix other page layout
This commit is contained in:
DefectingCat
2023-11-10 13:58:08 +08:00
parent 00d469c450
commit 8650373e78
9 changed files with 123 additions and 75 deletions

View File

@ -30,6 +30,11 @@ const txtMenu = [
},
{
id: 4,
name: 'Friends',
path: '/friends',
},
{
id: 5,
name: 'About',
path: '/about',
},