feat(links): fetch website and docs URLs from GitHub at startup

- Add links.json to repo (alongside update.xml) with Website and Documentation URLs.
- Add LinksManager to support link fetching on startup via raw.githubusercontent.com
- Suppress TimeAligner failure instead of blocking app launch
This commit is contained in:
achiez
2026-06-19 22:34:37 +03:00
parent 07eb9f15a9
commit ed5d3c2eda
7 changed files with 75 additions and 11 deletions
+4
View File
@@ -0,0 +1,4 @@
{
"Website": "https://achiefy.pro/?nebula=true",
"Documentation": "https://achiefy-project.gitbook.io/nebulaauth"
}