fix: 修复 channel.ts 中的换行符问题

This commit is contained in:
2026-03-15 12:34:35 +08:00
parent f46827a159
commit ed0a05ee2e

View File

@@ -1,5 +1,5 @@
/**
* PIT Channel 主文� * @module channel
* PIT Channel 主文<EFBFBD>? * @module channel
*/
import type {
@@ -309,7 +309,8 @@ export const pitBotPlugin: ChannelPlugin<ResolvedPITBotAccount> = {
},
} as ChannelStatusAdapter,
// åˆ<EFBFBD>å§åŒé©å­? init: async (api: unknown) => {
// 初始化钩子
init: async (api: unknown) => {
const log = createLogger(MODULE);
log.info("PIT Bot plugin initializing");