优化打手详情信息展示

This commit is contained in:
yml2213
2026-09-01 14:44:06 +08:00
parent e72ef7da0a
commit 48fcdbff07
5 changed files with 558 additions and 3 deletions
+8
View File
@@ -0,0 +1,8 @@
#!/bin/sh
set -eu
target="${1:-$(CDPATH= cd -- "$(dirname -- "$0")" && pwd)/MODIFIED_FILE.tsx}"
repo="$(CDPATH= cd -- "$(dirname -- "$0")/.." && pwd)"
git -C "$repo" show e72ef7da:apps/frontend/src/pages/admin/panels/WorkerDetailDrawer.tsx > "$target"
printf 'rollback restored e72ef7da content: %s\n' "$target"