♻️ update emoji location
This commit is contained in:
5
public/emoji/qq/lottie/删除空格脚本.bat
Normal file
5
public/emoji/qq/lottie/删除空格脚本.bat
Normal 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%=!")
|
Reference in New Issue
Block a user