feat: lots updates

This commit is contained in:
zerosoul
2022-02-24 14:50:26 +08:00
parent b1ba2aa523
commit 0394c99292
46 changed files with 1101 additions and 397 deletions
+30
View File
@@ -0,0 +1,30 @@
const navs = [
{
title: "User",
items: [
{
name: "my_account",
title: "My Account",
},
{
name: "auth_apps",
title: "Authorized Apps",
},
],
},
{
title: "App",
items: [
{
name: "appearance",
title: "Appearance",
},
{
name: "lang",
title: "Language",
},
],
},
];
export default navs;