remove: todo -> work

This commit is contained in:
手瓜一十雪
2024-11-14 12:44:21 +08:00
parent 71a6c4ccc5
commit 756dea71fc
16 changed files with 24 additions and 25 deletions

View File

@@ -7,7 +7,7 @@ export abstract class GetPacketStatusDepends<PT, RT> extends BaseAction<PT, RT>
protected async check(payload: PT): Promise<BaseCheckResult>{
if (!this.core.apis.PacketApi.available) {
// TODO: add error stack?
// work:add error stack?
return {
valid: false,
message: "packetBackend不可用请参照文档 https://napneko.github.io/config/advanced 和启动日志检查packetBackend状态或进行配置" +