This commit is contained in:
2025-11-10 11:06:17 +08:00
parent bdd61f57c7
commit e98df7a7ee
9 changed files with 541 additions and 267 deletions

View File

@@ -855,4 +855,40 @@ export const relocate = (x, y, angle) => {
message: 'ok'
}
return res
}
export const apiLogs = () => {
let res = [
{
"fileName": "info.2025-11-03.log",
"filePath": "D:\\Procedure\\noblelift\\hangzhou\\APT15E\\logs\\root\\info.2025-11-03.log",
"fileSize": 272452,
"lastModified": [
2025,
11,
3,
15,
54,
54,
959000000
],
"readableSize": "266.1 KB"
},
{
"fileName": "info.2025-10-29.log",
"filePath": "D:\\Procedure\\noblelift\\hangzhou\\APT15E\\logs\\root\\info.2025-10-29.log",
"fileSize": 0,
"lastModified": [
2025,
10,
29,
14,
27,
51,
873000000
],
"readableSize": "0 B"
}
]
return res
}