@lemonppt/cli 0.1.3 → 0.1.5
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.
- package/SKILL.md +3 -3
- package/package.json +5 -5
package/SKILL.md
CHANGED
|
@@ -126,21 +126,21 @@ Agent 选页时只需指定 `role`,系统会根据角色自动挑选合适版
|
|
|
126
126
|
| `tableOfContents` | 目录 | `table_of_contents_v1` |
|
|
127
127
|
| `metric` | 关键指标 | `metric_v1`, `metric_v2` |
|
|
128
128
|
| `stats` | 2x2 统计网格 | `stats_v1` |
|
|
129
|
-
| `chart` |
|
|
129
|
+
| `chart` | 数据图表 | `chart_v1`, `chart_v2` |
|
|
130
130
|
| `comparison` | 对比 | `comparison_v1`, `comparison_v2` |
|
|
131
131
|
| `pricing` | 价格方案 | `pricing_v1` |
|
|
132
132
|
| `process` | 流程步骤 | `process_v1`, `process_v2` |
|
|
133
133
|
| `timeline` | 时间线 | `timeline_v1` |
|
|
134
134
|
| `roadmap` | 路线图 | `roadmap_v1` |
|
|
135
135
|
| `quote` | 金句引用 | `quote_v1`, `quote_v2` |
|
|
136
|
-
| `testimonial` | 客户评价 | `testimonial_v1` |
|
|
136
|
+
| `testimonial` | 客户评价 | `testimonial_v1`, `testimonial_v2` |
|
|
137
137
|
| `content` | 内容页 | `content_v1`, `content_v2`, `content_v3`, `split_v1` |
|
|
138
138
|
| `faq` | 问答 | `faq_v1` |
|
|
139
139
|
| `feature` | 产品特性 | `feature_v1` |
|
|
140
140
|
| `team` | 团队介绍 | `team_v1` |
|
|
141
141
|
| `partners` | 合作伙伴墙 | `partners_v1` |
|
|
142
142
|
| `image` | 全屏图片 | `image_v1` |
|
|
143
|
-
| `gallery` | 图片画廊 | `gallery_v1` |
|
|
143
|
+
| `gallery` | 图片画廊 | `gallery_v1`, `gallery_v2` |
|
|
144
144
|
| `swot` | SWOT 分析 | `swot_v1` |
|
|
145
145
|
| `pest` | PEST 分析 | `pest_v1` |
|
|
146
146
|
| `closing` | 结尾页 | `closing_v1`, `closing_v2` |
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lemonppt/cli",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.5",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
@@ -30,10 +30,10 @@
|
|
|
30
30
|
},
|
|
31
31
|
"homepage": "https://github.com/lemonforme/lemonPPT#readme",
|
|
32
32
|
"dependencies": {
|
|
33
|
-
"@lemonppt/agent-prompts": "0.1.
|
|
34
|
-
"@lemonppt/core": "0.1.
|
|
35
|
-
"@lemonppt/renderer": "0.1.
|
|
36
|
-
"@lemonppt/themes": "0.1.
|
|
33
|
+
"@lemonppt/agent-prompts": "0.1.5",
|
|
34
|
+
"@lemonppt/core": "0.1.5",
|
|
35
|
+
"@lemonppt/renderer": "0.1.5",
|
|
36
|
+
"@lemonppt/themes": "0.1.5"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|
|
39
39
|
"@types/node": "^20.0.0",
|