dsh-audiogen 0.4.11 → 0.4.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.
- package/README.md +5 -5
- package/README.zh-CN.md +5 -5
- package/docs/images/hero.png +0 -0
- package/docs/images/library-detail.png +0 -0
- package/docs/images/library.png +0 -0
- package/docs/images/models-page.png +0 -0
- package/docs/images/settings-channels.png +0 -0
- package/docs/images/settings-stability.png +0 -0
- package/lib/client.js +338 -338
- package/lib/client.js.map +1 -1
- package/package.json +1 -1
- package/src/protocol.ts +3 -3
- package/docs/images/history-panel.png +0 -0
- package/docs/images/panel-compare.png +0 -0
- package/docs/images/panel-music.png +0 -0
package/README.md
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|

|
|
10
10
|

|
|
11
11
|
|
|
12
|
-

|
|
13
13
|
|
|
14
14
|
## ✨ Features
|
|
15
15
|
|
|
@@ -25,13 +25,13 @@
|
|
|
25
25
|
|
|
26
26
|
## 📸 Screenshots
|
|
27
27
|
|
|
28
|
-
| Generation panel |
|
|
28
|
+
| Generation panel | Resource library |
|
|
29
29
|
| --- | --- |
|
|
30
|
-
|  |  |
|
|
31
31
|
|
|
32
|
-
|
|
|
32
|
+
| Library — full provenance drawer | Channels settings |
|
|
33
33
|
| --- | --- |
|
|
34
|
-
|  |  |
|
|
35
35
|
|
|
36
36
|
| Channel editor (model catalog & auto capabilities) | LLM models (Settings → Models) |
|
|
37
37
|
| --- | --- |
|
package/README.zh-CN.md
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|

|
|
10
10
|

|
|
11
11
|
|
|
12
|
-

|
|
13
13
|
|
|
14
14
|
## ✨ 功能特性
|
|
15
15
|
|
|
@@ -25,13 +25,13 @@
|
|
|
25
25
|
|
|
26
26
|
## 📸 截图
|
|
27
27
|
|
|
28
|
-
| 生成面板 |
|
|
28
|
+
| 生成面板 | 资源库 |
|
|
29
29
|
| --- | --- |
|
|
30
|
-
|  |  |
|
|
31
31
|
|
|
32
|
-
|
|
|
32
|
+
| 资源库详情(完整溯源) | 渠道设置 |
|
|
33
33
|
| --- | --- |
|
|
34
|
-
|  |  |
|
|
35
35
|
|
|
36
36
|
| 渠道编辑(模型目录与自动能力识别) | LLM 模型(设置 → 模型) |
|
|
37
37
|
| --- | --- |
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|