Polish editor timeline interactions
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user