♻️ 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,8 @@
@Echo Off&SetLocal ENABLEDELAYEDEXPANSION
FOR %%a in (*) do (
set "name=%%a"
set "name=!name:(=!"
set "name=!name:)=!"
ren "%%a" "!name!"
)
exit