添加更新日期.

This commit is contained in:
lijiahangmax
2025-06-06 16:18:48 +08:00
parent 1767079249
commit 3a586c47a3
2 changed files with 13 additions and 9 deletions

View File

@@ -23,6 +23,7 @@ export interface AppInfoResponse {
*/
export interface AppReleaseResponse {
tagName: string;
releaseTime: string;
body: string;
}