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