MCPcopy
hub / github.com/ourongxing/newsnow / Res

Interface Res

server/sources/thepaper.ts:1–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1interface Res {
2 data: {
3 hotNews: {
4 contId: string
5 name: string
6 pubTimeLong: string
7 }[]
8 }
9}
10
11export default defineSource(async () => {
12 const url = "https://cache.thepaper.cn/contentapi/wwwIndex/rightSidebar"

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected