dsh-plugin-lookatstudy 0.11.1 → 0.12.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 +0 -1
- package/lib/client.js +454 -255
- package/lib/client.js.map +1 -1
- package/lib/epub-parser-oH96guBW.mjs +306 -0
- package/lib/{html-article-C6nhqJbX.mjs → html-article-Da8ksU0i.mjs} +35 -1
- package/lib/index.mjs +71 -40
- package/lib/{pptx-parser-CD5pR2cj.mjs → pptx-parser-B9IDkiGM.mjs} +50 -2
- package/package.json +1 -1
- package/lib/epub-parser-DvlKap-d.mjs +0 -112
package/README.md
CHANGED
|
@@ -8,7 +8,6 @@ Turn any markdown document, local folder, or GitHub learning repository into a g
|
|
|
8
8
|
|---|---|
|
|
9
9
|
|  | **The 学习 tab** — course rail (progress, mastery bars, due box), the live tutor conversation, and the focus lesson's blackboard, all inside one dsh conversation view. |
|
|
10
10
|
|  | **讲解** — server-sanitized markdown rendered rich on demand: KaTeX formulas, syntax-highlighted code, mermaid diagrams (CDN loaders, silent degrade offline). |
|
|
11
|
-
|  | **🧠 脑图** — the lesson as an interactive markmap mindmap. |
|
|
12
11
|
|  | **🕸 概念图** — the lesson's knowledge components laid out as a draw.io-style concept graph (bundled ELK layout, no external service). |
|
|
13
12
|
|  | **课程栏** — sections, gating, mastery bars, ⚡ weak spots, exam stars, XP & streak. |
|
|
14
13
|
|