@linbin-mk/dsh-brand-deepseek 0.1.3 → 0.1.4

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.en.md CHANGED
@@ -47,7 +47,7 @@ pnpm install
47
47
  pnpm build
48
48
  pnpm test
49
49
  npm pack
50
- dsh plugin --profile web-brand add ./linbin-mk-dsh-brand-deepseek-0.1.3.tgz
50
+ dsh plugin --profile web-brand add ./linbin-mk-dsh-brand-deepseek-0.1.4.tgz
51
51
  ```
52
52
 
53
53
  Remove it from the same profile:
package/README.md CHANGED
@@ -47,7 +47,7 @@ pnpm install
47
47
  pnpm build
48
48
  pnpm test
49
49
  npm pack
50
- dsh plugin --profile web-brand add ./linbin-mk-dsh-brand-deepseek-0.1.3.tgz
50
+ dsh plugin --profile web-brand add ./linbin-mk-dsh-brand-deepseek-0.1.4.tgz
51
51
  ```
52
52
 
53
53
  从同一个 profile 移除插件:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@linbin-mk/dsh-brand-deepseek",
3
- "version": "0.1.3",
3
+ "version": "0.1.4",
4
4
  "description": "Third-party DeepSeek Harness brand plugin: whale mark plus a minimal 'deepseek' wordmark for the Web client sidebar.",
5
5
  "type": "module",
6
6
  "main": "./lib/index.js",