Revert "Add image download proxy support to OneBot"

This reverts commit 0779628be5.
This commit is contained in:
手瓜一十雪
2026-01-29 20:39:07 +08:00
parent 76cbd8a1c1
commit 38c320d2c9
9 changed files with 64 additions and 119 deletions

View File

@@ -82,7 +82,6 @@ export const OneBotConfigSchema = Type.Object({
musicSignUrl: Type.String({ default: '' }),
enableLocalFile2Url: Type.Boolean({ default: false }),
parseMultMsg: Type.Boolean({ default: false }),
imageDownloadProxy: Type.String({ default: '' }),
});
export type OneBotConfig = Static<typeof OneBotConfigSchema>;