export const SIDEBAR_ITEMS = [
{
name: "总控制台",
icon: ,
theme: "light"
},
{
name: "通用及杂项",
icon: ,
theme: "cupcake"
},
{
name: "哔哩哔哩控制台",
icon: ,
theme: "valentine"
},
{
name: "抖音控制台",
icon: ,
theme: "dark"
},
{
name: "油管控制台",
icon: ,
theme: "dracula"
},
{
name: "网易云控制台",
icon: ,
theme: "lofi"
},
{
name: "周刊预览",
icon: ,
theme: "retro"
}
];