unicloud云服务

This commit is contained in:
not-like-juvenile
2026-02-26 10:32:38 +08:00
parent eb3d01c63c
commit 065f12b16a
14 changed files with 385 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
'use strict';
exports.main = async (event, context) => {
console.log('test run event:', event);
return { ok:true, now: Date.now(), event };
};