@kg-ai/kugou-skill 0.0.9 → 0.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.
package/SKILL.md CHANGED
@@ -263,15 +263,13 @@ kugou-cli music recent --page 1 --size 20
263
263
  ### 8. 听歌统计 🔐
264
264
 
265
265
  ```bash
266
- kugou-cli music stats
267
- kugou-cli music stats --date-type 1 --date 20260501
266
+ kugou-cli music stats # 默认查当月
267
+ kugou-cli music stats --date-type 1 --date 20260501 # 指定周查询
268
268
  ```
269
269
 
270
- **AI 引导**:如果用户不指定查询范围,默认按月查询(`--date-type 2`),日期设为当月第一天。例如当前日期是 2025-06-15,默认查询 2025年6月1日 的数据。
271
-
272
270
  **参数**:
273
- - `--date-type`: 日期类型,0=日、1=周、2=月,默认 0
274
- - `--date`: 查询日期,YYYYMMDD 格式,如 "20260501"
271
+ - `--date-type`: 日期类型,0=日、1=周、2=月,默认 2(月)
272
+ - `--date`: 查询日期,YYYYMMDD 格式,如 "20260501"(不填默认当月第一天)
275
273
  - 日类型:每天日期,如 "20260501"
276
274
  - 周类型:必须是周一日期,如 "20260505"(周一)
277
275
  - 月类型:必须是月份第一天,如 "20260501"(5月1日)
Binary file
Binary file
Binary file
Binary file
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kg-ai/kugou-skill",
3
- "version": "0.0.9",
3
+ "version": "0.0.11",
4
4
  "description": "Kugou Skill CLI",
5
5
  "main": "index.js",
6
6
  "bin": {