修改系统更新时间和版本获取

This commit is contained in:
whyour
2023-07-12 00:05:46 +08:00
parent b69ff2895e
commit 936b565fb1
6 changed files with 9 additions and 25 deletions
+1
View File
@@ -517,6 +517,7 @@ interface IVersion {
version: string;
changeLogLink: string;
changeLog: string;
publishTime: string;
}
export async function parseVersion(path: string): Promise<IVersion> {