add image upload

This commit is contained in:
被遗忘的记忆
2024-11-26 15:53:29 +08:00
committed by GitHub
parent 5987e5d302
commit e94a23fd12
+1
View File
@@ -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;