mirror of
https://github.com/delibae/claude-prism.git
synced 2026-08-28 05:14:59 +00:00
fix: change Linux download link from .deb to .AppImage
AppImage is distribution-agnostic and works across most Linux distros, making it a better default download option than .deb. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
3c08bc347b
commit
8063fac03f
4 changed files with 7 additions and 7 deletions
|
|
@ -30,8 +30,8 @@
|
|||
<a href="https://github.com/delibae/claude-prism/releases/latest/download/ClaudePrism-Windows-setup.exe">
|
||||
<img src="https://img.shields.io/badge/Download-Windows-0078D4?style=for-the-badge&logo=windows&logoColor=white" alt="Windows 版をダウンロード" />
|
||||
</a>
|
||||
<a href="https://github.com/delibae/claude-prism/releases/latest/download/ClaudePrism-Linux.deb">
|
||||
<img src="https://img.shields.io/badge/Download-Linux_(deb)-FCC624?style=for-the-badge&logo=linux&logoColor=black" alt="Linux 版をダウンロード" />
|
||||
<a href="https://github.com/delibae/claude-prism/releases/latest/download/ClaudePrism-Linux.AppImage">
|
||||
<img src="https://img.shields.io/badge/Download-Linux_(AppImage)-FCC624?style=for-the-badge&logo=linux&logoColor=black" alt="Linux 版をダウンロード" />
|
||||
</a>
|
||||
</p>
|
||||
<p align="center">
|
||||
|
|
|
|||
|
|
@ -30,8 +30,8 @@
|
|||
<a href="https://github.com/delibae/claude-prism/releases/latest/download/ClaudePrism-Windows-setup.exe">
|
||||
<img src="https://img.shields.io/badge/Download-Windows-0078D4?style=for-the-badge&logo=windows&logoColor=white" alt="Windows 다운로드" />
|
||||
</a>
|
||||
<a href="https://github.com/delibae/claude-prism/releases/latest/download/ClaudePrism-Linux.deb">
|
||||
<img src="https://img.shields.io/badge/Download-Linux_(deb)-FCC624?style=for-the-badge&logo=linux&logoColor=black" alt="Linux 다운로드" />
|
||||
<a href="https://github.com/delibae/claude-prism/releases/latest/download/ClaudePrism-Linux.AppImage">
|
||||
<img src="https://img.shields.io/badge/Download-Linux_(AppImage)-FCC624?style=for-the-badge&logo=linux&logoColor=black" alt="Linux 다운로드" />
|
||||
</a>
|
||||
</p>
|
||||
<p align="center">
|
||||
|
|
|
|||
|
|
@ -30,8 +30,8 @@
|
|||
<a href="https://github.com/delibae/claude-prism/releases/latest/download/ClaudePrism-Windows-setup.exe">
|
||||
<img src="https://img.shields.io/badge/Download-Windows-0078D4?style=for-the-badge&logo=windows&logoColor=white" alt="Download for Windows" />
|
||||
</a>
|
||||
<a href="https://github.com/delibae/claude-prism/releases/latest/download/ClaudePrism-Linux.deb">
|
||||
<img src="https://img.shields.io/badge/Download-Linux_(deb)-FCC624?style=for-the-badge&logo=linux&logoColor=black" alt="Download for Linux" />
|
||||
<a href="https://github.com/delibae/claude-prism/releases/latest/download/ClaudePrism-Linux.AppImage">
|
||||
<img src="https://img.shields.io/badge/Download-Linux_(AppImage)-FCC624?style=for-the-badge&logo=linux&logoColor=black" alt="Download for Linux" />
|
||||
</a>
|
||||
</p>
|
||||
<p align="center">
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@
|
|||
<a href="https://claudeprism.delibae.dev?utm_source=github&utm_medium=readme&utm_campaign=launch_v054">官网</a> ·
|
||||
<a href="https://github.com/delibae/claude-prism/releases/latest/download/ClaudePrism-macOS.dmg">macOS</a> ·
|
||||
<a href="https://github.com/delibae/claude-prism/releases/latest/download/ClaudePrism-Windows-setup.exe">Windows</a> ·
|
||||
<a href="https://github.com/delibae/claude-prism/releases/latest/download/ClaudePrism-Linux.deb">Linux</a> ·
|
||||
<a href="https://github.com/delibae/claude-prism/releases/latest/download/ClaudePrism-Linux.AppImage">Linux</a> ·
|
||||
<a href="https://github.com/delibae/claude-prism/releases">所有版本</a>
|
||||
</p>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue