| 1 | export interface DataItem { |
| 2 | author: string; |
| 3 | createdAt: string; |
| 4 | homepage: string; |
| 5 | identifier: string; |
| 6 | meta: { avatar: string; description: string; tags: string[]; title: string }; |
| 7 | } |
| 8 | |
| 9 | export const MARKET_URL = 'https://chat-preview.lobehub.com/market'; |
| 10 | export const PLGUIN_URL = 'https://chat-preview.lobehub.com/settings/agent'; |
nothing calls this directly
no outgoing calls
no test coverage detected