We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7595c3e commit 2dcbfc9Copy full SHA for 2dcbfc9
main.js
@@ -9,17 +9,14 @@ const cleanedHtml = html => {
9
10
window.addEventListener('hashchange', () => {
11
window.$docsify.loadSidebar = sidebar();
12
- window.$docsify.pagination.previousText = isEn() ? 'PREVIOUS' : '上一题';
13
- window.$docsify.pagination.nextText = isEn() ? 'NEXT' : '下一题';
14
});
15
16
window.$docsify = {
17
name: 'leetcode',
18
repo: 'doocs/leetcode',
19
- lastModifiedConfig: {
20
- reg: /README_EN$/,
21
- en: 'Last updated: ',
22
- zh: '最近更新时间:',
+ lastModifiedText: {
+ '/README_EN': 'Last updated: ',
+ '/': '最近更新时间:',
23
},
24
logo: '/images/doocs-leetcode.png',
25
search: {
0 commit comments