Skip to content

Commit

Permalink
Merge pull request #11 from kevinxft/dev
Browse files Browse the repository at this point in the history
调整更新时间
  • Loading branch information
kevinxft authored Aug 13, 2024
2 parents c928e7a + 55ea37f commit ddec7dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/daily-data-fetch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Daily Data Fetch

on:
schedule:
- cron: "30 3 * * *" # 每天的 11:30 AM (中国时区)
- cron: "30 11 * * *" # 每天的 7:30 PM (中国时区)
- cron: "30 15 * * *" # 每天的 11:30 PM (中国时区)

# allows to manually run the job at any time
Expand Down
2 changes: 1 addition & 1 deletion index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ function generateAsciiTable(data: Data) {

const chartPoint: ChartPoint[] = [];
// 生成表格
let table = "# API 每日使用量(每天在11:30 和 23:30更新)\n\n";
let table = "# API 每日使用量(每天在19:30 和 23:30更新)\n\n";
table += "| 日期 | 还剩的总次数 | 当天用的次数 |\n";
table += "|------------|------------|-------------------|\n";

Expand Down

0 comments on commit ddec7dc

Please sign in to comment.