更新 tools/diff.sh
All checks were successful
gendiff / gendiff (push) Successful in 41s
sync / build (push) Successful in 10s

This commit is contained in:
azw
2024-11-26 07:54:03 +08:00
parent 618585483a
commit 0c424e9d7b

View File

@@ -57,6 +57,16 @@ process_files() {
sed -i 's/other = FRA/other = YUW/g' "$file"
sed -i 's/other = JAP/other = CHY/g' "$file"
sed -i 's/other = ITA/other = SAD/g' "$file"
# is_ally_with = xxx
sed -i 's/is_ally_with = ENG/is_ally_with = HUJ/g' "$file"
sed -i 's/is_ally_with = USA/is_ally_with = BYG/g' "$file"
sed -i 's/is_ally_with = CHI/is_ally_with = DOH/g' "$file"
sed -i 's/is_ally_with = PRC/is_ally_with = DOH/g' "$file"
sed -i 's/is_ally_with = SOV/is_ally_with = BFL/g' "$file"
sed -i 's/is_ally_with = GER/is_ally_with = TIX/g' "$file"
sed -i 's/is_ally_with = FRA/is_ally_with = YUW/g' "$file"
sed -i 's/is_ally_with = JAP/is_ally_with = CHY/g' "$file"
sed -i 's/is_ally_with = ITA/is_ally_with = SAD/g' "$file"
# Others
sed -i 's/ ENG / HUJ /g' "$file"
sed -i 's/ USA / BYG /g' "$file"