mirror of
https://github.com/the1812/Bilibili-Evolved.git
synced 2025-11-04 21:22:45 +08:00
Fix touch for history (fix #3142)
This commit is contained in:
parent
42b67b9585
commit
bf558b8bd0
@ -7,6 +7,7 @@ export const history: CustomNavbarItemInit = {
|
||||
content: '历史',
|
||||
|
||||
href,
|
||||
touch: true,
|
||||
active: document.URL.replace(/\?.*$/, '') === href,
|
||||
loginRequired: true,
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user