Compare commits
2 Commits
cc2430f4e7
...
feat/sheng
| Author | SHA1 | Date | |
|---|---|---|---|
| b3afcd828f | |||
|
|
e7946afc83 |
16
compare_images.ps1
Normal file
@@ -0,0 +1,16 @@
|
||||
$imagePath = 'd:\companyProject\HF-MES-manual\HF-MES-manual\public\image'
|
||||
$imageEnPath = 'd:\companyProject\HF-MES-manual\HF-MES-manual\public\image_en'
|
||||
$result = @()
|
||||
|
||||
Get-ChildItem -Path $imagePath -Recurse -File | ForEach-Object {
|
||||
$relativePath = $_.FullName.Substring($imagePath.Length + 1)
|
||||
$enPath = Join-Path $imageEnPath $relativePath
|
||||
if (-not (Test-Path $enPath)) {
|
||||
$result += [PSCustomObject]@{
|
||||
Path = $_.FullName
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
$result | Export-Csv -Path 'd:\companyProject\HF-MES-manual\HF-MES-manual\missing_images.csv' -Encoding UTF8 -NoTypeInformation
|
||||
Write-Host "Done! Found $($result.Count) missing files"
|
||||
3
missing_images.csv
Normal file
@@ -0,0 +1,3 @@
|
||||
"Path"
|
||||
"D:\companyProject\HF-MES-manual\HF-MES-manual\public\image\格式标准-1.png"
|
||||
"D:\companyProject\HF-MES-manual\HF-MES-manual\public\image\格式标准-2.png"
|
||||
|
BIN
public/image_en/Organization/图片:班组模型功能截图.png
Normal file
|
After Width: | Height: | Size: 4.1 KiB |
BIN
public/image_en/device_management/device_model/设备模型功能截图.png
Normal file
|
After Width: | Height: | Size: 7.2 KiB |
|
After Width: | Height: | Size: 124 KiB |
|
After Width: | Height: | Size: 120 KiB |
|
After Width: | Height: | Size: 120 KiB |
|
After Width: | Height: | Size: 118 KiB |
|
After Width: | Height: | Size: 119 KiB |
|
After Width: | Height: | Size: 96 KiB |
|
After Width: | Height: | Size: 126 KiB |
|
Before Width: | Height: | Size: 121 KiB After Width: | Height: | Size: 116 KiB |
|
After Width: | Height: | Size: 132 KiB |
|
After Width: | Height: | Size: 112 KiB |
|
After Width: | Height: | Size: 7.8 KiB |
|
After Width: | Height: | Size: 152 KiB |
|
After Width: | Height: | Size: 131 KiB |
|
After Width: | Height: | Size: 124 KiB |
|
After Width: | Height: | Size: 9.5 KiB |
|
After Width: | Height: | Size: 15 KiB |
|
After Width: | Height: | Size: 38 KiB |
|
After Width: | Height: | Size: 4.8 KiB |
|
After Width: | Height: | Size: 134 KiB |
|
After Width: | Height: | Size: 126 KiB |
|
After Width: | Height: | Size: 140 KiB |
|
After Width: | Height: | Size: 120 KiB |
|
After Width: | Height: | Size: 136 KiB |
|
After Width: | Height: | Size: 152 KiB |
|
After Width: | Height: | Size: 115 KiB |
|
After Width: | Height: | Size: 131 KiB |
|
After Width: | Height: | Size: 4.8 KiB |
|
After Width: | Height: | Size: 134 KiB |
|
After Width: | Height: | Size: 78 KiB |
|
After Width: | Height: | Size: 70 KiB |
|
After Width: | Height: | Size: 126 KiB |
|
After Width: | Height: | Size: 120 KiB |
BIN
public/image_en/first_inspection/首巡检功能截图.png
Normal file
|
After Width: | Height: | Size: 9.5 KiB |
BIN
public/image_en/spc/图片:SPC渲染条件配置列表截图.png
Normal file
|
After Width: | Height: | Size: 104 KiB |
BIN
public/image_en/spc/图片:SPC渲染条件配置功能截图.png
Normal file
|
After Width: | Height: | Size: 4.5 KiB |
BIN
public/image_en/spc/图片:SPC渲染条件配置查询截图.png
Normal file
|
After Width: | Height: | Size: 8.7 KiB |
BIN
public/image_en/spc/图片:新增SPC渲染条件配置截图.png
Normal file
|
After Width: | Height: | Size: 103 KiB |
BIN
public/image_en/spc/图片:编辑SPC渲染条件配置截图.png
Normal file
|
After Width: | Height: | Size: 139 KiB |
BIN
public/image_en/system_assistant/图片:接口详情截图.png
Normal file
|
After Width: | Height: | Size: 42 KiB |
BIN
public/image_en/system_monitoring/图片:系统监控功能截图.png
Normal file
|
After Width: | Height: | Size: 10 KiB |
BIN
public/image_en/user_management/图片:用户管理修改密码功能截图.png
Normal file
|
After Width: | Height: | Size: 107 KiB |
BIN
public/image_en/user_management/图片:用户管理批量操作功能截图.png
Normal file
|
After Width: | Height: | Size: 145 KiB |
|
Before Width: | Height: | Size: 85 KiB After Width: | Height: | Size: 156 KiB |