mirror of
https://github.com/the1812/Bilibili-Evolved.git
synced 2025-11-04 21:22:45 +08:00
Fix live history title
This commit is contained in:
parent
7d4f87400e
commit
34762fc47a
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -38,7 +38,7 @@
|
||||
"custom-navbar-category.min.js": "945624CB0CD6BC2D0AA4C018491095E530B9CF7B8D20EFB0A32B6C395016E764",
|
||||
"custom-navbar-component.min.js": "111FC82161C042AE5D3FA73570D87DBB4C2301B62EF56840915BC0EAA9DE65BC",
|
||||
"custom-navbar-favorites-list.min.js": "71931EEBCF0BA3B33D8E72FF56BD92F2A089907F7E54E863D1EDDE0EAA9242FE",
|
||||
"custom-navbar-history-list.min.js": "5B5538E43536E99399DBDEACDB9DDFE829D838C27446797C05466EE41ED459AB",
|
||||
"custom-navbar-history-list.min.js": "117EA03267C36C7DFCA17FE3270851135AA1FB8E49C9D2E875C3783B710B9BD6",
|
||||
"custom-navbar-iframe.min.js": "DBE5844C2AA36057DBD33BBC5724D7D7F881AB15EC45A80228961942CD810A32",
|
||||
"custom-navbar-logo.min.js": "236CCC887A3917A6D4840889B7380B648197765B8CDA27CB233F3F1E3215F7BB",
|
||||
"custom-navbar-messages.min.js": "D7B315A4D8FD9E2EF9C1E40C1F3CA7EC18C5A87AC7A9410049061A0D851868DE",
|
||||
|
||||
BIN
min/bundle.zip
BIN
min/bundle.zip
Binary file not shown.
2
min/custom-navbar-history-list.min.js
vendored
2
min/custom-navbar-history-list.min.js
vendored
File diff suppressed because one or more lines are too long
@ -204,7 +204,7 @@ export class HistoryList extends NavbarComponent {
|
||||
<div v-if="h.durationText" class="floating duration">{{h.durationText}}</div>
|
||||
</a>
|
||||
<a class="title" target="_blank" :href="h.href" :title="h.title">
|
||||
{{h.title}}
|
||||
{{h.title || h.upName + '的直播间'}}
|
||||
</a>
|
||||
<a class="up" target="_blank" :href="h.isBangumi ? h.href : 'https://space.bilibili.com/' + h.upID" :title="h.upName">
|
||||
<!--<icon type="extended" icon="up"></icon>-->
|
||||
|
||||
Loading…
Reference in New Issue
Block a user