dsh-plugin-lookatstudy 0.16.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/lib/client.js +400 -137
- package/lib/client.js.map +1 -1
- package/lib/index.mjs +10 -0
- package/package.json +1 -1
package/lib/index.mjs
CHANGED
|
@@ -2104,6 +2104,15 @@ const ZH = {
|
|
|
2104
2104
|
"map.node.locked": "锁定 — 先完成前面的课时",
|
|
2105
2105
|
"map.node.due": "到了复习时间",
|
|
2106
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": "风格:",
|
|
2107
2116
|
"companion.poke": "戳一戳伴学伙伴",
|
|
2108
2117
|
"companion.poked": "伴学伙伴向你眨了眨眼",
|
|
2109
2118
|
"companion.form.ember": "小焰",
|
|
@@ -2131,6 +2140,7 @@ const ZH = {
|
|
|
2131
2140
|
"rail.due": "待复习 {count}",
|
|
2132
2141
|
"rail.due.over": "超{days}天",
|
|
2133
2142
|
"rail.due.start": "开始复习",
|
|
2143
|
+
"rail.due.none": "暂时没有到期的复习,保持节奏!",
|
|
2134
2144
|
"rail.due.tag": "这课时的复习今天到期(SM-2)",
|
|
2135
2145
|
"rail.delete": "删除本课程",
|
|
2136
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",
|