From 9ae850143321a2e9b8b8d0c998df411249ae57b3 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Thu, 2 Jul 2026 16:18:41 +0800 Subject: feat: add ASCII banner --- run.ps1 | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'run.ps1') diff --git a/run.ps1 b/run.ps1 index 8b76260..3a7dc09 100644 --- a/run.ps1 +++ b/run.ps1 @@ -1,4 +1,14 @@ -Set-Location -Path (Split-Path -Parent $MyInvocation.MyCommand.Path) -ErrorAction Stop +# +# ██ ██████ ██ ██ ███ ██ ██████ ███████ ██ +# ██ ██ ██ ██ ██ ████ ██ ██ ██ ██ ███ +# ██ ██████ ██ ██ ██ ██ ██ ██████ ███████ ██ +# ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ +# ██ ██ ██ ██ ██████ ██ ████ ██ ██ ███████ ██ +# +# You can go to [https://catilgrass.github.io/run] to install it +# ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +Set-Location -Path (Split-Path -Parent $MyInvocation.MyCommand.Path) -ErrorAction Stop $tools = @{} -- cgit