This commit is contained in:
xiaojunnuo
2024-07-17 13:14:49 +08:00
parent 4813872bcc
commit a438028002
4 changed files with 9 additions and 25 deletions
@@ -1,9 +0,0 @@
export class License {
crt: string;
expireTime: number;
activeTime: number;
async load() {
// load license.pem
}
}