fix some bugs

This commit is contained in:
yoan
2024-09-22 20:00:55 +08:00
parent 2cca82eb95
commit a259ccdfec
10 changed files with 756 additions and 30 deletions

View File

@@ -10,6 +10,7 @@ export type Deployment = {
};
phase: Pahse;
phaseSuccess: boolean;
wholeSuccess: boolean;
deployedAt: string;
created: string;
updated: string;

View File

@@ -1 +1 @@
export const version = "Certimate v0.1.9";
export const version = "Certimate v0.1.10";