🌈 style: 更新样式优化

This commit is contained in:
imsyy
2024-09-27 16:14:38 +08:00
parent 0c82d6a096
commit 3b5338d582
12 changed files with 40 additions and 30 deletions

View File

@@ -251,6 +251,7 @@ export const getUpdateLog = async (): Promise<UpdateLogType[]> => {
changelog: await marked(v.body),
time: convertToLocalTime(v.published_at),
url: v.html_url,
prerelease: v.prerelease,
})),
);
return updateLogs;