mirror of
https://github.com/hpware/news-analyze.git
synced 2025-06-23 13:04:23 +00:00
feat: restructure README, remove Google and Yahoo components, and implement hot news display
This commit is contained in:
parent
8198010268
commit
a5af4c04f7
6 changed files with 60 additions and 40 deletions
5
server/routes/find/newsOrg.ts
Normal file
5
server/routes/find/newsOrg.ts
Normal file
|
@ -0,0 +1,5 @@
|
|||
export default defineEventHandler(async (event) => {
|
||||
const query = getQuery(event)
|
||||
const name = query.name
|
||||
return name;
|
||||
})
|
Loading…
Add table
Add a link
Reference in a new issue