This commit is contained in:
xiaojunnuo
2024-07-15 02:13:53 +08:00
parent b1688525db
commit bf6f1d8137
3 changed files with 15 additions and 26 deletions
@@ -0,0 +1,9 @@
export class License {
crt: string;
expireTime: number;
activeTime: number;
async load() {
// load license.pem
}
}