Made a bunch of changes to the source code. And polish the deploying

process.
This commit is contained in:
yuanhau 2025-05-18 16:59:03 +08:00
parent 1200505451
commit fc7b835d68
5 changed files with 72 additions and 20 deletions

View file

@ -0,0 +1,3 @@
export default defineEventHandler(async (event) => {
return {};
});