Skip to content

Commit

Permalink
feat: add karin.command
Browse files Browse the repository at this point in the history
  • Loading branch information
CakmLexi committed Jun 26, 2024
1 parent df63bd4 commit b13d0a8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ import update from './utils/update'
import YamlEditor from './utils/YamlEditor'
import render from './renderer/app'
import { KarinMessage } from './event/message'
import Karin from './core/karin'

// 适配器
import Puppeteer from './renderer/server'
Expand Down Expand Up @@ -70,3 +71,6 @@ export {
update as Update,
KarinMessage,
}

const karin = new Karin()
export default karin

0 comments on commit b13d0a8

Please sign in to comment.