mirror of
https://github.com/the1812/Bilibili-Evolved.git
synced 2025-11-04 21:22:45 +08:00
Inline akari image
This commit is contained in:
parent
f86940427e
commit
5ca4c8b95e
1
.vscode/settings.json
vendored
1
.vscode/settings.json
vendored
@ -16,6 +16,7 @@
|
||||
"cSpell.words": [
|
||||
"afterbegin",
|
||||
"afterend",
|
||||
"akari",
|
||||
"BALH",
|
||||
"Bangumi",
|
||||
"bevo",
|
||||
|
||||
@ -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() {
|
||||
|
||||
BIN
registry/lib/components/style/custom-navbar/user-info/akari.jpg
Normal file
BIN
registry/lib/components/style/custom-navbar/user-info/akari.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 8.8 KiB |
4
src/shims.d.ts
vendored
4
src/shims.d.ts
vendored
@ -23,3 +23,7 @@ declare module '*.svg' {
|
||||
const svg: string
|
||||
export default svg
|
||||
}
|
||||
declare module '*.jpg' {
|
||||
const jpg: string
|
||||
export default jpg
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user