mirror of
https://github.com/Cute-Dress/Dress.git
synced 2025-07-28 00:51:50 +00:00
feat: add scripts, frontend and assets - 阳历新年快乐! (#49)
CanoKey Pigeon 的第一个签名献给 Dress(
This commit is contained in:
1
LY/hash-all.ps1
Normal file
1
LY/hash-all.ps1
Normal file
@ -0,0 +1 @@
|
||||
Get-FileHash * -Algorithm SHA512 | Select-Object -Property @{name = 'FileName'; expression = { Split-Path $_.Path -leaf } }, @{name = 'Hash'; expression = { $_.Hash.ToLower() } } | Format-List
|
Reference in New Issue
Block a user