Skip to content

Commit

Permalink
feat: + shiki
Browse files Browse the repository at this point in the history
  • Loading branch information
dragon-fish committed Dec 3, 2024
1 parent 56096af commit 3937fc4
Show file tree
Hide file tree
Showing 6 changed files with 379 additions and 5 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -138,3 +138,5 @@ badwords.ini
.flaskenv*

.koishi_signal*

/.debug
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "4.13.2",
"private": true,
"license": "MIT",
"type": "module",
"scripts": {
"dev": "cross-env NODE_ENV=development tsx --watch ./src",
"start": "cross-env NODE_ENV=production tsx ./src",
Expand Down Expand Up @@ -72,6 +73,7 @@
"koishi-plugin-switch": "^1.9.0",
"mint-filter": "^4.0.3",
"openai": "^4.70.2",
"shiki": "^1.24.0",
"wiki-saikou": "^3.4.0"
}
}
Loading

0 comments on commit 3937fc4

Please sign in to comment.