♻️ update emoji location

This commit is contained in:
landaiqing
2024-10-01 19:03:40 +08:00
parent 20d78afe80
commit a626704b2b
286 changed files with 770 additions and 219 deletions

View File

@@ -0,0 +1,5 @@
@echo off
Setlocal Enabledelayedexpansion
set "str= "
for /f "delims=" %%i in ('dir /b *.*') do (
set "var=%%i" & ren "%%i" "!var:%str%=!")