修复更新环境变量

This commit is contained in:
whyour
2025-01-11 17:14:30 +08:00
parent 647ed3b66c
commit e5b35273f9
3 changed files with 10 additions and 4 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ export class Env {
this.timestamp = new Date().toString();
this.position = options.position;
this.name = options.name;
this.remarks = options.remarks;
this.remarks = options.remarks || '';
}
}