feat: Dock栏添加OpenCode网站链接

This commit is contained in:
wfz
2026-03-10 10:27:02 +08:00
parent 4b98bde850
commit 0a1681f4ab

View File

@@ -28,6 +28,12 @@ const dockItems = [
name: 'JRebel',
url: 'https://jrebel.wufangzhen.com',
icon: 'M13 10V3L4 14h7v7l9-11h-7z'
},
{
id: 'opencode',
name: 'OpenCode',
url: 'https://opencode.wufangzhen.com',
icon: 'M8 9l3 3-3 3m5 0h3M5 20h14a2 2 0 002-2V6a2 2 0 00-2-2H5a2 2 0 00-2 2v12a2 2 0 002 2z'
}
]