Polish editor timeline interactions

This commit is contained in:
iye
2026-05-27 17:59:55 +08:00
parent 134778dde8
commit 5edfa05369
8 changed files with 511 additions and 126 deletions
+2 -2
View File
@@ -12,7 +12,7 @@ const ShellIcon = (name, opts) => window.IconKit ? window.IconKit.svg(name, opts
const NAV = [
{
id: 'dashboard', label: '工作台', href: 'index.html',
icon: ShellIcon('home')
icon: ShellIcon('dashboard')
},
{
id: 'products', label: '商品库', href: 'products.html', badge: '7',
@@ -28,7 +28,7 @@ const NAV = [
},
{
id: 'library', label: '资产库', href: 'library.html',
icon: ShellIcon('images')
icon: ShellIcon('library')
},
{
id: 'team', label: '团队', href: 'team.html',