dsh-done-sound 0.1.0 → 0.1.2

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/README.md +5 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -42,10 +42,12 @@ pnpm run check # 语法检查两个产物
42
42
 
43
43
  ## 音效库下载
44
44
 
45
- 内置提示音不够用?社区精选音效库(百度网盘,永久有效)即将上线,届时在此补充链接与提取码:
45
+ 内置提示音不够用?社区精选音色库(百度网盘,永久有效):
46
46
 
47
- - 链接:(待补充)
48
- - 提取码:(待补充)
47
+ - 链接:https://pan.baidu.com/s/1xnef4xkCy8pkooXMGi2ApQ?pwd=1234
48
+ - 提取码:1234
49
+
50
+ 下载解压后,在 设置 → 对话完成音效 → 选择音频 中选用即可。
49
51
 
50
52
  ## License
51
53
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dsh-done-sound",
3
- "version": "0.1.0",
3
+ "version": "0.1.2",
4
4
  "description": "Play a user-chosen sound whenever a conversation finishes in the DeepSeek Harness web GUI",
5
5
  "license": "MIT",
6
6
  "type": "module",