From 3bdf4b0d5db0022c7e82b51397ac1fa82f46fa89 Mon Sep 17 00:00:00 2001 From: ClovertaTheTrilobita Date: Mon, 21 Apr 2025 00:13:11 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=9B=B4=E6=94=B9=E5=AD=97=E6=AE=B5?= =?UTF-8?q?=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/java/com/cloverta/webapi/restservice/GithubStars.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/cloverta/webapi/restservice/GithubStars.java b/src/main/java/com/cloverta/webapi/restservice/GithubStars.java index 51844b0..442d68c 100644 --- a/src/main/java/com/cloverta/webapi/restservice/GithubStars.java +++ b/src/main/java/com/cloverta/webapi/restservice/GithubStars.java @@ -1,4 +1,4 @@ package com.cloverta.webapi.restservice; -public record GithubStars(String status, String message, int stars) { +public record GithubStars(String status, String message, int count) { }