1
0
mirror of git://f0xx.org/ac/ac-be-hub synced 2026-07-29 04:59:44 +03:00

feat(hub): add Downloads and Documentation landing pages

Wire hub-downloads.js for stable OTA APK resolution, expand nav i18n, and add
Session Studio download slot for alpha hub FR.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Anton Afanasyeu
2026-07-10 15:36:48 +02:00
parent 6c9b5b1dd4
commit 0042bb9870
7 changed files with 291 additions and 43 deletions

View File

@@ -1,7 +1,7 @@
(function () {
'use strict';
var PAGE_COUNT = 10;
var PAGE_COUNT = 13;
var scrollEl = null;
var railEl = null;
var currentPage = 1;