mirror of
https://github.com/ourongxing/newsnow.git
synced 2025-01-31 19:08:05 +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)}`
|
|
}
|