@klarkxy/dsh-zhihu 0.1.1 → 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.
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Zhihu search, knowledge-base access, usage tracking, and optional agent tools for DSH. The service and tool entry points can be used separately.
|
|
4
4
|
|
|
5
|
-
[简体中文](https://github.com/klarkxy/dsh-editor/blob/main/packages/dsh-zhihu/README.zh-CN.md)
|
|
5
|
+
[简体中文](https://github.com/klarkxy/dsh-editor/blob/main/packages/dsh-zhihu/docs/README.zh-CN.md)
|
|
6
6
|
|
|
7
7
|
## Install in DSH Web
|
|
8
8
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@klarkxy/dsh-zhihu",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.2",
|
|
4
4
|
"description": "Independent Zhihu services, tools and UI for DSH",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE",
|
|
6
6
|
"type": "module",
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"lib/*.d.ts",
|
|
42
42
|
"cordis.patch.yml",
|
|
43
43
|
"README.md",
|
|
44
|
-
"README.zh-CN.md",
|
|
44
|
+
"docs/README.zh-CN.md",
|
|
45
45
|
"LICENSE"
|
|
46
46
|
],
|
|
47
47
|
"dsh": {
|
|
@@ -126,7 +126,7 @@
|
|
|
126
126
|
"registry": "https://registry.npmjs.org/"
|
|
127
127
|
},
|
|
128
128
|
"dshRelease": {
|
|
129
|
-
"contentHash": "sha256-
|
|
129
|
+
"contentHash": "sha256-8e2766613495fa6345f0e52458239ae27133d24ebe1e916946572fb66a74fe02"
|
|
130
130
|
},
|
|
131
131
|
"scripts": {
|
|
132
132
|
"build": "tsdown && node ../../scripts/wrap-client.mjs @klarkxy/dsh-zhihu",
|
|
File without changes
|