figma-mcp-stdio 1.0.10 → 1.0.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/build/index.js +1 -1
  2. package/package.json +1 -1
package/build/index.js CHANGED
@@ -28,7 +28,7 @@ const taskList = [
28
28
  - 保存到编辑文件同级的images目录下
29
29
  - 张图片下载失败时自动重试 2-3 次`,
30
30
  `【页面生成要求】:
31
- - 下列属性严格遵循Figma中的属性设置:borderRadius、fontWeight、fontSize、opacity 禁止任何调整`,
31
+ - 下列属性严格遵循Figma中的属性设置:borderRadius、fontWeight、fontSize禁止任何调整`,
32
32
  '【前期准备】:',
33
33
  "1. 使用能够获取Figma设计稿数据的工具提取页面的JSON结构数据,注入上下文中,数据名称 figmaJson",
34
34
  "2. 页面整体的nodeId节点ID需要转换,使用【Figma节点ID转换规则】来获取转换规则, 使用【下载Figma图片工具】下载页面截图",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "figma-mcp-stdio",
3
- "version": "1.0.10",
3
+ "version": "1.0.11",
4
4
  "description": "A Model Context Protocol server",
5
5
  "private": false,
6
6
  "type": "module",