dsh-recall-plugin 1.2.0 → 1.2.1

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 +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -50,7 +50,7 @@ dsh plugin --profile web add dsh-recall-plugin
50
50
  ```
51
51
  - 也可从 git 直接安装(纯 JS 无构建,免 prepare/allowBuilds):
52
52
  ```powershell
53
- dsh plugin --profile web add github:limbo947/DSH-recall-plugin
53
+ dsh plugin --profile web add github:limbo947/dsh-recall-plugin
54
54
  ```
55
55
  - 重启 DSH 进程(按你的启动方式,任选其一)
56
56
  ```powershell
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "dsh-recall-plugin",
3
- "version": "1.2.0",
3
+ "version": "1.2.1",
4
4
  "description": "DSH 消息撤回插件:在用户消息气泡旁加「撤回」按钮,把项目文件(独立影子 git 仓库快照)与对话历史(官方 fork)一并回退到该消息发送之前。",
5
5
  "type": "module",
6
6
  "repository": {
7
7
  "type": "git",
8
- "url": "git+https://github.com/limbo947/DSH-recall-plugin.git"
8
+ "url": "git+https://github.com/limbo947/dsh-recall-plugin.git"
9
9
  },
10
10
  "publishConfig": {
11
11
  "access": "public"