mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-19 10:54:06 -06:00
Change RecentNotes link text to Chinese
Updated the link text for RecentNotes component to Chinese.
This commit is contained in:
parent
4e988e98f7
commit
0d4af831e0
@ -38,13 +38,13 @@ export const defaultContentPageLayout: PageLayout = {
|
||||
{ Component: Component.ReaderMode() },
|
||||
],
|
||||
}),
|
||||
Component.DesktopOnly(Component.Explorer()),
|
||||
Component.DesktopOnly(Component.RecentNotes({
|
||||
title: "最近更新",
|
||||
showTags: false,
|
||||
limit: 5,
|
||||
linkToMore: "pages",
|
||||
linkToMore: "页面",
|
||||
})),
|
||||
// Component.Explorer(),
|
||||
],
|
||||
right: [
|
||||
Component.DesktopOnly(Component.TagList()),
|
||||
@ -71,11 +71,12 @@ export const defaultContentPageLayout: PageLayout = {
|
||||
inputPosition: "bottom",
|
||||
}
|
||||
}),
|
||||
Component.MobileOnly(Component.Explorer()),
|
||||
Component.MobileOnly(Component.RecentNotes({
|
||||
title: "最近更新",
|
||||
showTags: false,
|
||||
limit: 5,
|
||||
linkToMore: "pages",
|
||||
linkToMore: "页面",
|
||||
})),
|
||||
],
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user