1
0
mirror of https://github.com/hpware/news-analyze.git synced 2025-07-16 11:09:30 +08:00
2025-05-07 10:53:14 +08:00

14 lines
251 B
TypeScript

export default defineEventHandler(async (event) => {
const body = await readBody(event);
return {
0: {
id: "1",
image: "whatever",
tags: [],
title: "三立新聞",
lean: "left",
score: "40",
},
};
});