dsh-plugin-lookatstudy 0.13.1 → 0.14.0
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 +12 -12
- package/lib/client.js +831 -1017
- package/lib/client.js.map +1 -1
- package/lib/index.mjs +2 -0
- package/package.json +1 -1
package/lib/index.mjs
CHANGED
|
@@ -1968,6 +1968,8 @@ const ZH = {
|
|
|
1968
1968
|
"rail.empty.hint2": "本地文件夹 → 说「导入 D:/path/to/folder」",
|
|
1969
1969
|
"rail.empty.placeholder": "GitHub 仓库链接,如 microsoft/AI-For-Beginners",
|
|
1970
1970
|
"rail.empty.button": "导入",
|
|
1971
|
+
"composer.send": "发送",
|
|
1972
|
+
"composer.busy": "导师正在回复…",
|
|
1971
1973
|
"rail.empty.demo": "导入示例课程",
|
|
1972
1974
|
"rail.mastered": "毕业 {mastered}/{total} 课",
|
|
1973
1975
|
"rail.avg": "平均掌握度 {pct}%",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "dsh-plugin-lookatstudy",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.14.0",
|
|
4
4
|
"packageManager": "pnpm@11.7.0",
|
|
5
5
|
"description": "Turn any markdown, local folder, or GitHub learning repo into a guided course inside DeepSeek Harness: gated skill-tree progression, BKT mastery tracking, SM-2 spaced repetition.",
|
|
6
6
|
"type": "module",
|