diff --git a/src/views/system/About.vue b/src/views/system/About.vue index 6ed36c92..a81ce73b 100644 --- a/src/views/system/About.vue +++ b/src/views/system/About.vue @@ -51,7 +51,12 @@ - + @@ -258,6 +263,11 @@ User Agent:${navigator.userAgent}` } return major * 1000000 + minor * 1000 + micro } + }, + filters: { + webpAvatarConvert(url) { + return url.replace('avatars.githubusercontent.com', 'avatars-githubusercontent.webp.se') + } } }