refactor(C4): update keybinding system and improve sync commands

This commit is contained in:
2025-12-14 18:23:02 +08:00
parent ffd045daa4
commit 3e0d55c94f
2 changed files with 51 additions and 17 deletions

View File

@@ -1,5 +1,8 @@
sync-js:
rsync -av --delete -r --exclude=config --exclude=probe ./src/ "$(cygpath -u $DST_KJS_DIR)/"
rsync -av --delete -r --exclude=config --exclude=probe --exclude=*.txt ./src/ "$(cygpath -u $DST_KJS_DIR)/"
sync-logs:
rsync -av --delete -r "$(cygpath -u $DST_LOG_DIR)/" ./logs/
sync-types:
rsync -av --delete -r "$(cygpath -u $DST_KJS_DIR)/probe" ./types/probe