Initial Navis client with NaiveProxy, profiles, ping and git updates

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Navis
2026-07-28 06:55:19 +03:00
co-authored by Cursor
commit 595bc3d70d
40 changed files with 3412 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
# Хостинг обновлений Navis
Обновления отдаются из git-репозитория:
- `https://git.evilfox.cc/test2/navi/raw/branch/main/dist/update.json`
- `https://git.evilfox.cc/test2/navi/raw/branch/main/dist/navis-release/Navis.exe`
Пример `dist/update.json`:
```json
{
"version": "1.1.2",
"notes": "Что нового",
"url": "https://git.evilfox.cc/test2/navi/raw/branch/main/dist/navis-release/Navis.exe",
"sha256": "hex",
"mandatory": false
}
```