Skip to content

Commit

Permalink
chore(plugin): support koishi v4.15.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ilharp committed Nov 7, 2023
1 parent 117ca66 commit 0835759
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/plugin/src/plugins/enhance.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { resolve } from 'path'

export const name = 'desktop-enhance'

export const using = ['console'] as const
export const inject = ['console']

export function apply(ctx: Context) {
ctx.console.addEntry({
Expand Down

0 comments on commit 0835759

Please sign in to comment.