dsh-plugin-lookatstudy 0.13.0 → 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 +14 -14
- package/lib/client.js +905 -992
- package/lib/client.js.map +1 -1
- package/lib/index.mjs +10 -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}%",
|
|
@@ -2040,6 +2042,14 @@ const ZH = {
|
|
|
2040
2042
|
"settings.mode": "教学风格",
|
|
2041
2043
|
"settings.mode.hint": "导师的讲解风格;也可在学习页随时切换",
|
|
2042
2044
|
"settings.studyMode": "学习模式",
|
|
2045
|
+
"settings.voice": "朗读语音",
|
|
2046
|
+
"settings.voice.hint": "「朗读本课」使用的神经网络声音(浏览器本地偏好)",
|
|
2047
|
+
"voice.xiaoxiao": "晓晓 · 中文女声",
|
|
2048
|
+
"voice.yunxi": "云希 · 中文男声",
|
|
2049
|
+
"voice.yunyang": "云扬 · 中文男声(新闻)",
|
|
2050
|
+
"voice.xiaoyi": "晓伊 · 中文女声(轻快)",
|
|
2051
|
+
"voice.aria": "Aria · English female",
|
|
2052
|
+
"voice.guy": "Guy · English male",
|
|
2043
2053
|
"settings.studyMode.hint": "开启后注册 study_* 工具并载入导师人格;进度与笔记始终保留",
|
|
2044
2054
|
"settings.on": "状态:已开启",
|
|
2045
2055
|
"settings.off": "状态:已关闭",
|
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",
|