mirror of
https://github.com/the1812/Bilibili-Evolved.git
synced 2025-11-04 21:22:45 +08:00
Fix missing names
This commit is contained in:
parent
709c680e0e
commit
5eb72fd5ed
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
2
min/custom-navbar.min.js
vendored
2
min/custom-navbar.min.js
vendored
File diff suppressed because one or more lines are too long
@ -1176,6 +1176,7 @@ class Activities extends NavbarComponent {
|
||||
'column-activity': getActivityTabComponent({
|
||||
dataObject: { cards: [] },
|
||||
apiUrl: `https://api.vc.bilibili.com/dynamic_svr/v1/dynamic_svr/dynamic_new?uid=${userInfo.mid}&type_list=64`,
|
||||
name: '专栏',
|
||||
template: /*html*/`
|
||||
<div class="column-activity" :class="{center: loading || cards.length === 0}">
|
||||
<activity-loading :loading="loading"></activity-loading>
|
||||
@ -1215,6 +1216,7 @@ class Activities extends NavbarComponent {
|
||||
'live-activity': getActivityTabComponent({
|
||||
dataObject: { cards: [] },
|
||||
apiUrl: `https://api.live.bilibili.com/relation/v1/feed/feed_list?page=1&pagesize=24`,
|
||||
name: '直播',
|
||||
template: /*html*/`
|
||||
<div class="live-activity" :class="{center: loading || cards.length === 0}">
|
||||
<activity-loading :loading="loading"></activity-loading>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user