mirror of
https://github.com/MarshalX/telegram-crawler.git
synced 2024-12-26 22:40:24 +01:00
Update content of files
This commit is contained in:
parent
e7d448af48
commit
e13cf8bdaf
7 changed files with 19 additions and 11 deletions
|
@ -380,6 +380,11 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
function setThemeParams(theme_params) {
|
function setThemeParams(theme_params) {
|
||||||
|
// temp iOS fix
|
||||||
|
if (theme_params.bg_color == '#1c1c1d' &&
|
||||||
|
theme_params.bg_color == theme_params.secondary_bg_color) {
|
||||||
|
theme_params.secondary_bg_color = '#2c2c2e';
|
||||||
|
}
|
||||||
var color;
|
var color;
|
||||||
for (var key in theme_params) {
|
for (var key in theme_params) {
|
||||||
if (color = parseColorToHex(theme_params[key])) {
|
if (color = parseColorToHex(theme_params[key])) {
|
||||||
|
|
|
@ -201,7 +201,7 @@
|
||||||
</div><div class="tr-section-col col-lg-4 col-xs-6">
|
</div><div class="tr-section-col col-lg-4 col-xs-6">
|
||||||
<div class="tr-section-wrap"><a href="/en/ios/groups_and_channels/" class="tr-section">
|
<div class="tr-section-wrap"><a href="/en/ios/groups_and_channels/" class="tr-section">
|
||||||
<div class="tr-section-cover cover8"></div>
|
<div class="tr-section-cover cover8"></div>
|
||||||
<div class="tr-section-caption">Groups And Channels (1185)</div>
|
<div class="tr-section-caption">Groups And Channels (1187)</div>
|
||||||
</a></div>
|
</a></div>
|
||||||
</div><div class="tr-section-col col-lg-4 col-xs-6">
|
</div><div class="tr-section-col col-lg-4 col-xs-6">
|
||||||
<div class="tr-section-wrap"><a href="/en/ios/profile/" class="tr-section">
|
<div class="tr-section-wrap"><a href="/en/ios/profile/" class="tr-section">
|
||||||
|
@ -221,7 +221,7 @@
|
||||||
</div><div class="tr-section-col col-lg-4 col-xs-6">
|
</div><div class="tr-section-col col-lg-4 col-xs-6">
|
||||||
<div class="tr-section-wrap"><a href="/en/ios/bots_and_payments/" class="tr-section">
|
<div class="tr-section-wrap"><a href="/en/ios/bots_and_payments/" class="tr-section">
|
||||||
<div class="tr-section-cover cover9"></div>
|
<div class="tr-section-cover cover9"></div>
|
||||||
<div class="tr-section-caption">Bots And Payments (144)</div>
|
<div class="tr-section-caption">Bots And Payments (145)</div>
|
||||||
</a></div>
|
</a></div>
|
||||||
</div><div class="tr-section-col col-lg-4 col-xs-6">
|
</div><div class="tr-section-col col-lg-4 col-xs-6">
|
||||||
<div class="tr-section-wrap"><a href="/en/ios/passport/" class="tr-section">
|
<div class="tr-section-wrap"><a href="/en/ios/passport/" class="tr-section">
|
||||||
|
@ -236,7 +236,7 @@
|
||||||
</div><div class="tr-section-col col-lg-4 col-xs-6">
|
</div><div class="tr-section-col col-lg-4 col-xs-6">
|
||||||
<div class="tr-section-wrap"><a href="/en/ios/unsorted/" class="tr-section">
|
<div class="tr-section-wrap"><a href="/en/ios/unsorted/" class="tr-section">
|
||||||
<div class="tr-section-cover cover0"></div>
|
<div class="tr-section-cover cover0"></div>
|
||||||
<div class="tr-section-caption">Unsorted (741)</div>
|
<div class="tr-section-caption">Unsorted (739)</div>
|
||||||
</a></div>
|
</a></div>
|
||||||
</div>
|
</div>
|
||||||
</section></section>
|
</section></section>
|
||||||
|
|
|
@ -414,6 +414,9 @@
|
||||||
"WebApp.RemoveConfirmationTitle": [
|
"WebApp.RemoveConfirmationTitle": [
|
||||||
"Remove Bot"
|
"Remove Bot"
|
||||||
],
|
],
|
||||||
|
"WebApp.Settings": [
|
||||||
|
"Settings"
|
||||||
|
],
|
||||||
"Your_card_has_expired": [
|
"Your_card_has_expired": [
|
||||||
"Your card has expired."
|
"Your card has expired."
|
||||||
],
|
],
|
||||||
|
|
|
@ -1,4 +1,10 @@
|
||||||
{
|
{
|
||||||
|
"AccessDenied.LocationPreciseDenied": [
|
||||||
|
"To share your specific location in this chat, please go to Settings > Privacy > Location Services > Telegram and set Precise Location to On."
|
||||||
|
],
|
||||||
|
"AccessDenied.Title": [
|
||||||
|
"Please Allow Access"
|
||||||
|
],
|
||||||
"Attachment.AllMedia": [
|
"Attachment.AllMedia": [
|
||||||
"All"
|
"All"
|
||||||
],
|
],
|
||||||
|
|
|
@ -2,9 +2,6 @@
|
||||||
"AccessDenied.LocationDisabled": [
|
"AccessDenied.LocationDisabled": [
|
||||||
"Telegram needs access to your location so that you can share it with your contacts.<br/><br/>Please go to your device‘s settings > Privacy > Location Services and set it to ON."
|
"Telegram needs access to your location so that you can share it with your contacts.<br/><br/>Please go to your device‘s settings > Privacy > Location Services and set it to ON."
|
||||||
],
|
],
|
||||||
"AccessDenied.LocationPreciseDenied": [
|
|
||||||
"To share your specific location in this chat, please go to Settings > Privacy > Location Services > Telegram and set Precise Location to On."
|
|
||||||
],
|
|
||||||
"AccessDenied.QrCode": [
|
"AccessDenied.QrCode": [
|
||||||
"Telegram needs access to your photo library so that you can scan QR codes.<br/><br/>Please go to your device's settings > Privacy > Photos and set Telegram to ON."
|
"Telegram needs access to your photo library so that you can scan QR codes.<br/><br/>Please go to your device's settings > Privacy > Photos and set Telegram to ON."
|
||||||
],
|
],
|
||||||
|
@ -2247,9 +2244,6 @@
|
||||||
"WebApp.Send": [
|
"WebApp.Send": [
|
||||||
"Send"
|
"Send"
|
||||||
],
|
],
|
||||||
"WebApp.Settings": [
|
|
||||||
"Settings"
|
|
||||||
],
|
|
||||||
"Weekday.Friday": [
|
"Weekday.Friday": [
|
||||||
"Friday"
|
"Friday"
|
||||||
],
|
],
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
<meta name="MobileOptimized" content="176" />
|
<meta name="MobileOptimized" content="176" />
|
||||||
<meta name="HandheldFriendly" content="True" />
|
<meta name="HandheldFriendly" content="True" />
|
||||||
<meta name="robots" content="noindex, nofollow" />
|
<meta name="robots" content="noindex, nofollow" />
|
||||||
<script src="https://tg.dev/js/telegram-web-app.js?18"></script>
|
<script src="https://tg.dev/js/telegram-web-app.js?19"></script>
|
||||||
<script>
|
<script>
|
||||||
function setThemeClass() {
|
function setThemeClass() {
|
||||||
document.documentElement.className = Telegram.WebApp.colorScheme;
|
document.documentElement.className = Telegram.WebApp.colorScheme;
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
<meta name="MobileOptimized" content="176" />
|
<meta name="MobileOptimized" content="176" />
|
||||||
<meta name="HandheldFriendly" content="True" />
|
<meta name="HandheldFriendly" content="True" />
|
||||||
<meta name="robots" content="noindex,nofollow" />
|
<meta name="robots" content="noindex,nofollow" />
|
||||||
<script src="https://tg.dev/js/telegram-web-app.js?18"></script>
|
<script src="https://tg.dev/js/telegram-web-app.js?19"></script>
|
||||||
<script>
|
<script>
|
||||||
function setThemeClass() {
|
function setThemeClass() {
|
||||||
document.documentElement.className = Telegram.WebApp.colorScheme;
|
document.documentElement.className = Telegram.WebApp.colorScheme;
|
||||||
|
|
Loading…
Reference in a new issue