feat: restructure README, remove Google and Yahoo components, and implement hot news display

This commit is contained in:
yuanhau 2025-05-08 14:06:35 +08:00
parent 8198010268
commit a5af4c04f7
6 changed files with 60 additions and 40 deletions

View file

@ -0,0 +1,5 @@
export default defineEventHandler(async (event) => {
const query = getQuery(event)
const name = query.name
return name;
})