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