UNPKG

figma-restoration-tools

Version:

Professional Figma Component Restoration Kit - MCP tools with snapDOM-powered high-quality screenshots, intelligent shadow detection, and smart debugging for Vue component restoration. Includes figma_compare and snapdom_screenshot tools.

208 lines 4.87 kB
{ "componentName": "ContextMenu", "description": "右键菜单组件 - 文档管理相关操作", "dimensions": { "width": 156, "height": "auto" }, "layout": { "display": "flex", "flexDirection": "column", "padding": "4px 0", "gap": 0, "backgroundColor": "#FFFFFF", "borderRadius": "4px", "boxShadow": "0px 5px 30px 0px rgba(48, 61, 60, 0.15), 0px 2px 8px 0px rgba(48, 61, 60, 0.1)", "minWidth": "156px" }, "elements": [ { "id": "menu-item-open", "type": "menu-item", "text": "打开", "icon": "cs_ic_common_erase_rectangle_矩形擦除", "shortcut": "⇧⌘C", "state": "default", "showShortcut": false }, { "id": "menu-item-share", "type": "menu-item", "text": "分享", "icon": "cs_ic_common_share_ios_分享、共享", "shortcut": "⇧⌘C", "state": "default", "showShortcut": false }, { "id": "menu-item-download", "type": "menu-item", "text": "下载", "icon": "cs_ic_common_download_下载", "shortcut": "⇧⌘C", "state": "hover", "showShortcut": false }, { "id": "divider-1", "type": "divider" }, { "id": "menu-item-copy", "type": "menu-item", "text": "复制", "icon": "cs_ic_common_copy_复制", "shortcut": "⌘C", "state": "default", "showShortcut": true }, { "id": "menu-item-cut", "type": "menu-item", "text": "剪切", "icon": "cs_ic_common_erase_rectangle_矩形擦除", "shortcut": "⌘X", "state": "default", "showShortcut": true }, { "id": "menu-item-paste", "type": "menu-item", "text": "粘贴", "icon": "cs_ic_common_erase_rectangle_矩形擦除", "shortcut": "⌘V", "state": "disabled", "showShortcut": true }, { "id": "menu-item-rename", "type": "menu-item", "text": "重命名", "icon": "cs_ic_common_rename_重命名", "shortcut": "⇧⌘C", "state": "default", "showShortcut": false }, { "id": "menu-item-tags", "type": "menu-item", "text": "标签", "icon": "cs_ic_common_tags_标签", "shortcut": "⇧⌘C", "state": "default", "showShortcut": false }, { "id": "divider-2", "type": "divider" }, { "id": "menu-item-delete", "type": "menu-item", "text": "删除", "icon": "cs_ic_common_delete_删除、垃圾桶", "shortcut": "⇧⌘C", "state": "danger", "showShortcut": false } ], "styles": { "menuItem": { "display": "flex", "flexDirection": "row", "alignItems": "center", "gap": "16px", "padding": "6px 16px 6px 12px", "minHeight": "32px", "cursor": "pointer", "fontSize": "14px", "fontFamily": "PingFang SC", "fontWeight": 400, "lineHeight": "1.43", "color": "#212121" }, "menuItemHover": { "backgroundColor": "#F7F7F7" }, "menuItemDisabled": { "opacity": 0.3, "cursor": "not-allowed" }, "menuItemDanger": { "color": "#FE501E" }, "iconContainer": { "display": "flex", "alignItems": "center", "gap": "8px", "paddingLeft": "4px" }, "icon": { "width": "16px", "height": "16px", "color": "#5A5A5A" }, "iconDanger": { "color": "#FE501E" }, "shortcut": { "fontSize": "14px", "fontFamily": "PingFang SC", "fontWeight": 400, "letterSpacing": "0.2em", "textAlign": "right", "color": "#212121", "width": "42px" }, "divider": { "height": "9px", "width": "100%", "position": "relative" }, "dividerLine": { "position": "absolute", "top": "4px", "left": "0", "right": "0", "height": "1px", "backgroundColor": "#F1F1F1" } }, "assets": [ { "name": "cs_ic_common_erase_rectangle_矩形擦除", "type": "svg", "componentId": "1530:35829" }, { "name": "cs_ic_common_share_ios_分享、共享", "type": "svg", "componentId": "665:8693" }, { "name": "cs_ic_common_download_下载", "type": "svg", "componentId": "1530:36297" }, { "name": "cs_ic_common_copy_复制", "type": "svg", "componentId": "1530:35907" }, { "name": "cs_ic_common_rename_重命名", "type": "svg", "componentId": "1530:35818" }, { "name": "cs_ic_common_tags_标签", "type": "svg", "componentId": "1530:35941" }, { "name": "cs_ic_common_delete_删除、垃圾桶", "type": "svg", "componentId": "1270:24949" } ] }