Inline akari image

This commit is contained in:
the1812 2024-11-10 19:19:12 +08:00
parent f86940427e
commit 5ca4c8b95e
4 changed files with 6 additions and 1 deletions

View File

@ -16,6 +16,7 @@
"cSpell.words": [
"afterbegin",
"afterend",
"akari",
"BALH",
"Bangumi",
"bevo",

View File

@ -9,9 +9,9 @@
import { getUserInfo } from '@/core/user-info'
import { getDpiSourceSet } from '@/core/utils'
import { EmptyImageUrl } from '@/core/utils/constants'
import notLoginFaceUrl from './akari.jpg'
const noFaceUrl = '//static.hdslb.com/images/member/noface.gif'
const notLoginFaceUrl = 'https://static.hdslb.com/images/akari.jpg'
export default Vue.extend({
name: 'UserFace',
data() {

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.8 KiB

4
src/shims.d.ts vendored
View File

@ -23,3 +23,7 @@ declare module '*.svg' {
const svg: string
export default svg
}
declare module '*.jpg' {
const jpg: string
export default jpg
}