Skip to content

Commit 151f949

Browse files
committed
day1: Always Day 1
啥还都没干呢就该睡觉了 Signed-off-by: LetMeFly666 <814114971@qq.com>
1 parent 9956d37 commit 151f949

File tree

4 files changed

+12
-1
lines changed

4 files changed

+12
-1
lines changed

.nodeploy

Whitespace-only changes.

Solutions/Other-English-LearningNotes-SomeWords.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1076,6 +1076,8 @@ categories: [自用]
10761076
|piston|n. 活塞|
10771077
|||
10781078
|postponement|n. 延期,推迟|
1079+
|||
1080+
|subsidiary|adj. 辅助的,次要的,附属的,隶属的<br/>n. 附属公司,子公司|
10791081

10801082
<p class="wordCounts">单词收录总数</p>
10811083

newSolution.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Author: LetMeFly
33
Date: 2022-07-03 11:21:14
44
LastEditors: LetMeFly.xyz
5-
LastEditTime: 2025-03-23 10:41:28
5+
LastEditTime: 2025-04-02 23:51:19
66
Command: python newSolution.py 102. 二叉树的层序遍历
77
What's more: 当前仅支持数字开头的题目
88
What's more: 代码结构写的很混乱 - 想单文件实现所有操作
@@ -228,6 +228,8 @@ def getPrOrIssueMaxNum(prOrIssue: str) -> int: # (#811)
228228
lastNum = max(getPrOrIssueMaxNum('pr'), getPrOrIssueMaxNum('issue'))
229229
print(lastNum)
230230
commitMsg = f'update: 添加问题“{num}.{title}”的代码和题解(#{lastNum + 1})'
231+
commitMsg = f'day1: Always Day 1' # TODO: revert
232+
commitMsg += f'\n\nupdate: 添加问题“{num}.{title}”的代码和题解(#{lastNum + 1})'
231233
if os.path.exists('.commitmsg') and os.path.isfile('.commitmsg'): # (#795)
232234
with open('.commitmsg', 'r', encoding='utf-8') as f:
233235
commitMsgFromfile = f.read()

toSay.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<!--
2+
* @Author: LetMeFly
3+
* @Date: 2025-04-02 23:36:05
4+
* @LastEditors: LetMeFly.xyz
5+
* @LastEditTime: 2025-04-02 23:36:06
6+
-->
7+
day1: Always Day 1

0 commit comments

Comments
 (0)