This commit is contained in:
Vinjor 2025-04-07 16:50:57 +08:00
parent ca619c5f5a
commit 6d085814c9
4 changed files with 3 additions and 3 deletions

BIN
static/detail/haibao.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

BIN
static/detail/jubao.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

BIN
static/detail/weixin.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

View File

@ -45,17 +45,17 @@
return { return {
bottomData: [{ bottomData: [{
text: '微信', text: '微信',
icon: 'https://vkceyugu.cdn.bspapp.com/VKCEYUGU-dc-site/c2b17470-50be-11eb-b680-7980c8a877b8.png', icon: '/static/detail/weixin.png',
name: 'wx' name: 'wx'
}, },
{ {
text: '海报', text: '海报',
icon: 'https://vkceyugu.cdn.bspapp.com/VKCEYUGU-dc-site/d684ae40-50be-11eb-8ff1-d5dcf8779628.png', icon: '/static/detail/haibao.png',
name: 'hb' name: 'hb'
}, },
{ {
text: '举报', text: '举报',
icon: 'https://vkceyugu.cdn.bspapp.com/VKCEYUGU-dc-site/e7a79520-50be-11eb-b997-9918a5dda011.png', icon: '/static/detail/jubao.png',
name: 'jb' name: 'jb'
}, },
// { // {