👇👇👇扫我
Appearance
cd 切换目录 cd android type 查看文件内容 type package.json findstr 在文件中搜索文本 findstr "worklets" package.json copy 复制文件 copy config.js config.bak.js move 移动文件 move file.txt backup\ del 删除文件 del *.log rmdir /s 删除文件夹 rmdir /s /q node_modules