fix: 限制快照跨架构恢复 (#4064)

Refs #4056
This commit is contained in:
ssongliu
2024-03-04 14:59:11 +00:00
committed by GitHub
parent c49c4b7863
commit 39b8de7ada
13 changed files with 232 additions and 19 deletions
+7
View File
@@ -1,4 +1,11 @@
export namespace Dashboard {
export interface OsInfo {
os: string;
platform: string;
platformFamily: string;
kernelArch: string;
kernelVersion: string;
}
export interface BaseInfo {
websiteNumber: number;
databaseNumber: number;