dsh-plugin-lookatstudy 0.15.0 → 0.17.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 +2 -2
- package/lib/client.js +967 -197
- package/lib/client.js.map +1 -1
- package/lib/index.mjs +18 -5
- package/package.json +1 -1
package/lib/index.mjs
CHANGED
|
@@ -2030,8 +2030,8 @@ const ZH = {
|
|
|
2030
2030
|
"col.tutor": "导师",
|
|
2031
2031
|
"col.bb": "黑板",
|
|
2032
2032
|
"pane.rail": "课程",
|
|
2033
|
-
"pane.
|
|
2034
|
-
"pane.
|
|
2033
|
+
"pane.chat": "对话",
|
|
2034
|
+
"pane.note": "黑板",
|
|
2035
2035
|
"viewtab.teach": "讲解",
|
|
2036
2036
|
"viewtab.cmap": "概念图",
|
|
2037
2037
|
"viewtab.cmap.title": "本课概念之间的关系图",
|
|
@@ -2098,9 +2098,21 @@ const ZH = {
|
|
|
2098
2098
|
"proposal.accept.msg": "我接受《{lesson}》的掌握度提议,帮我标记为掌握。",
|
|
2099
2099
|
"proposal.decline.msg": "《{lesson}》我先再练练,暂不接受提前毕业。",
|
|
2100
2100
|
"tutor.thinking": "导师思考中…",
|
|
2101
|
-
"
|
|
2102
|
-
"
|
|
2103
|
-
"
|
|
2101
|
+
"header.xp": "经验值 {xp}",
|
|
2102
|
+
"header.streak": "连续学习天数",
|
|
2103
|
+
"header.level": "等级",
|
|
2104
|
+
"map.node.locked": "锁定 — 先完成前面的课时",
|
|
2105
|
+
"map.node.due": "到了复习时间",
|
|
2106
|
+
"map.exam.locked": "考试未解锁 — 本章节全部课时掌握度 ≥50% 后开放",
|
|
2107
|
+
"map.tab.map": "地图",
|
|
2108
|
+
"map.tab.import": "导入",
|
|
2109
|
+
"map.search.label": "搜索",
|
|
2110
|
+
"map.review.label": "复习",
|
|
2111
|
+
"map.overlay.close": "关闭",
|
|
2112
|
+
"chat.start": "开始学习",
|
|
2113
|
+
"chat.start.hint": "从当前课时的第一个开场动作开始",
|
|
2114
|
+
"prompt.start": "你好,我们开始学这一课吧:先给我一个两三句话的导览,再从第一个知识点讲起。",
|
|
2115
|
+
"mode.label": "风格:",
|
|
2104
2116
|
"companion.poke": "戳一戳伴学伙伴",
|
|
2105
2117
|
"companion.poked": "伴学伙伴向你眨了眨眼",
|
|
2106
2118
|
"companion.form.ember": "小焰",
|
|
@@ -2128,6 +2140,7 @@ const ZH = {
|
|
|
2128
2140
|
"rail.due": "待复习 {count}",
|
|
2129
2141
|
"rail.due.over": "超{days}天",
|
|
2130
2142
|
"rail.due.start": "开始复习",
|
|
2143
|
+
"rail.due.none": "暂时没有到期的复习,保持节奏!",
|
|
2131
2144
|
"rail.due.tag": "这课时的复习今天到期(SM-2)",
|
|
2132
2145
|
"rail.delete": "删除本课程",
|
|
2133
2146
|
"rail.delete.confirm": "确认删除?",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "dsh-plugin-lookatstudy",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.17.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",
|