(chore) add script to download public file

This commit is contained in:
2026-02-14 10:22:04 +08:00
parent 24808d8f75
commit 6ad452d6ac
3 changed files with 4 additions and 43 deletions

2
get_public.ps1 Normal file
View File

@@ -0,0 +1,2 @@
Invoke-WebRequest -Uri http://38.76.202.113:3000/cc/web-bak/releases/download/260214/dist.zip -OutFile dist.zip
Expand-Archive -Path dist.zip -DestinationPath public