From e94a23fd12773d9a820c6e10a45c0692e6ca30f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=A2=AB=E9=81=97=E5=BF=98=E7=9A=84=E8=AE=B0=E5=BF=86?= <32097237+YIWANG-sketch@users.noreply.github.com> Date: Tue, 26 Nov 2024 15:53:29 +0800 Subject: [PATCH] add image upload --- you_providers/youProvider.mjs | 1 + 1 file changed, 1 insertion(+) diff --git a/you_providers/youProvider.mjs b/you_providers/youProvider.mjs index 2de330b..7fa6082 100644 --- a/you_providers/youProvider.mjs +++ b/you_providers/youProvider.mjs @@ -17,6 +17,7 @@ import * as imageStorage from "../imageStorage.mjs"; const __filename = fileURLToPath(import.meta.url); const __dirname = path.dirname(__filename); + class YouProvider { constructor(config) { this.config = config;