1
0

feat(web): 使用vite重新组织前端代码

This commit is contained in:
2024-11-19 17:52:34 +08:00
parent 7ccc602406
commit 9a01d74d78
138 changed files with 1141 additions and 443 deletions

View File

@@ -0,0 +1,9 @@
export function tabOverview() {
return {
title: '概览',
icon: 'fa fa-house',
body: [
'hello world'
]
}
}