添加说明和MIT

This commit is contained in:
eoao
2025-04-27 09:09:43 +08:00
parent ba3442ccb1
commit 741f839d09
12 changed files with 213 additions and 32 deletions

View File

@@ -11,7 +11,7 @@ export default {
return app.fetch(req, env, ctx);
}
return env.ASSETS.fetch(req);
return env.assets.fetch(req);
},
email: email
};