markstar 1.1.5 → 1.1.6
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/README.md +3 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -15,9 +15,10 @@ npx -y markstar
|
|
|
15
15
|
### data-to-chart — 智能图表生成
|
|
16
16
|
|
|
17
17
|
```
|
|
18
|
-
/data-to-chart 近6个月销售额趋势
|
|
18
|
+
/data-to-chart 近6个月销售额趋势 ← 项目内有数据文件时自动读取
|
|
19
|
+
/data-to-chart 2026年全球智能手机市场份额饼图 ← 无本地数据时自动从网络搜索
|
|
19
20
|
/data-to-chart 各部门人员分布饼图
|
|
20
|
-
/data-to-chart 大屏:Q2 运营数据概览
|
|
21
|
+
/data-to-chart 大屏:Q2 运营数据概览 ← 自动触发仪表盘模式
|
|
21
22
|
```
|
|
22
23
|
|
|
23
24
|
| 能力 | 说明 |
|