From 45219240695f75a15d902ea7e529af918881a0fe Mon Sep 17 00:00:00 2001 From: skyatgit <1218980814@qq.com> Date: Thu, 25 Apr 2024 17:47:59 +0800 Subject: [PATCH] feat:add replace Rider startup image guide: Rider-zh.md Rider-en.md Rider-jp.md --- ReplaceGuide/Rider/Rider-en.md | 17 +++++++++++++++++ ReplaceGuide/Rider/Rider-jp.md | 17 +++++++++++++++++ ReplaceGuide/Rider/Rider-zh.md | 17 +++++++++++++++++ 3 files changed, 51 insertions(+) create mode 100644 ReplaceGuide/Rider/Rider-en.md create mode 100644 ReplaceGuide/Rider/Rider-jp.md create mode 100644 ReplaceGuide/Rider/Rider-zh.md diff --git a/ReplaceGuide/Rider/Rider-en.md b/ReplaceGuide/Rider/Rider-en.md new file mode 100644 index 0000000..30e2832 --- /dev/null +++ b/ReplaceGuide/Rider/Rider-en.md @@ -0,0 +1,17 @@ +# Replace Rider Startup Image + +**** + +## Version 2024.1 + +**** + +- Open the `%userprofile%\AppData\Local\Programs\Rider\lib` folder +- Copy `app.jar` to an empty folder and make sure to back it up +- Create a new folder in this directory and move `app.jar` into it +- Go into this folder, right-click, choose `Open in Terminal`, and enter `jar -xvf app.jar` to extract. After extraction, delete `app.jar` +- Then go to the `rider\artwork\release` directory within this folder +- Rename the downloaded images to `splash.png` and `splash@2x.png` to replace the original images +- Return to the extracted folder, then run `jar -cfM0 ../app.jar ./` to compress the current folder, and save it to the parent directory +- Put the new `app.jar` into `%userprofile%\AppData\Local\Programs\Rider\lib` to replace the original +- Finally, delete all files in `%userprofile%\AppData\Local\JetBrains\Rider2024.1\splash` diff --git a/ReplaceGuide/Rider/Rider-jp.md b/ReplaceGuide/Rider/Rider-jp.md new file mode 100644 index 0000000..5c59391 --- /dev/null +++ b/ReplaceGuide/Rider/Rider-jp.md @@ -0,0 +1,17 @@ +# Rider のスタートアップ画像の交換 + +**** + +## 2024.1 バージョン + +**** + +- `%userprofile%\AppData\Local\Programs\Rider\lib` フォルダを開く +- `app.jar` を空のフォルダにコピーし、バックアップを取る +- 同じディレクトリに新しいフォルダを作成し、`app.jar` を移動する +- このフォルダに入り、右クリックして「ターミナルで開く」を選択し、`jar -xvf app.jar` と入力して解凍する。解凍後、`app.jar` を削除する +- このフォルダ内の `rider\artwork\release` ディレクトリに移動 +- ダウンロードした画像を `splash.png` と `splash@2x.png` にリネームして、元の画像を置き換える +- 解凍されたフォルダに戻り、`jar -cfM0 ../app.jar ./` を実行して、現在のフォルダを圧縮し、上のディレクトリに保存する +- 新しい `app.jar` を `%userprofile%\AppData\Local\Programs\Rider\lib` に配置して、元のファイルと交換する +- 最後に、`%userprofile%\AppData\Local\JetBrains\Rider2024.1\splash` のすべてのファイルを削除する \ No newline at end of file diff --git a/ReplaceGuide/Rider/Rider-zh.md b/ReplaceGuide/Rider/Rider-zh.md new file mode 100644 index 0000000..8c81a97 --- /dev/null +++ b/ReplaceGuide/Rider/Rider-zh.md @@ -0,0 +1,17 @@ +# 替换 Rider 启动图片 + +**** + +## 2024.1 版本 + +**** + +- 打开 `%userprofile%\AppData\Local\Programs\Rider\lib` 文件夹 +- 将 `app.jar` 复制到一个空的文件夹,并注意备份该文件 +- 在此目录下再创建一个新的文件夹,并将 `app.jar` 移动进去 +- 进入此文件夹,右键选择 `在终端中打开` ,输入 `jar -xvf app.jar` 解压,解压完后删除 `app.jar` +- 然后进入此文件夹中的 `rider\artwork\release` 目录 +- 将下载好的图片重命名为 `splash.png` 和 `splash@2x.png` 替换原来的图片 +- 回到解压后的目录,通过终端执行 `jar -cfM0 ../app.jar ./` 来压缩当前目录,并将结果保存到上层目录 +- 将新的 `app.jar` 放到 `%userprofile%\AppData\Local\Programs\Rider\lib` 进行替换 +- 最后将 `%userprofile%\AppData\Local\JetBrains\Rider2024.1\splash` 内的文件全部删除 \ No newline at end of file