style: lint

This commit is contained in:
手瓜一十雪
2025-02-02 20:17:28 +08:00
parent d626f872e6
commit ac193cc94a
135 changed files with 529 additions and 529 deletions

View File

@@ -7,8 +7,8 @@ export abstract class GetPacketStatusDepends<PT, RT> extends OneBotAction<PT, RT
if (!this.core.apis.PacketApi.available) {
return {
valid: false,
message: "packetBackend不可用请参照文档 https://napneko.github.io/config/advanced 和启动日志检查packetBackend状态或进行配置" +
"错误堆栈信息:" + this.core.apis.PacketApi.clientLogStack,
message: 'packetBackend不可用请参照文档 https://napneko.github.io/config/advanced 和启动日志检查packetBackend状态或进行配置' +
'错误堆栈信息:' + this.core.apis.PacketApi.clientLogStack,
};
}
return await super.check(payload);