dsh-plugin-lookatstudy 0.15.0 → 0.16.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/index.mjs CHANGED
@@ -2030,8 +2030,8 @@ const ZH = {
2030
2030
  "col.tutor": "导师",
2031
2031
  "col.bb": "黑板",
2032
2032
  "pane.rail": "课程",
2033
- "pane.tutor": "导师",
2034
- "pane.bb": "黑板",
2033
+ "pane.chat": "对话",
2034
+ "pane.note": "黑板",
2035
2035
  "viewtab.teach": "讲解",
2036
2036
  "viewtab.cmap": "概念图",
2037
2037
  "viewtab.cmap.title": "本课概念之间的关系图",
@@ -2098,9 +2098,12 @@ const ZH = {
2098
2098
  "proposal.accept.msg": "我接受《{lesson}》的掌握度提议,帮我标记为掌握。",
2099
2099
  "proposal.decline.msg": "《{lesson}》我先再练练,暂不接受提前毕业。",
2100
2100
  "tutor.thinking": "导师思考中…",
2101
- "pane.rail": "课程",
2102
- "pane.chat": "对话",
2103
- "pane.note": "黑板",
2101
+ "header.xp": "经验值 {xp}",
2102
+ "header.streak": "连续学习天数",
2103
+ "header.level": "等级",
2104
+ "map.node.locked": "锁定 — 先完成前面的课时",
2105
+ "map.node.due": "到了复习时间",
2106
+ "map.exam.locked": "考试未解锁 — 本章节全部课时掌握度 ≥50% 后开放",
2104
2107
  "companion.poke": "戳一戳伴学伙伴",
2105
2108
  "companion.poked": "伴学伙伴向你眨了眨眼",
2106
2109
  "companion.form.ember": "小焰",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dsh-plugin-lookatstudy",
3
- "version": "0.15.0",
3
+ "version": "0.16.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",