Skip to content

Commit a1a6845

Browse files
author
lucifer
committed
feat: go
1 parent ff5ae7b commit a1a6845

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

Diff for: .github/workflows/schedule.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
name: daily
22
on:
3+
push:
34
# Run workflow automatically
45
schedule:
56
# Runs every day 16:00 北京时间 24:00

Diff for: routes/my.js

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ router.get("/api/v1/my/solutions", async (ctx) => {
1212
.map((q, i) => ({
1313
...q,
1414
title: (officialSolution[i + 1] || {}).title || "",
15+
tags: (officialSolution[i + 1] || {}).tags || [],
1516
}))
1617
.slice(0, getDay() - 1)
1718
);

Diff for: static/solution/solutions.json

+1-1
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)