feat: updates

This commit is contained in:
qier222 2022-03-24 14:23:04 +08:00
parent 3b9d728410
commit 46349e8314
No known key found for this signature in database
GPG key ID: 9C85007ED905F14D
10 changed files with 117 additions and 39 deletions

View file

@ -16,17 +16,17 @@ interface PrimaryTab extends Tab {
const primaryTabs: PrimaryTab[] = [
{
name: 'Home',
name: '主页',
icon: 'home',
route: '/',
},
{
name: 'Podcast',
name: '播客',
icon: 'podcast',
route: '/podcast',
},
{
name: 'Library',
name: '音乐库',
icon: 'music-library',
route: '/library',
},