koishi-plugin-latex-render 1.0.2 → 1.0.4

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.
Files changed (1) hide show
  1. package/package.json +3 -4
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "koishi-plugin-latex-render",
3
3
  "description": "ChatLuna 专用 - 将 AI 返回的 LaTeX 公式渲染为图片",
4
- "version": "1.0.2",
4
+ "version": "1.0.4",
5
5
  "main": "lib/index.js",
6
6
  "typings": "lib/index.d.ts",
7
7
  "files": [
@@ -24,12 +24,11 @@
24
24
  "katex"
25
25
  ],
26
26
  "peerDependencies": {
27
- "koishi": "^4.18.7"
28
- },
29
- "dependencies": {
27
+ "koishi": "^4.18.7",
30
28
  "katex": "^0.16.0"
31
29
  },
32
30
  "koishi": {
31
+ "preview": true,
33
32
  "description": {
34
33
  "zh": "ChatLuna 专用 - 将 AI 返回的 LaTeX 公式渲染为图片",
35
34
  "en": "ChatLuna exclusive - Render LaTeX formulas returned by AI as images"