2
0
mirror of https://github.com/acepanel/panel.git synced 2026-02-04 13:47:15 +08:00

feat: 添加应用图标

This commit is contained in:
耗子
2024-10-17 21:20:26 +08:00
parent 2d74e8966e
commit f6fec06e82
17 changed files with 29 additions and 64 deletions

View File

@@ -14,7 +14,7 @@ export default {
component: () => import('./IndexView.vue'),
meta: {
title: 'phpMyAdmin',
icon: 'mdi:database',
icon: 'simple-icons:phpmyadmin',
role: ['admin'],
requireAuth: true
}