Skip to content

Commit bf5de4c

Browse files
author
lucifer
committed
feat: pre
1 parent 72670a3 commit bf5de4c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

routes/dailyProblem.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ router.get("/api/v1/daily-problem", async (ctx) => {
1212
ctx.body = success({
1313
day: 1,
1414
title: "66. 加一",
15+
whys: [
16+
"1. 由于是大家第一次打卡,因此出一个简单题。虽然是简单题,但是如果将加 1 改为加任意的数字,那么就变成了一个非常常见的面试题",
17+
],
1518
link: "https://leetcode-cn.com/problems/plus-one",
1619
tags: ["基础篇", "数组"], // 目前所有 README 都是没有的。因此如果没有的话,你可以先不返回,有的话就返回。后面我慢慢补
1720
pres: ["数组的遍历(正向遍历和反向遍历)"],

0 commit comments

Comments
 (0)