Fix touch for history (fix #3142)

This commit is contained in:
the1812 2022-03-20 10:21:26 +08:00
parent 42b67b9585
commit bf558b8bd0

View File

@ -7,6 +7,7 @@ export const history: CustomNavbarItemInit = {
content: '历史',
href,
touch: true,
active: document.URL.replace(/\?.*$/, '') === href,
loginRequired: true,