@ww_nero/skills 2.2.10 → 2.2.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/index.js +3 -3
  2. package/package.json +16 -16
package/index.js CHANGED
@@ -130,8 +130,8 @@ const GUIDES = {
130
130
 
131
131
  1. **规划PPT内容**,存储到markdown文件中:
132
132
  - 每页Slide的规划需要包含:内容、布局方式、插图(只有用户明确提出要求时才添加插图)
133
- - 不同页面应尽可能使用不同的布局方式,避免过于单调,可适当使用图表来呈现信息,例如折线图、柱状图、饼状图等,但背景颜色保持一致
134
- - 如果用户未明确提出要求,则页面默认比例为宽1280px、高720px,默认背景为深邃蓝色、科技感、弱渐变、简约风格
133
+ - 不同页面应尽可能使用不同的布局方式,避免过于单调,可适当使用图表来呈现信息,例如折线图、柱状图、饼状图等;各正文页面背景和标题样式应保持一致
134
+ - 如果用户未明确提出要求,则页面默认比例为宽1280px、高720px,默认背景为商务浅灰色、弱渐变、简约风格
135
135
  - 如果需要插入图片,则按照以下方式:
136
136
  - 收集图片素材,优先使用用户提供的图片;如未提供,则使用图片生成工具生成合适的图片
137
137
  - 将图片素材保存到\`images\`文件夹中,通过python脚本获取每个图片的宽高比例,然后对每张图片进行重命名,通过名称标识图片的内容及宽高比例,例如\`main_background_16_9.png\`表示该图片是主背景图,宽高比为16:9;对于用户提供的图片素材,可调用工具解读图片内容
@@ -237,7 +237,7 @@ const listTools = () => ({
237
237
  ]
238
238
  });
239
239
 
240
- const server = new Server({ name: 'skills', version: '2.2.10' }, { capabilities: { tools: {} } });
240
+ const server = new Server({ name: 'skills', version: '2.2.11' }, { capabilities: { tools: {} } });
241
241
 
242
242
  server.setRequestHandler(ListToolsRequestSchema, async () => listTools());
243
243
 
package/package.json CHANGED
@@ -1,16 +1,16 @@
1
- {
2
- "name": "@ww_nero/skills",
3
- "version": "2.2.10",
4
- "description": "MCP server that returns Python reference snippets and skill guides",
5
- "main": "index.js",
6
- "bin": {
7
- "skills": "index.js"
8
- },
9
- "files": [
10
- "index.js",
11
- "assets"
12
- ],
13
- "dependencies": {
14
- "@modelcontextprotocol/sdk": "^1.22.0"
15
- }
16
- }
1
+ {
2
+ "name": "@ww_nero/skills",
3
+ "version": "2.2.12",
4
+ "description": "MCP server that returns Python reference snippets and skill guides",
5
+ "main": "index.js",
6
+ "bin": {
7
+ "skills": "index.js"
8
+ },
9
+ "files": [
10
+ "index.js",
11
+ "assets"
12
+ ],
13
+ "dependencies": {
14
+ "@modelcontextprotocol/sdk": "^1.22.0"
15
+ }
16
+ }