合作页面的内容

This commit is contained in:
李琦
2026-01-16 10:19:30 +08:00
parent 3bcef22487
commit de821a8645
18 changed files with 1018 additions and 237 deletions

View File

@@ -141,6 +141,11 @@ const menuItems = ref<MenuItem[]>([
icon: '📊',
path: '/admin/dashboard'
},
{
title: '数据分析',
icon: '📈',
path: '/admin/analytics'
},
{
title: '内容管理',
icon: '📚',
@@ -269,7 +274,7 @@ onUnmounted(() => {
border: 1px solid rgba(255, 255, 255, 0.1);
border-radius: 0.5rem;
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
z-index: 100;
z-index: 9999;
overflow: hidden;
animation: slideIn 0.2s ease-out;
}