mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-15 17:30:27 +08:00
* feat: 新增模板路径同步工具 * feat: 移动路径 * chore: remove stale templates + move HS to stagenavigation * chore: update optimize_templates with new paths * chore: KR remove unused templates * chore: remove unused templates for txwy * feat: 自动删除空文件夹 * chore: update optimize_templates.json * fix: typo --------- Co-authored-by: Constrat <56174894+Constrat@users.noreply.github.com> Co-authored-by: HX3N <scarlet7518@gmail.com> Co-authored-by: momomochi987 <as99us301@gmail.com>
7 lines
70 B
Batchfile
7 lines
70 B
Batchfile
@echo off
|
|
chcp 65001 >nul
|
|
cd /d "%~dp0"
|
|
python SyncTemplate.py
|
|
pause
|
|
|