@linxin666/dsh-client-ui-community-plugins 0.3.14 → 0.3.16

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/community.json +12 -0
  2. package/package.json +1 -1
package/community.json CHANGED
@@ -608,5 +608,17 @@
608
608
  "npm": "dsh-session-enhance",
609
609
  "category": "utility",
610
610
  "subcategory": "cleanup"
611
+ },
612
+ {
613
+ "id": "dsh-audiogen",
614
+ "name": "AI 音频",
615
+ "nameEn": "AI AudioGen",
616
+ "author": "shimingming520",
617
+ "description": "AI 音频生成插件:通过可配置的多厂商渠道(OpenAI 兼容、ElevenLabs、MiniMax、Stability AI 与自定义)实现 TTS 文本转语音、音乐与音效生成,提供按渠道模型/音色目录、Agent 工具与侧边栏面板。",
618
+ "descriptionEn": "AI audio generation for the dsh web GUI: TTS, music and sound effects through configurable multi-vendor channels (OpenAI-compatible, ElevenLabs, MiniMax, Stability AI and custom), with per-channel model/voice catalogs, an Agent tool and a sidebar panel.",
619
+ "repo": "https://github.com/shimingming520/dsh-audiogen",
620
+ "npm": "dsh-audiogen",
621
+ "category": "tools",
622
+ "subcategory": "model"
611
623
  }
612
624
  ]
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@linxin666/dsh-client-ui-community-plugins",
3
3
  "description": "Community plugin index data source for the dsh web ecosystem: community.json is the single source of the Workshop store plugin list and the dsh-market.com plugin manifest.",
4
- "version": "0.3.14",
4
+ "version": "0.3.16",
5
5
  "type": "module",
6
6
  "main": "lib/index.js",
7
7
  "exports": {