wip: 2026-08-11 工作树快照(docs/memory/h5.py/scripts 等 447 项未评审改动,安全提交到 feat 分支)
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
$b = [System.IO.File]::ReadAllText('fix-prod.b64').Trim()
|
||||
$n = $b.Length
|
||||
$half = [int]($n / 2)
|
||||
$s1 = $b.Substring(0, $half)
|
||||
$s2 = $b.Substring($half)
|
||||
[System.IO.File]::WriteAllText('fix-prod.s1', $s1)
|
||||
[System.IO.File]::WriteAllText('fix-prod.s2', $s2)
|
||||
Write-Host "Total=$n seg1=$($s1.Length) seg2=$($s2.Length)"
|
||||
Reference in New Issue
Block a user