Platform upgrade: login auth fix, OCR/OSS upload, system menus and dicts, weather dashboard, weighing and invoice modules
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
$ErrorActionPreference = "SilentlyContinue"
|
||||
$root = (Get-Location).Path
|
||||
Get-ChildItem -Path $root -Recurse -Depth 2 -Include *.png, *.jpg, *.jpeg -File |
|
||||
Select-Object @{N='File';E={$_.FullName.Replace($root, '.')}}, @{N='KB';E={[math]::Round($_.Length/1KB,1)}}, LastWriteTime |
|
||||
Format-Table -AutoSize | Out-String -Width 200
|
||||
Reference in New Issue
Block a user