日志
This commit is contained in:
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user