Vanessa 2025-07-10 10:13:15 +08:00
parent 6630ef58d6
commit f32449f83d

View file

@ -3,6 +3,7 @@ export const getCompressURL = (url: string) => {
(url.endsWith(".png") || url.endsWith(".jpg") || url.endsWith(".jpeg"))) {
return url + "?style=thumb";
}
return url;
};
export const removeCompressURL = (url: string) => {