figma-mcp-stdio 1.0.11 → 1.0.12

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 -0
  2. package/package.json +1 -1
package/build/index.js CHANGED
@@ -38,6 +38,7 @@ const taskList = [
38
38
  "6. 使用【获取图片详情工具】获取截图详情",
39
39
  "【生成页面】:",
40
40
  `7. 根据截图详情内容生成页面,结合 figmaJson数据优化样式,截图为主,figmaJson 数据为辅。分段生成代码,例如template、script、scss,防止任务过大超时
41
+ - ⚠️ 重要提示:样式生成时gap转换为margin、font-weight: 600转换为font-weight: bold
41
42
  `,
42
43
  "【自检流程】:",
43
44
  "8. 执行自检流程,利用截图详情执行【检查页面】工具自检",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "figma-mcp-stdio",
3
- "version": "1.0.11",
3
+ "version": "1.0.12",
4
4
  "description": "A Model Context Protocol server",
5
5
  "private": false,
6
6
  "type": "module",