diff --git a/README.md b/README.md index 08c5ee5..1f1df4b 100644 --- a/README.md +++ b/README.md @@ -14,9 +14,10 @@ Release MIT release + dsh-plugin

-本仓库是第三方桌面壳,**不包含** DeepSeek Harness 源码。官方 WebUI 由本机或 Flatpak 内的 `dsh web` 提供;升级 `dsh` 后界面跟着升级,不必重打包前端。 +本仓库是第三方桌面壳,**不包含** DeepSeek Harness 源码。官方 WebUI 由本机或 Flatpak 内的 `dsh web` 提供;升级 `dsh` 后界面跟着升级,不必重打包前端。仓库已按 [DeepSeek Harness 贡献指南](https://github.com/deepseek-ai/deepseek-harness/blob/master/CONTRIBUTING.md) 添加 GitHub topic [`dsh-plugin`](https://github.com/topics/dsh-plugin),方便在生态里被发现。 ![启动页:正在启动官方 WebUI](docs/screenshots/splash.png) diff --git a/tests/test_plugins.py b/tests/test_plugins.py index 34b93a9..4415651 100644 --- a/tests/test_plugins.py +++ b/tests/test_plugins.py @@ -48,6 +48,7 @@ class BundledAttributionTests(unittest.TestCase): self.assertIn("3.16.6", text) self.assertIn("ffb845c5480adc953392a6db6f8a98ede621174b", text) self.assertIn("dsh-desktop-vision", text) + self.assertIn("dsh-plugin", text) self.assertTrue((ROOT / "docs" / "licenses" / "modlens.LICENSE").is_file()) self.assertTrue( (ROOT / "docs" / "licenses" / "dsh-anchored-standard.NOTICE").is_file()