docs(README.md): added nice download buttons
This commit is contained in:
@@ -62,6 +62,61 @@
|
||||
|
||||
そのため、このプロジェクトAIRIは、ここで別の可能性を提供します:**簡単に、どこでも、いつでも、あなた自身のデジタルライフ、サイバー生活を所有できるようにします**。
|
||||
|
||||
## ダウンロード?それともWeb版?
|
||||
|
||||
Web版のAIRIは [airi.moeru.ai](https://airi.moeru.ai) で直接お試しいただけます。
|
||||
また、以下のWindows、macOS、Linux向けデスクトップ版もダウンロードできます。デスクトップペット/デスクトップマスコットとして使え、多くのユニークな機能が含まれています:
|
||||
|
||||
<p float="left">
|
||||
<!-- readme-section:release-binary-windows -->
|
||||
<a href="https://github.com/moeru-ai/airi/releases/download/v0.9.0-alpha.6/AIRI-0.9.0-alpha.6-darwin-arm64.dmg">
|
||||
<picture>
|
||||
<source
|
||||
width="33.5%"
|
||||
srcset="./docs/content/public/assets/download-buttons/Download buttons - Windows.dark.en-US.avif"
|
||||
media="(prefers-color-scheme: dark)"
|
||||
/>
|
||||
<source
|
||||
width="33.5%"
|
||||
srcset="./docs/content/public/assets/download-buttons/Download buttons - Windows.light.en-US.avif"
|
||||
media="(prefers-color-scheme: light), (prefers-color-scheme: no-preference)"
|
||||
/>
|
||||
<img width="33.5%" src="./docs/content/public/assets/download-buttons/Download buttons - Windows.light.en-US.avif" />
|
||||
</picture>
|
||||
</a>
|
||||
<!-- readme-section:release-binary-macos -->
|
||||
<a href="https://github.com/moeru-ai/airi/releases/download/v0.9.0-alpha.6/AIRI-0.9.0-alpha.6-darwin-arm64.dmg">
|
||||
<picture>
|
||||
<source
|
||||
width="33.5%"
|
||||
srcset="./docs/content/public/assets/download-buttons/Download buttons - macOS.dark.en-US.avif"
|
||||
media="(prefers-color-scheme: dark)"
|
||||
/>
|
||||
<source
|
||||
width="33.5%"
|
||||
srcset="./docs/content/public/assets/download-buttons/Download buttons - macOS.light.en-US.avif"
|
||||
media="(prefers-color-scheme: light), (prefers-color-scheme: no-preference)"
|
||||
/>
|
||||
<img width="33.5%" src="./docs/content/public/assets/download-buttons/Download buttons - macOS.light.en-US.avif" />
|
||||
</picture>
|
||||
</a>
|
||||
<a href="https://github.com/moeru-ai/airi/releases/latest">
|
||||
<picture>
|
||||
<source
|
||||
width="32%"
|
||||
srcset="./docs/content/public/assets/download-buttons/Download buttons - Linux.dark.en-US.avif"
|
||||
media="(prefers-color-scheme: dark)"
|
||||
/>
|
||||
<source
|
||||
width="32%"
|
||||
srcset="./docs/content/public/assets/download-buttons/Download buttons - Linux.light.en-US.avif"
|
||||
media="(prefers-color-scheme: light), (prefers-color-scheme: no-preference)"
|
||||
/>
|
||||
<img width="32%" src="./docs/content/public/assets/download-buttons/Download buttons - Linux.light.en-US.avif" />
|
||||
</picture>
|
||||
</a>
|
||||
</p>
|
||||
|
||||
## 投稿した DevLog と最近のアップデート
|
||||
|
||||
- [DevLog @ 2026.01.01](https://airi.moeru.ai/docs/en/blog/DevLog-2026.01.01/) — 2026/01/01
|
||||
|
||||
Reference in New Issue
Block a user