From 0d2c9580d81e6b1bbc66c34728e4256c9cc92240 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=82=BC=E3=83=BC=E3=83=AC?= Date: Sun, 8 Dec 2024 16:27:28 +0500 Subject: [PATCH] Update toggles.js --- api/v1/src/toggles.js | 80 +++++++++++++++++++++---------------------- 1 file changed, 40 insertions(+), 40 deletions(-) diff --git a/api/v1/src/toggles.js b/api/v1/src/toggles.js index f36ec98..087b52f 100644 --- a/api/v1/src/toggles.js +++ b/api/v1/src/toggles.js @@ -1,42 +1,42 @@ module.exports = { - minVersionCode: 0, - lastVersionCode: 0, - whatsNew: "Made with ❤️ by Seele", - downloadLink: "null", - minGPVersionCode: 0, - lastGPVersionCode: 0, - gpWhatsNew: "Made with ❤️ by Seele", - gpDownloadLink: "null", - overrideGPVersion: false, - inAppUpdates: false, - inAppUpdatesImmediate: false, - inAppUpdatesFlexibleDelay: 0, - impMessageEnabled: true, - impMessageText: "💬 Заходи к нам в чатик, семпай! »", - impMessageBackgroundColor: "", - impMessageTextColor: "", - impMessageLink: "https://t.me/seele_community", - adBannerBlockId: "R-M-1773808-1", - adBannerSizeType: 1, - adInterstitialBlockId: "R-M-1773808-2", - adBannerDelay: 10, - adInterstitialDelay: 300, - kodikVideoLinksUrl: "https://aniqit.com/get-video-info", - kodikIframeAd: true, - sibnetRandUserAgent: true, - sibnetUserAgent: "Mozilla/5.0 (Linux; Android 7.1.1; SM-J510FN) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Mobile Safari/537.36", - torlookUrl: "https://tl.anixart.tv/", - apiUrl: "", - apiAltUrl: "https://api-alt.anixart.app/", - apiAltAvailable: true, - sponsorshipPromotion: true, - sponsorshipText: "[AD] Подпишитесь на наш Telegram-канал, чтобы быть в курсе последних новостей.", - sponsorshipAvailable: true, - pageNoConnectionUrl: "https://anixhelper.github.io/pages/no_connection.html", - snowfall: true, - searchBarIconUrl: "", - searchBarIconTint: "true", - searchBarIconAction: "5", - searchBarIconValue: "https://t.me/seele_channel", - min_blog_create_rating_score: 3 +"minVersionCode": 0, +"lastVersionCode": 0, +"whatsNew": "Сделано с ❤️ от Seele", +"downloadLink": "null", +"minGPVersionCode": 0, +"lastGPVersionCode": 0, +"gpWhatsNew": "null", +"gpDownloadLink": "null", +"overrideGPVersion": false, +"inAppUpdates": false, +"inAppUpdatesImmediate": false, +"inAppUpdatesFlexibleDelay": 0, +"impMessageEnabled": true, +"impMessageText": "💬 Заходи к нам в чатик, семпай! »", +"impMessageBackgroundColor": "", +"impMessageTextColor": "", +"impMessageLink": "https://t.me/channel_community", +"adBannerBlockId": "R-M-1773808-1", +"adBannerSizeType": 1, +"adInterstitialBlockId": "R-M-1773808-2", +"adBannerDelay": 10, +"adInterstitialDelay": 300, +"kodikVideoLinksUrl": "https://aniqit.com/get-video-info", +"kodikIframeAd": false, +"sibnetRandUserAgent": true, +"sibnetUserAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 13_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/83.0.4103.88 Mobile/15E148 Safari/604.1", +"torlookUrl": "https://tl.anixart.tv/", +"apiUrl": "", +"apiAltUrl": "https://api-alt.anixart.app/", +"apiAltAvailable": true, +"sponsorshipPromotion": false, +"sponsorshipText": "", +"sponsorshipAvailable": false, +"pageNoConnectionUrl": "https://anixhelper.github.io/pages/no_connection.html", +"snowfall": true, +"searchBarIconUrl": "", +"searchBarIconTint": "false", +"searchBarIconAction": "5", +"searchBarIconValue": "https://anixart.tv/halloween-2024/", +"min_blog_create_rating_score": 3 };