Compare commits
17 Commits
ab911599b6
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
a89c7b1a38
|
|||
|
621941208b
|
|||
|
653fe79f13
|
|||
|
f5712c73c7
|
|||
|
9740c29ae8
|
|||
|
|
e1cf3d23e1 | ||
|
|
6135fb8b33 | ||
|
|
49062731e8 | ||
|
|
3fa626a784 | ||
|
|
bf02b0b4a7 | ||
|
|
de21e2a6d8 | ||
|
|
3c3b5a3015 | ||
|
|
4521924069 | ||
|
|
172fcac59c | ||
|
|
972a45e56c | ||
|
|
e61ea99739 | ||
|
|
65e3954b4c |
17
.github/PULL_REQUEST_TEMPLATE/pull_request_template.md
vendored
Normal file
17
.github/PULL_REQUEST_TEMPLATE/pull_request_template.md
vendored
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
# Pull Request
|
||||||
|
|
||||||
|
## Description
|
||||||
|
[Please include a brief description of the changes or features you are proposing.]
|
||||||
|
|
||||||
|
## Related Issues
|
||||||
|
[If this pull request is related to any GitHub issue(s), please reference them here.]
|
||||||
|
|
||||||
|
## Pictures (if applicable)
|
||||||
|
[Include any pictures that help demonstrate the changes.]
|
||||||
|
|
||||||
|
## Checklist
|
||||||
|
- [ ] I have added/updated tests to cover my changes.
|
||||||
|
- [ ] All new and existing tests passed.
|
||||||
|
|
||||||
|
## Additional Notes
|
||||||
|
[Add any additional notes or context about the changes here.]
|
||||||
13
.github/pull_request_template.md
vendored
13
.github/pull_request_template.md
vendored
@@ -1,13 +0,0 @@
|
|||||||
## Description
|
|
||||||
Write description.
|
|
||||||
|
|
||||||
## Icon image
|
|
||||||
Attach add Icon image.
|
|
||||||
|
|
||||||
## Service URL
|
|
||||||
Write service url.
|
|
||||||
|
|
||||||
ex) https://www.rust-lang.org
|
|
||||||
|
|
||||||
## Additional Information
|
|
||||||
Write any additional information.
|
|
||||||
BIN
404Notfound/NotFound.png
Normal file
BIN
404Notfound/NotFound.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 193 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 120 KiB After Width: | Height: | Size: 119 KiB |
BIN
Hono/Hono.png
BIN
Hono/Hono.png
Binary file not shown.
|
Before Width: | Height: | Size: 143 KiB After Width: | Height: | Size: 148 KiB |
17
ReplaceGuide/Rider/Rider-en.md
Normal file
17
ReplaceGuide/Rider/Rider-en.md
Normal file
@@ -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`
|
||||||
17
ReplaceGuide/Rider/Rider-jp.md
Normal file
17
ReplaceGuide/Rider/Rider-jp.md
Normal file
@@ -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` のすべてのファイルを削除する
|
||||||
17
ReplaceGuide/Rider/Rider-zh.md
Normal file
17
ReplaceGuide/Rider/Rider-zh.md
Normal file
@@ -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` 内的文件全部删除
|
||||||
@@ -50,60 +50,61 @@ issuesに投稿する場合必ずリクエストタグを付けて投稿して
|
|||||||
|
|
||||||
## 日本語訳:
|
## 日本語訳:
|
||||||
|
|
||||||
| 名前 | 画像 |
|
| Name | Image |
|
||||||
|-------------------------------|--------|
|
|-------------------------------|--------|
|
||||||
| [Angular](/Angular/) | <img src="/Angular/Angular.png" width="100"/> <img src="/Angular/Angular_Old.png" width="100"/> |
|
| 404Notfound | <img src="../404Notfound/NotFound.png" width="100" /> |
|
||||||
| [ArchLinux](/ArchLinux/) | <img src="/ArchLinux/ArchLinux.png" width="100"/> |
|
| Angular | <img src="../Angular/Angular.png" width="100" /> <img src="../Angular/Angular_Old.png" width="100" /> |
|
||||||
| [C#](/C%23/) | <img src="/C%23/C%23%20Purple.png" width="100"/> <img src="/C%23/C%23.png" width="100"/> |
|
| ArchLinux | <img src="../ArchLinux/ArchLinux.png" width="100" /> |
|
||||||
| [C++](/C%2B%2B/) | <img src="/C%2B%2B/C%2B%2B.png" width="100"/> |
|
| C# | <img src="../C#/C# Purple.png" width="100" /> <img src="../C#/C#.png" width="100" /> |
|
||||||
| [C,C#,C++](/C,C%23,C%2B%2B/) | <img src="/C,C%23,C%2B%2B/All.png" width="100"/> |
|
| C++ | <img src="../C++/C++.png" width="100" /> |
|
||||||
| [C](/C/) | <img src="/C/C.png" width="100"/> |
|
| C,C#,C++ | <img src="../C,C#,C++/All.png" width="100" /> |
|
||||||
| [Clion](/Clion/) | <img src="/Clion/Clion.png" width="100"/> |
|
| C | <img src="../C/C.png" width="100" /> |
|
||||||
| [Cloudflare](/Cloudflare/) | <img src="/Cloudflare/Cloudflare.png" width="100"/> |
|
| Clion | <img src="../Clion/Clion.png" width="100" /> |
|
||||||
| [Cobol](/Cobol/) | <img src="/Cobol/Cobol.png" width="100"/> |
|
| Cloudflare | <img src="../Cloudflare/Cloudflare.png" width="100" /> |
|
||||||
| [Crowdstrike](/Crowdstrike/) | <img src="/Crowdstrike/CroudStrike.png" width="100"/> |
|
| Cobol | <img src="../Cobol/Cobol.png" width="100" /> |
|
||||||
| [Figma](/Figma/) | <img src="/Figma/Figma.png" width="100"/> |
|
| Crowdstrike | <img src="../Crowdstrike/CroudStrike.png" width="100" /> |
|
||||||
| [FORTRAN](/FORTRAN/) | <img src="/FORTRAN/FORTRAN.png" width="100"/> |
|
| FORTRAN | <img src="../FORTRAN/FORTRAN.png" width="100" /> |
|
||||||
| [FlipperZero](/FlipperZero/)| <img src="/FlipperZero/FlipperZero.png" width="100"/> |
|
| Figma | <img src="../Figma/Figma.png" width="100" /> |
|
||||||
| [Flutter](/Flutter/) | <img src="/Flutter/FlutterTransparent.png" width="100"/> |
|
| FlipperZero | <img src="../FlipperZero/FlipperZero.png" width="100" /> |
|
||||||
| [GitHub](/GitHub/) | <img src="/GitHub/GitHub.png" width="100"/> |
|
| Flutter | <img src="../Flutter/FlutterTransparent.png" width="100" /> |
|
||||||
| [GitLab](/GitLab/) | <img src="/GitLab/GitLab.png" width="100"/> |
|
| GitHub | <img src="../GitHub/GitHub.png" width="100" /> |
|
||||||
| [Gnuemacs](/Gnuemacs/) | <img src="/Gnuemacs/GNUEmacs.png" width="100"/> |
|
| GitLab | <img src="../GitLab/GitLab.png" width="100" /> |
|
||||||
| [Go](/Go/) | <img src="/Go/Golang.png" width="100"/> |
|
| Gnuemacs | <img src="../Gnuemacs/GNUEmacs.png" width="100" /> |
|
||||||
| [Haskell](/Haskell/) | <img src="/Haskell/Haskell%20$.png" width="100"/> <img src="/Haskell/Haskell.png" width="100"/> |
|
| Go | <img src="../Go/Golang.png" width="100" /> |
|
||||||
| [Hono](/Hono/) | <img src="/Hono/Hono.png" width="100"/> |
|
| Haskell | <img src="../Haskell/Haskell $.png" width="100" /> <img src="../Haskell/Haskell.png" width="100" /> |
|
||||||
| [Html](/Html/) | <img src="/Html/HTML.png" width="100"/> |
|
| Hono | <img src="../Hono/Hono.png" width="100" /> |
|
||||||
| [Htmx](/Htmx/) | <img src="/Htmx/htmx.png" width="100"/> |
|
| Html | <img src="../Html/HTML.png" width="100" /> |
|
||||||
| [IamSeries](/IamSeries/) | <img src="/IamSeries/IamProgrammer!.png" width="100"/> <img src="/IamSeries/IamProgrammerEnglish.png" width="100"/> <img src="/IamSeries/IamDesigner!.png" width="100"/> <img src="/IamSeries/IamDesigner!English.png" width="100"/> |
|
| Htmx | <img src="../Htmx/htmx.png" width="100" /> |
|
||||||
| [Java](/Java/) | <img src="/Java/Java.png" width="100"/> |
|
| IamSeries | <img src="../IamSeries/IamDesigner!.png" width="100" /> <img src="../IamSeries/IamDesigner!English.png" width="100" /> <img src="../IamSeries/IamProgrammer!.png" width="100" /> <img src="../IamSeries/IamProgrammerEnglish.png" width="100" /> |
|
||||||
| [Juniper](/Juniper/) | <img src="/Juniper/Juniper.png" width="100"/> |
|
| Java | <img src="../Java/Java.png" width="100" /> |
|
||||||
| [Kotlin](/Kotlin/) | <img src="/Kotlin/Kotlin.png" width="100"/> |
|
| Juniper | <img src="../Juniper/Juniper.png" width="100" /> |
|
||||||
| [Laravel](/Laravel/) | <img src="/Laravel/Laravel.png" width="100"/> |
|
| Kotlin | <img src="../Kotlin/Kotlin.png" width="100" /> <img src="../Kotlin/Kotlin_New.png" width="100" /> |
|
||||||
| [Mui](/Mui/) | <img src="/Mui/Mui.png" width="100"/> |
|
| Laravel | <img src="../Laravel/Laravel.png" width="100" /> |
|
||||||
| [Next.js](/Next.js/) | <img src="/Next.js/Next.js.png" width="100"/> |
|
| Mui | <img src="../Mui/Mui.png" width="100" /> |
|
||||||
| [Node.js](/Node.js/) | <img src="/Node.js/Node.js.png" width="100"/> |
|
| Next.js | <img src="../Next.js/Next.js.png" width="100" /> |
|
||||||
| [Photoshop](/Photoshop/) | <img src="/Photoshop/Photoshop.png" width="100"/> |
|
| Node.js | <img src="../Node.js/Node.js.png" width="100" /> |
|
||||||
| [Python](/Python/) | <img src="/Python/Python.png" width="100"/> |
|
| Photoshop | <img src="../Photoshop/Photoshop.png" width="100" /> |
|
||||||
| [Qwik.js](/Qwik.js/) | <img src="/Qwik.js/Qwik.png" width="100"/> |
|
| Python | <img src="../Python/Python.png" width="100" /> |
|
||||||
| [RaspberryPi](/RaspberryPi/) | <img src="/RaspberryPi/Raspberry%20Pi.png" width="100"/> |
|
| Qwik.js | <img src="../Qwik.js/Qwik.png" width="100" /> |
|
||||||
| [React](/React/) | <img src="/React/React.png" width="100"/> |
|
| RaspberryPi | <img src="../RaspberryPi/Raspberry Pi.png" width="100" /> |
|
||||||
| [RhineLab](/RhineLab/) | <img src="/RhineLab/RhineLab.png" width="100"/> |
|
| React | <img src="../React/React.png" width="100" /> |
|
||||||
| [Rider](/Rider/) | <img src="/Rider/Rider.png" width="100"/> |
|
| RhineLab | <img src="../RhineLab/RhineLab.png" width="100" /> |
|
||||||
| [Rstudio](/Rstudio/) | <img src="/Rstudio/RStudio.png" width="100"/> |
|
| Rider | <img src="../Rider/Rider.png" width="100" /> |
|
||||||
| [Ruby](/Ruby/) | <img src="/Ruby/Ruby.png" width="100"/> |
|
| Rstudio | <img src="../Rstudio/RStudio.png" width="100" /> |
|
||||||
| [Rust](/Rust/) | <img src="/Rust/Rust.png" width="100"/> |
|
| Ruby | <img src="../Ruby/Ruby.png" width="100" /> |
|
||||||
| [Streamloots](/Streamloots/) | <img src="/Streamloots/Streamloots.png" width="100"/> |
|
| Rust | <img src="../Rust/Rust.png" width="100" /> |
|
||||||
| [Swift](/Swift/) | <img src="/Swift/Swift.png" width="100"/> |
|
| Streamloots | <img src="../Streamloots/Streamloots.png" width="100" /> |
|
||||||
| [Tailwindcss](/Tailwindcss/) | <img src="/Tailwindcss/Tailwindcss6.png" width="100"/> |
|
| Swift | <img src="../Swift/Swift.png" width="100" /> |
|
||||||
| [Teamspeak](/Teamspeak/) | <img src="/Teamspeak/TeamSpeak.png" width="100"/> |
|
| Tailwindcss | <img src="../Tailwindcss/Tailwindcss6.png" width="100" /> |
|
||||||
| [Twitter](/Twitter/) | <img src="/Twitter/Twitter.png" width="100"/> |
|
| Teamspeak | <img src="../Teamspeak/TeamSpeak.png" width="100" /> |
|
||||||
| [TypeScript](/TypeScript/) | <img src="/TypeScript/TypeScript.png" width="100"/> |
|
| Twitter | <img src="../Twitter/Twitter.png" width="100" /> |
|
||||||
| [Ubuntu](/Ubuntu/) | <img src="/Ubuntu/Ubuntu.png" width="100"/> |
|
| TypeScript | <img src="../TypeScript/TypeScript.png" width="100" /> |
|
||||||
| [UnityBlender](/UnityBlender/)| <img src="/UnityBlender/UnityBlenderT.png" width="100"/> |
|
| Ubuntu | <img src="../Ubuntu/Ubuntu.png" width="100" /> |
|
||||||
| [Vim](/Vim/) | <img src="/Vim/VIM.png" width="100"/> |
|
| UnityBlender | <img src="../UnityBlender/UnityBlenderT.png" width="100" /> |
|
||||||
| [Vite](/Vite/) | <img src="/Vite/Vite.png" width="100"/> |
|
| Vim | <img src="../Vim/VIM.png" width="100" /> |
|
||||||
| [Voicemod](/Voicemod/) | <img src="/Voicemod/Voicemod.png" width="100"/> |
|
| Vite | <img src="../Vite/Vite.png" width="100" /> |
|
||||||
| [Vrchat](/Vrchat/) | <img src="/Vrchat/VRChat.png" width="100"/> |
|
| Voicemod | <img src="../Voicemod/Voicemod.png" width="100" /> |
|
||||||
| [Vue](/Vue/) | <img src="/Vue/Vue.png" width="100"/> |
|
| Vrchat | <img src="../Vrchat/VRChat.png" width="100" /> |
|
||||||
| [Wallhack](/Wallhack/) | <img src="/Wallhack/WALLHACK.png" width="100"/> |
|
| Vue | <img src="../Vue/Vue.png" width="100" /> |
|
||||||
| [X](/X/) | <img src="/X/X.png" width="100"/> |
|
| Wallhack | <img src="../Wallhack/WALLHACK.png" width="100" /> |
|
||||||
|
| X | <img src="../X/X.png" width="100" /> |
|
||||||
|
|||||||
@@ -53,60 +53,61 @@
|
|||||||
|
|
||||||
## 图片集:
|
## 图片集:
|
||||||
|
|
||||||
| 名称 | 图片 |
|
| Name | Image |
|
||||||
|-------------------------------|--------|
|
|-------------------------------|--------|
|
||||||
| [Angular](/Angular/) | <img src="/Angular/Angular.png" width="100"/> <img src="/Angular/Angular_Old.png" width="100"/> |
|
| 404Notfound | <img src="../404Notfound/NotFound.png" width="100" /> |
|
||||||
| [ArchLinux](/ArchLinux/) | <img src="/ArchLinux/ArchLinux.png" width="100"/> |
|
| Angular | <img src="../Angular/Angular.png" width="100" /> <img src="../Angular/Angular_Old.png" width="100" /> |
|
||||||
| [C#](/C%23/) | <img src="/C%23/C%23%20Purple.png" width="100"/> <img src="/C%23/C%23.png" width="100"/> |
|
| ArchLinux | <img src="../ArchLinux/ArchLinux.png" width="100" /> |
|
||||||
| [C++](/C%2B%2B/) | <img src="/C%2B%2B/C%2B%2B.png" width="100"/> |
|
| C# | <img src="../C#/C# Purple.png" width="100" /> <img src="../C#/C#.png" width="100" /> |
|
||||||
| [C,C#,C++](/C,C%23,C%2B%2B/) | <img src="/C,C%23,C%2B%2B/All.png" width="100"/> |
|
| C++ | <img src="../C++/C++.png" width="100" /> |
|
||||||
| [C](/C/) | <img src="/C/C.png" width="100"/> |
|
| C,C#,C++ | <img src="../C,C#,C++/All.png" width="100" /> |
|
||||||
| [Clion](/Clion/) | <img src="/Clion/Clion.png" width="100"/> |
|
| C | <img src="../C/C.png" width="100" /> |
|
||||||
| [Cloudflare](/Cloudflare/) | <img src="/Cloudflare/Cloudflare.png" width="100"/> |
|
| Clion | <img src="../Clion/Clion.png" width="100" /> |
|
||||||
| [Cobol](/Cobol/) | <img src="/Cobol/Cobol.png" width="100"/> |
|
| Cloudflare | <img src="../Cloudflare/Cloudflare.png" width="100" /> |
|
||||||
| [Crowdstrike](/Crowdstrike/) | <img src="/Crowdstrike/CroudStrike.png" width="100"/> |
|
| Cobol | <img src="../Cobol/Cobol.png" width="100" /> |
|
||||||
| [Figma](/Figma/) | <img src="/Figma/Figma.png" width="100"/> |
|
| Crowdstrike | <img src="../Crowdstrike/CroudStrike.png" width="100" /> |
|
||||||
| [FORTRAN](/FORTRAN/) | <img src="/FORTRAN/FORTRAN.png" width="100"/> |
|
| FORTRAN | <img src="../FORTRAN/FORTRAN.png" width="100" /> |
|
||||||
| [FlipperZero](/FlipperZero/)| <img src="/FlipperZero/FlipperZero.png" width="100"/> |
|
| Figma | <img src="../Figma/Figma.png" width="100" /> |
|
||||||
| [Flutter](/Flutter/) | <img src="/Flutter/FlutterTransparent.png" width="100"/> |
|
| FlipperZero | <img src="../FlipperZero/FlipperZero.png" width="100" /> |
|
||||||
| [GitHub](/GitHub/) | <img src="/GitHub/GitHub.png" width="100"/> |
|
| Flutter | <img src="../Flutter/FlutterTransparent.png" width="100" /> |
|
||||||
| [GitLab](/GitLab/) | <img src="/GitLab/GitLab.png" width="100"/> |
|
| GitHub | <img src="../GitHub/GitHub.png" width="100" /> |
|
||||||
| [Gnuemacs](/Gnuemacs/) | <img src="/Gnuemacs/GNUEmacs.png" width="100"/> |
|
| GitLab | <img src="../GitLab/GitLab.png" width="100" /> |
|
||||||
| [Go](/Go/) | <img src="/Go/Golang.png" width="100"/> |
|
| Gnuemacs | <img src="../Gnuemacs/GNUEmacs.png" width="100" /> |
|
||||||
| [Haskell](/Haskell/) | <img src="/Haskell/Haskell%20$.png" width="100"/> <img src="/Haskell/Haskell.png" width="100"/> |
|
| Go | <img src="../Go/Golang.png" width="100" /> |
|
||||||
| [Hono](/Hono/) | <img src="/Hono/Hono.png" width="100"/> |
|
| Haskell | <img src="../Haskell/Haskell $.png" width="100" /> <img src="../Haskell/Haskell.png" width="100" /> |
|
||||||
| [Html](/Html/) | <img src="/Html/HTML.png" width="100"/> |
|
| Hono | <img src="../Hono/Hono.png" width="100" /> |
|
||||||
| [Htmx](/Htmx/) | <img src="/Htmx/htmx.png" width="100"/> |
|
| Html | <img src="../Html/HTML.png" width="100" /> |
|
||||||
| [IamSeries](/IamSeries/) | <img src="/IamSeries/IamProgrammer!.png" width="100"/> <img src="/IamSeries/IamProgrammerEnglish.png" width="100"/> <img src="/IamSeries/IamDesigner!.png" width="100"/> <img src="/IamSeries/IamDesigner!English.png" width="100"/> |
|
| Htmx | <img src="../Htmx/htmx.png" width="100" /> |
|
||||||
| [Java](/Java/) | <img src="/Java/Java.png" width="100"/> |
|
| IamSeries | <img src="../IamSeries/IamDesigner!.png" width="100" /> <img src="../IamSeries/IamDesigner!English.png" width="100" /> <img src="../IamSeries/IamProgrammer!.png" width="100" /> <img src="../IamSeries/IamProgrammerEnglish.png" width="100" /> |
|
||||||
| [Juniper](/Juniper/) | <img src="/Juniper/Juniper.png" width="100"/> |
|
| Java | <img src="../Java/Java.png" width="100" /> |
|
||||||
| [Kotlin](/Kotlin/) | <img src="/Kotlin/Kotlin.png" width="100"/> |
|
| Juniper | <img src="../Juniper/Juniper.png" width="100" /> |
|
||||||
| [Laravel](/Laravel/) | <img src="/Laravel/Laravel.png" width="100"/> |
|
| Kotlin | <img src="../Kotlin/Kotlin.png" width="100" /> <img src="../Kotlin/Kotlin_New.png" width="100" /> |
|
||||||
| [Mui](/Mui/) | <img src="/Mui/Mui.png" width="100"/> |
|
| Laravel | <img src="../Laravel/Laravel.png" width="100" /> |
|
||||||
| [Next.js](/Next.js/) | <img src="/Next.js/Next.js.png" width="100"/> |
|
| Mui | <img src="../Mui/Mui.png" width="100" /> |
|
||||||
| [Node.js](/Node.js/) | <img src="/Node.js/Node.js.png" width="100"/> |
|
| Next.js | <img src="../Next.js/Next.js.png" width="100" /> |
|
||||||
| [Photoshop](/Photoshop/) | <img src="/Photoshop/Photoshop.png" width="100"/> |
|
| Node.js | <img src="../Node.js/Node.js.png" width="100" /> |
|
||||||
| [Python](/Python/) | <img src="/Python/Python.png" width="100"/> |
|
| Photoshop | <img src="../Photoshop/Photoshop.png" width="100" /> |
|
||||||
| [Qwik.js](/Qwik.js/) | <img src="/Qwik.js/Qwik.png" width="100"/> |
|
| Python | <img src="../Python/Python.png" width="100" /> |
|
||||||
| [RaspberryPi](/RaspberryPi/) | <img src="/RaspberryPi/Raspberry%20Pi.png" width="100"/> |
|
| Qwik.js | <img src="../Qwik.js/Qwik.png" width="100" /> |
|
||||||
| [React](/React/) | <img src="/React/React.png" width="100"/> |
|
| RaspberryPi | <img src="../RaspberryPi/Raspberry Pi.png" width="100" /> |
|
||||||
| [RhineLab](/RhineLab/) | <img src="/RhineLab/RhineLab.png" width="100"/> |
|
| React | <img src="../React/React.png" width="100" /> |
|
||||||
| [Rider](/Rider/) | <img src="/Rider/Rider.png" width="100"/> |
|
| RhineLab | <img src="../RhineLab/RhineLab.png" width="100" /> |
|
||||||
| [Rstudio](/Rstudio/) | <img src="/Rstudio/RStudio.png" width="100"/> |
|
| Rider | <img src="../Rider/Rider.png" width="100" /> |
|
||||||
| [Ruby](/Ruby/) | <img src="/Ruby/Ruby.png" width="100"/> |
|
| Rstudio | <img src="../Rstudio/RStudio.png" width="100" /> |
|
||||||
| [Rust](/Rust/) | <img src="/Rust/Rust.png" width="100"/> |
|
| Ruby | <img src="../Ruby/Ruby.png" width="100" /> |
|
||||||
| [Streamloots](/Streamloots/) | <img src="/Streamloots/Streamloots.png" width="100"/> |
|
| Rust | <img src="../Rust/Rust.png" width="100" /> |
|
||||||
| [Swift](/Swift/) | <img src="/Swift/Swift.png" width="100"/> |
|
| Streamloots | <img src="../Streamloots/Streamloots.png" width="100" /> |
|
||||||
| [Tailwindcss](/Tailwindcss/) | <img src="/Tailwindcss/Tailwindcss6.png" width="100"/> |
|
| Swift | <img src="../Swift/Swift.png" width="100" /> |
|
||||||
| [Teamspeak](/Teamspeak/) | <img src="/Teamspeak/TeamSpeak.png" width="100"/> |
|
| Tailwindcss | <img src="../Tailwindcss/Tailwindcss6.png" width="100" /> |
|
||||||
| [Twitter](/Twitter/) | <img src="/Twitter/Twitter.png" width="100"/> |
|
| Teamspeak | <img src="../Teamspeak/TeamSpeak.png" width="100" /> |
|
||||||
| [TypeScript](/TypeScript/) | <img src="/TypeScript/TypeScript.png" width="100"/> |
|
| Twitter | <img src="../Twitter/Twitter.png" width="100" /> |
|
||||||
| [Ubuntu](/Ubuntu/) | <img src="/Ubuntu/Ubuntu.png" width="100"/> |
|
| TypeScript | <img src="../TypeScript/TypeScript.png" width="100" /> |
|
||||||
| [UnityBlender](/UnityBlender/)| <img src="/UnityBlender/UnityBlenderT.png" width="100"/> |
|
| Ubuntu | <img src="../Ubuntu/Ubuntu.png" width="100" /> |
|
||||||
| [Vim](/Vim/) | <img src="/Vim/VIM.png" width="100"/> |
|
| UnityBlender | <img src="../UnityBlender/UnityBlenderT.png" width="100" /> |
|
||||||
| [Vite](/Vite/) | <img src="/Vite/Vite.png" width="100"/> |
|
| Vim | <img src="../Vim/VIM.png" width="100" /> |
|
||||||
| [Voicemod](/Voicemod/) | <img src="/Voicemod/Voicemod.png" width="100"/> |
|
| Vite | <img src="../Vite/Vite.png" width="100" /> |
|
||||||
| [Vrchat](/Vrchat/) | <img src="/Vrchat/VRChat.png" width="100"/> |
|
| Voicemod | <img src="../Voicemod/Voicemod.png" width="100" /> |
|
||||||
| [Vue](/Vue/) | <img src="/Vue/Vue.png" width="100"/> |
|
| Vrchat | <img src="../Vrchat/VRChat.png" width="100" /> |
|
||||||
| [Wallhack](/Wallhack/) | <img src="/Wallhack/WALLHACK.png" width="100"/> |
|
| Vue | <img src="../Vue/Vue.png" width="100" /> |
|
||||||
| [X](/X/) | <img src="/X/X.png" width="100"/> |
|
| Wallhack | <img src="../Wallhack/WALLHACK.png" width="100" /> |
|
||||||
|
| X | <img src="../X/X.png" width="100" /> |
|
||||||
|
|||||||
113
docs/README.md
113
docs/README.md
@@ -48,60 +48,61 @@ If you would like to sell your product officially, please send a [Direct message
|
|||||||
|
|
||||||
## image :
|
## image :
|
||||||
|
|
||||||
| Name | Images |
|
| Name | Image |
|
||||||
|-------------------------------|--------|
|
|-------------------------------|--------|
|
||||||
| [Angular](/Angular/) | <img src="/Angular/Angular.png" width="100"/> <img src="/Angular/Angular_Old.png" width="100"/> |
|
| 404Notfound | <img src="../404Notfound/NotFound.png" width="100" /> |
|
||||||
| [ArchLinux](/ArchLinux/) | <img src="/ArchLinux/ArchLinux.png" width="100"/> |
|
| Angular | <img src="../Angular/Angular.png" width="100" /> <img src="../Angular/Angular_Old.png" width="100" /> |
|
||||||
| [C#](/C%23/) | <img src="/C%23/C%23%20Purple.png" width="100"/> <img src="/C%23/C%23.png" width="100"/> |
|
| ArchLinux | <img src="../ArchLinux/ArchLinux.png" width="100" /> |
|
||||||
| [C++](/C%2B%2B/) | <img src="/C%2B%2B/C%2B%2B.png" width="100"/> |
|
| C# | <img src="../C%23/C%23%20Purple.png" width="100" /> <img src="../C%23/C%23.png" width="100" /> |
|
||||||
| [C,C#,C++](/C,C%23,C%2B%2B/) | <img src="/C,C%23,C%2B%2B/All.png" width="100"/> |
|
| C++ | <img src="../C%2B%2B/C%2B%2B.png" width="100" /> |
|
||||||
| [C](/C/) | <img src="/C/C.png" width="100"/> |
|
| C,C#,C++ | <img src="../C%2CC%23%2CC%2B%2B/All.png" width="100" /> |
|
||||||
| [Clion](/Clion/) | <img src="/Clion/Clion.png" width="100"/> |
|
| C | <img src="../C/C.png" width="100" /> |
|
||||||
| [Cloudflare](/Cloudflare/) | <img src="/Cloudflare/Cloudflare.png" width="100"/> |
|
| Clion | <img src="../Clion/Clion.png" width="100" /> |
|
||||||
| [Cobol](/Cobol/) | <img src="/Cobol/Cobol.png" width="100"/> |
|
| Cloudflare | <img src="../Cloudflare/Cloudflare.png" width="100" /> |
|
||||||
| [Crowdstrike](/Crowdstrike/) | <img src="/Crowdstrike/CroudStrike.png" width="100"/> |
|
| Cobol | <img src="../Cobol/Cobol.png" width="100" /> |
|
||||||
| [Figma](/Figma/) | <img src="/Figma/Figma.png" width="100"/> |
|
| Crowdstrike | <img src="../Crowdstrike/CroudStrike.png" width="100" /> |
|
||||||
| [FORTRAN](/FORTRAN/) | <img src="/FORTRAN/FORTRAN.png" width="100"/> |
|
| FORTRAN | <img src="../FORTRAN/FORTRAN.png" width="100" /> |
|
||||||
| [FlipperZero](/FlipperZero/)| <img src="/FlipperZero/FlipperZero.png" width="100"/> |
|
| Figma | <img src="../Figma/Figma.png" width="100" /> |
|
||||||
| [Flutter](/Flutter/) | <img src="/Flutter/FlutterTransparent.png" width="100"/> |
|
| FlipperZero | <img src="../FlipperZero/FlipperZero.png" width="100" /> |
|
||||||
| [GitHub](/GitHub/) | <img src="/GitHub/GitHub.png" width="100"/> |
|
| Flutter | <img src="../Flutter/FlutterTransparent.png" width="100" /> |
|
||||||
| [GitLab](/GitLab/) | <img src="/GitLab/GitLab.png" width="100"/> |
|
| GitHub | <img src="../GitHub/GitHub.png" width="100" /> |
|
||||||
| [Gnuemacs](/Gnuemacs/) | <img src="/Gnuemacs/GNUEmacs.png" width="100"/> |
|
| GitLab | <img src="../GitLab/GitLab.png" width="100" /> |
|
||||||
| [Go](/Go/) | <img src="/Go/Golang.png" width="100"/> |
|
| Gnuemacs | <img src="../Gnuemacs/GNUEmacs.png" width="100" /> |
|
||||||
| [Haskell](/Haskell/) | <img src="/Haskell/Haskell%20$.png" width="100"/> <img src="/Haskell/Haskell.png" width="100"/> |
|
| Go | <img src="../Go/Golang.png" width="100" /> |
|
||||||
| [Hono](/Hono/) | <img src="/Hono/Hono.png" width="100"/> |
|
| Haskell | <img src="../Haskell/Haskell%20%24.png" width="100" /> <img src="../Haskell/Haskell.png" width="100" /> |
|
||||||
| [Html](/Html/) | <img src="/Html/HTML.png" width="100"/> |
|
| Hono | <img src="../Hono/Hono.png" width="100" /> |
|
||||||
| [Htmx](/Htmx/) | <img src="/Htmx/htmx.png" width="100"/> |
|
| Html | <img src="../Html/HTML.png" width="100" /> |
|
||||||
| [IamSeries](/IamSeries/) | <img src="/IamSeries/IamProgrammer!.png" width="100"/> <img src="/IamSeries/IamProgrammerEnglish.png" width="100"/> <img src="/IamSeries/IamDesigner!.png" width="100"/> <img src="/IamSeries/IamDesigner!English.png" width="100"/> |
|
| Htmx | <img src="../Htmx/htmx.png" width="100" /> |
|
||||||
| [Java](/Java/) | <img src="/Java/Java.png" width="100"/> |
|
| IamSeries | <img src="../IamSeries/IamDesigner%21.png" width="100" /> <img src="../IamSeries/IamDesigner%21English.png" width="100" /> <img src="../IamSeries/IamProgrammer%21.png" width="100" /> <img src="../IamSeries/IamProgrammerEnglish.png" width="100" /> |
|
||||||
| [Juniper](/Juniper/) | <img src="/Juniper/Juniper.png" width="100"/> |
|
| Java | <img src="../Java/Java.png" width="100" /> |
|
||||||
| [Kotlin](/Kotlin/) | <img src="/Kotlin/Kotlin.png" width="100"/> |
|
| Juniper | <img src="../Juniper/Juniper.png" width="100" /> |
|
||||||
| [Laravel](/Laravel/) | <img src="/Laravel/Laravel.png" width="100"/> |
|
| Kotlin | <img src="../Kotlin/Kotlin.png" width="100" /> <img src="../Kotlin/Kotlin_New.png" width="100" /> |
|
||||||
| [Mui](/Mui/) | <img src="/Mui/Mui.png" width="100"/> |
|
| Laravel | <img src="../Laravel/Laravel.png" width="100" /> |
|
||||||
| [Next.js](/Next.js/) | <img src="/Next.js/Next.js.png" width="100"/> |
|
| Mui | <img src="../Mui/Mui.png" width="100" /> |
|
||||||
| [Node.js](/Node.js/) | <img src="/Node.js/Node.js.png" width="100"/> |
|
| Next.js | <img src="../Next.js/Next.js.png" width="100" /> |
|
||||||
| [Photoshop](/Photoshop/) | <img src="/Photoshop/Photoshop.png" width="100"/> |
|
| Node.js | <img src="../Node.js/Node.js.png" width="100" /> |
|
||||||
| [Python](/Python/) | <img src="/Python/Python.png" width="100"/> |
|
| Photoshop | <img src="../Photoshop/Photoshop.png" width="100" /> |
|
||||||
| [Qwik.js](/Qwik.js/) | <img src="/Qwik.js/Qwik.png" width="100"/> |
|
| Python | <img src="../Python/Python.png" width="100" /> |
|
||||||
| [RaspberryPi](/RaspberryPi/) | <img src="/RaspberryPi/Raspberry%20Pi.png" width="100"/> |
|
| Qwik.js | <img src="../Qwik.js/Qwik.png" width="100" /> |
|
||||||
| [React](/React/) | <img src="/React/React.png" width="100"/> |
|
| RaspberryPi | <img src="../RaspberryPi/Raspberry%20Pi.png" width="100" /> |
|
||||||
| [RhineLab](/RhineLab/) | <img src="/RhineLab/RhineLab.png" width="100"/> |
|
| React | <img src="../React/React.png" width="100" /> |
|
||||||
| [Rider](/Rider/) | <img src="/Rider/Rider.png" width="100"/> |
|
| RhineLab | <img src="../RhineLab/RhineLab.png" width="100" /> |
|
||||||
| [Rstudio](/Rstudio/) | <img src="/Rstudio/RStudio.png" width="100"/> |
|
| Rider | <img src="../Rider/Rider.png" width="100" /> |
|
||||||
| [Ruby](/Ruby/) | <img src="/Ruby/Ruby.png" width="100"/> |
|
| Rstudio | <img src="../Rstudio/RStudio.png" width="100" /> |
|
||||||
| [Rust](/Rust/) | <img src="/Rust/Rust.png" width="100"/> |
|
| Ruby | <img src="../Ruby/Ruby.png" width="100" /> |
|
||||||
| [Streamloots](/Streamloots/) | <img src="/Streamloots/Streamloots.png" width="100"/> |
|
| Rust | <img src="../Rust/Rust.png" width="100" /> |
|
||||||
| [Swift](/Swift/) | <img src="/Swift/Swift.png" width="100"/> |
|
| Streamloots | <img src="../Streamloots/Streamloots.png" width="100" /> |
|
||||||
| [Tailwindcss](/Tailwindcss/) | <img src="/Tailwindcss/Tailwindcss6.png" width="100"/> |
|
| Swift | <img src="../Swift/Swift.png" width="100" /> |
|
||||||
| [Teamspeak](/Teamspeak/) | <img src="/Teamspeak/TeamSpeak.png" width="100"/> |
|
| Tailwindcss | <img src="../Tailwindcss/Tailwindcss6.png" width="100" /> |
|
||||||
| [Twitter](/Twitter/) | <img src="/Twitter/Twitter.png" width="100"/> |
|
| Teamspeak | <img src="../Teamspeak/TeamSpeak.png" width="100" /> |
|
||||||
| [TypeScript](/TypeScript/) | <img src="/TypeScript/TypeScript.png" width="100"/> |
|
| Twitter | <img src="../Twitter/Twitter.png" width="100" /> |
|
||||||
| [Ubuntu](/Ubuntu/) | <img src="/Ubuntu/Ubuntu.png" width="100"/> |
|
| TypeScript | <img src="../TypeScript/TypeScript.png" width="100" /> |
|
||||||
| [UnityBlender](/UnityBlender/)| <img src="/UnityBlender/UnityBlenderT.png" width="100"/> |
|
| Ubuntu | <img src="../Ubuntu/Ubuntu.png" width="100" /> |
|
||||||
| [Vim](/Vim/) | <img src="/Vim/VIM.png" width="100"/> |
|
| UnityBlender | <img src="../UnityBlender/UnityBlenderT.png" width="100" /> |
|
||||||
| [Vite](/Vite/) | <img src="/Vite/Vite.png" width="100"/> |
|
| Vim | <img src="../Vim/VIM.png" width="100" /> |
|
||||||
| [Voicemod](/Voicemod/) | <img src="/Voicemod/Voicemod.png" width="100"/> |
|
| Vite | <img src="../Vite/Vite.png" width="100" /> |
|
||||||
| [Vrchat](/Vrchat/) | <img src="/Vrchat/VRChat.png" width="100"/> |
|
| Voicemod | <img src="../Voicemod/Voicemod.png" width="100" /> |
|
||||||
| [Vue](/Vue/) | <img src="/Vue/Vue.png" width="100"/> |
|
| Vrchat | <img src="../Vrchat/VRChat.png" width="100" /> |
|
||||||
| [Wallhack](/Wallhack/) | <img src="/Wallhack/WALLHACK.png" width="100"/> |
|
| Vue | <img src="../Vue/Vue.png" width="100" /> |
|
||||||
| [X](/X/) | <img src="/X/X.png" width="100"/> |
|
| Wallhack | <img src="../Wallhack/WALLHACK.png" width="100" /> |
|
||||||
|
| X | <img src="../X/X.png" width="100" /> |
|
||||||
|
|||||||
40
docs/generate-images-table.py
Normal file
40
docs/generate-images-table.py
Normal file
@@ -0,0 +1,40 @@
|
|||||||
|
import os
|
||||||
|
import urllib.parse
|
||||||
|
|
||||||
|
|
||||||
|
def main():
|
||||||
|
current_dir = os.path.dirname(os.path.realpath(__file__))
|
||||||
|
|
||||||
|
# Get all directories in the parent directory
|
||||||
|
data: dict[str, list[str]] = {}
|
||||||
|
for d in os.listdir(os.path.join(current_dir, "..")):
|
||||||
|
if not os.path.isdir(os.path.join(current_dir, "..", d)):
|
||||||
|
continue
|
||||||
|
if d.startswith("."):
|
||||||
|
continue
|
||||||
|
|
||||||
|
# Get all png files in the directory
|
||||||
|
files = [f for f in os.listdir(os.path.join(current_dir, "..", d)) if f.endswith(".png")]
|
||||||
|
if not files:
|
||||||
|
continue
|
||||||
|
|
||||||
|
data[d] = files
|
||||||
|
|
||||||
|
# Generate markdown table
|
||||||
|
columnWidth = max(len(name) for name in data.keys())
|
||||||
|
|
||||||
|
markdown = "| Name | Image |\n"
|
||||||
|
markdown += '|-------------------------------|--------|\n'
|
||||||
|
|
||||||
|
for name, images in data.items():
|
||||||
|
markdown += f"| {name.ljust(columnWidth)} | "
|
||||||
|
for image in images:
|
||||||
|
url = urllib.parse.quote(f"../{name}/{image}")
|
||||||
|
markdown += f'<img src="{url}" width="100" /> '
|
||||||
|
markdown += "|\n"
|
||||||
|
|
||||||
|
print(markdown)
|
||||||
|
|
||||||
|
|
||||||
|
if __name__ == "__main__":
|
||||||
|
main()
|
||||||
Reference in New Issue
Block a user