feat: add dashboard

This commit is contained in:
pa
2026-03-12 23:23:27 +09:00
parent 6e8f9543eb
commit e817d7392f
31 changed files with 2765 additions and 894 deletions

View File

@@ -0,0 +1,3 @@
export const DASHBOARD_STORAGE_KEY = 'VRCX_dashboardConfigs';
export const DASHBOARD_NAV_KEY_PREFIX = 'dashboard-';
export const DEFAULT_DASHBOARD_ICON = 'ri-dashboard-line';

View File

@@ -13,3 +13,4 @@ export * from './link';
export * from './ui';
export * from './accessType';
export * from './tags';
export * from './dashboard';