feat: add bun-fullstack agent and update skills

This commit is contained in:
ken
2026-02-17 23:14:16 +08:00
parent fe71e602ea
commit be3809f388
170 changed files with 23309 additions and 8 deletions

View File

@@ -65,6 +65,12 @@ export default defineConfig({
icon: 'AppstoreOutlined',
component: './ProductList',
},
{
name: 'vehicles',
path: '/vehicles',
icon: 'CarOutlined',
component: './VehicleManagement',
},
{
name: 'attributes',
path: '/attributes',