Update toggles.js

This commit is contained in:
2024-12-08 16:27:28 +05:00
committed by GitHub
parent dd8328645e
commit 0d2c9580d8

View File

@@ -1,42 +1,42 @@
module.exports = { module.exports = {
minVersionCode: 0, "minVersionCode": 0,
lastVersionCode: 0, "lastVersionCode": 0,
whatsNew: "Made with ❤️ by Seele", "whatsNew": "Сделано с ❤️ от Seele",
downloadLink: "null", "downloadLink": "null",
minGPVersionCode: 0, "minGPVersionCode": 0,
lastGPVersionCode: 0, "lastGPVersionCode": 0,
gpWhatsNew: "Made with ❤️ by Seele", "gpWhatsNew": "null",
gpDownloadLink: "null", "gpDownloadLink": "null",
overrideGPVersion: false, "overrideGPVersion": false,
inAppUpdates: false, "inAppUpdates": false,
inAppUpdatesImmediate: false, "inAppUpdatesImmediate": false,
inAppUpdatesFlexibleDelay: 0, "inAppUpdatesFlexibleDelay": 0,
impMessageEnabled: true, "impMessageEnabled": true,
impMessageText: "💬 <b>Заходи <u>к нам в чатик</u>, семпай! »</b>", "impMessageText": "💬 <b>Заходи <u>к нам в чатик</u>, семпай! »</b>",
impMessageBackgroundColor: "", "impMessageBackgroundColor": "",
impMessageTextColor: "", "impMessageTextColor": "",
impMessageLink: "https://t.me/seele_community", "impMessageLink": "https://t.me/channel_community",
adBannerBlockId: "R-M-1773808-1", "adBannerBlockId": "R-M-1773808-1",
adBannerSizeType: 1, "adBannerSizeType": 1,
adInterstitialBlockId: "R-M-1773808-2", "adInterstitialBlockId": "R-M-1773808-2",
adBannerDelay: 10, "adBannerDelay": 10,
adInterstitialDelay: 300, "adInterstitialDelay": 300,
kodikVideoLinksUrl: "https://aniqit.com/get-video-info", "kodikVideoLinksUrl": "https://aniqit.com/get-video-info",
kodikIframeAd: true, "kodikIframeAd": false,
sibnetRandUserAgent: 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", "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/", "torlookUrl": "https://tl.anixart.tv/",
apiUrl: "", "apiUrl": "",
apiAltUrl: "https://api-alt.anixart.app/", "apiAltUrl": "https://api-alt.anixart.app/",
apiAltAvailable: true, "apiAltAvailable": true,
sponsorshipPromotion: true, "sponsorshipPromotion": false,
sponsorshipText: "[AD] Подпишитесь на наш Telegram-канал, чтобы быть в курсе последних новостей.", "sponsorshipText": "",
sponsorshipAvailable: true, "sponsorshipAvailable": false,
pageNoConnectionUrl: "https://anixhelper.github.io/pages/no_connection.html", "pageNoConnectionUrl": "https://anixhelper.github.io/pages/no_connection.html",
snowfall: true, "snowfall": true,
searchBarIconUrl: "", "searchBarIconUrl": "",
searchBarIconTint: "true", "searchBarIconTint": "false",
searchBarIconAction: "5", "searchBarIconAction": "5",
searchBarIconValue: "https://t.me/seele_channel", "searchBarIconValue": "https://anixart.tv/halloween-2024/",
min_blog_create_rating_score: 3 "min_blog_create_rating_score": 3
}; };