mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +02:00
chore: ru readme
This commit is contained in:
parent
e778aab8b7
commit
80c7e4e74c
2 changed files with 98 additions and 0 deletions
95
README-RU.md
Normal file
95
README-RU.md
Normal file
|
@ -0,0 +1,95 @@
|
||||||
|
##### Доступно на другом языке!
|
||||||
|
[ [English](README.MD) | Русский ]
|
||||||
|
|
||||||
|
# AyuGram
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
## Функции и Фишки
|
||||||
|
|
||||||
|
- Полный режим призрака (настраиваемый)
|
||||||
|
- История удалений и изменений сообщений
|
||||||
|
- Кастомизация шрифта
|
||||||
|
- Режим Стримера
|
||||||
|
- Локальный телеграм премиум
|
||||||
|
- Улучшенный вид
|
||||||
|
|
||||||
|
И многое другое. Посмотрите нашу [Документацию](https://docs.ayugram.one/desktop/) для более подробной информации.
|
||||||
|
|
||||||
|
## Скриншоты настроек
|
||||||
|
|
||||||
|
<img src='.github/demos/demo1.png' width='268'>
|
||||||
|
<img src='.github/demos/demo3.png' width='268'>
|
||||||
|
<img src='.github/demos/demo2.png' width='268'>
|
||||||
|
<img src='.github/demos/demo4.png' width='268'>
|
||||||
|
|
||||||
|
## Установка
|
||||||
|
|
||||||
|
### Windows
|
||||||
|
|
||||||
|
#### Официальный вариант
|
||||||
|
|
||||||
|
Вы можете скачать готовый бинарный файл с [вкладки Releases](https://github.com/AyuGram/AyuGramDesktop/releases) или из
|
||||||
|
[Телеграм чата](https://t.me/ayugramchat/12788).
|
||||||
|
|
||||||
|
#### Winget
|
||||||
|
|
||||||
|
```bash
|
||||||
|
winget install RadolynLabs.AyuGramDesktop
|
||||||
|
```
|
||||||
|
|
||||||
|
#### Scoop
|
||||||
|
|
||||||
|
```bash
|
||||||
|
scoop bucket add extras
|
||||||
|
scoop install ayugram
|
||||||
|
```
|
||||||
|
|
||||||
|
#### Сборка вручную
|
||||||
|
|
||||||
|
Следуйте [официальному руководству](https://github.com/AyuGram/AyuGramDesktop/blob/dev/docs/building-win-x64.md) если вы хотите
|
||||||
|
собрать AyuGram сами.
|
||||||
|
|
||||||
|
### Arch Linux
|
||||||
|
|
||||||
|
Вы можете установить `ayugram-desktop` или `ayugram-desktop-git` из [AUR](https://aur.archlinux.org/packages?O=0&K=ayugram).
|
||||||
|
|
||||||
|
### NixOS
|
||||||
|
|
||||||
|
Проверьте [этот репозиторий](https://github.com/kaeeraa/ayugram-desktop) для руководства по установке.
|
||||||
|
|
||||||
|
### Любой другой Линукс дистрибутив
|
||||||
|
Следуйте [официальному руководству](https://github.com/AyuGram/AyuGramDesktop/blob/dev/docs/building-linux.md).
|
||||||
|
|
||||||
|
### Примечания для Windows
|
||||||
|
|
||||||
|
Убедитесь что у вас присутствуют эти зависимости:
|
||||||
|
|
||||||
|
- C++ MFC latest (x86 & x64)
|
||||||
|
- C++ ATL latest (x86 & x64)
|
||||||
|
- последний Windows 11 SDK
|
||||||
|
|
||||||
|
## Пожертвования
|
||||||
|
|
||||||
|
Вам нравится использовать **AyuGram**? Оставьте нам чаевые!
|
||||||
|
|
||||||
|
[Здесь доступные варианты.](https://docs.ayugram.one/donate/)
|
||||||
|
|
||||||
|
## Использованные материалы
|
||||||
|
|
||||||
|
### Телеграм клиенты
|
||||||
|
|
||||||
|
- [Telegram Desktop](https://github.com/telegramdesktop/tdesktop)
|
||||||
|
- [Kotatogram](https://github.com/kotatogram/kotatogram-desktop)
|
||||||
|
- [64Gram](https://github.com/TDesktop-x64/tdesktop)
|
||||||
|
- [Forkgram](https://github.com/forkgram/tdesktop)
|
||||||
|
|
||||||
|
### Использованные библиотеки
|
||||||
|
|
||||||
|
- [JSON for Modern C++](https://github.com/nlohmann/json)
|
||||||
|
- [SQLite](https://github.com/sqlite/sqlite)
|
||||||
|
- [sqlite_orm](https://github.com/fnc12/sqlite_orm)
|
||||||
|
|
||||||
|
### Иконки
|
||||||
|
|
||||||
|
- [Solar Icon Set](https://www.figma.com/community/file/1166831539721848736)
|
|
@ -1,3 +1,6 @@
|
||||||
|
##### Available on other languages!
|
||||||
|
[ English | [Русский](README-ru.md) ]
|
||||||
|
|
||||||
# AyuGram
|
# AyuGram
|
||||||
|
|
||||||
 
|
 
|
||||||
|
|
Loading…
Add table
Reference in a new issue