mirror of
https://github.com/ourongxing/newsnow.git
synced 2025-03-15 16:14:45 +08:00
4 lines
104 B
TypeScript
4 lines
104 B
TypeScript
![]() |
export function proxyPicture(url: string) {
|
||
|
return `/api/proxy/img.png?url=${encodeBase64URL(url)}`
|
||
|
}
|