1
0
forked from bot/app

📝 新增全球统计

This commit is contained in:
2024-08-05 06:00:07 +08:00
parent d63ba4943a
commit 16930e96aa
13 changed files with 1412 additions and 10 deletions

View File

@ -20,6 +20,11 @@ export default sidebar({
icon: "store",
prefix: "store/",
children: "structure",
},{
text: "其他",
icon: "question-circle",
prefix: "other/",
children: "structure",
}
],
});