♻️ update emoji location
This commit is contained in:
8
public/emoji/qq/lottie/去除括号脚本.bat
Normal file
8
public/emoji/qq/lottie/去除括号脚本.bat
Normal 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
|
Reference in New Issue
Block a user