Skip to content

Commit 3ccc36d

Browse files
committed
[conf] Leetcode index by month
1 parent 7c90a0f commit 3ccc36d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

confs/any.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
'diffculty': 'str, ref',
9696
'language': 'words of str, ref',
9797
'key': 'words of str, ref',
98-
'date': 'words of date, ref, index by year',
98+
'date': 'words of date, ref, index by month',
9999
'reference': 'str',
100100
},
101101
},

confs/templates/leetcode.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
:难度: :leetcode.diffculty:`{{ diffculty }} <{{ diffculty }}>`
33
:语言: {% for l in language %}:leetcode.language:`{{ l }} <{{ l }}>` {% endfor %}
44
{% if key %}:思路: {% for k in key %}:leetcode.key:`{{ k }} <{{ k }}>` {% endfor %}{% endif %}
5-
{% if date %}:日期: {% for d in date %}:leetcode.date+by-year:`{{ d }} <{{ d }}>` {% endfor %}{% endif %}
5+
{% if date %}:日期: {% for d in date %}:leetcode.date+by-month:`{{ d }} <{{ d }}>` {% endfor %}{% endif %}
66
{% if reference %}:参考: {{ reference }}{% endif %}
77

88
.. dropdown:: 题解

0 commit comments

Comments
 (0)