mirror of
https://github.com/MarshalX/telegram-crawler.git
synced 2025-01-01 17:11:52 +01:00
Update content of files
This commit is contained in:
parent
08eddff10c
commit
aeba0d464a
2 changed files with 13 additions and 13 deletions
|
@ -764,8 +764,8 @@ var Auction = {
|
||||||
var mult = Aj.state.offerFeeMult;
|
var mult = Aj.state.offerFeeMult;
|
||||||
var fee = Math.ceil(amount * mult);
|
var fee = Math.ceil(amount * mult);
|
||||||
var fee_val = Math.max(Aj.state.offerFeeMin, Math.min(fee, Aj.state.offerFeeMax));
|
var fee_val = Math.max(Aj.state.offerFeeMin, Math.min(fee, Aj.state.offerFeeMax));
|
||||||
Aj.state.offerFee = Main.wrapTonAmount(fee_val);
|
Aj.state.offerFee = fee_val;
|
||||||
$('.js-amount_fee', Aj.state.$makeOfferForm).html(Aj.state.offerFee);
|
$('.js-amount_fee', Aj.state.$makeOfferForm).html(Main.wrapTonAmount(fee_val));
|
||||||
};
|
};
|
||||||
openPopup(Aj.state.$makeOfferPopup, {
|
openPopup(Aj.state.$makeOfferPopup, {
|
||||||
onOpen: function() {
|
onOpen: function() {
|
||||||
|
@ -802,13 +802,13 @@ var Auction = {
|
||||||
},
|
},
|
||||||
title: l('WEB_POPUP_QR_OFFER_HEADER'),
|
title: l('WEB_POPUP_QR_OFFER_HEADER'),
|
||||||
description: l('WEB_POPUP_QR_OFFER_TEXT', {
|
description: l('WEB_POPUP_QR_OFFER_TEXT', {
|
||||||
amount: '<span class="icon-before icon-ton-text js-amount_fee">' + Aj.state.offerFee + '</span>'
|
amount: '<span class="icon-before icon-ton-text js-amount_fee">' + Main.wrapTonAmount(Aj.state.offerFee) + '</span>'
|
||||||
}),
|
}),
|
||||||
qr_label: item_title,
|
qr_label: item_title,
|
||||||
tk_label: l('WEB_POPUP_QR_OFFER_TK_BUTTON'),
|
tk_label: l('WEB_POPUP_QR_OFFER_TK_BUTTON'),
|
||||||
terms_label: l('WEB_POPUP_QR_PROCEED_TERMS'),
|
terms_label: l('WEB_POPUP_QR_PROCEED_TERMS'),
|
||||||
onDataUpdate: function(data) {
|
onDataUpdate: function(data) {
|
||||||
$('.js-amount_fee', this).html(data.fee);
|
$('.js-amount_fee', this).html(Main.wrapTonAmount(data.fee));
|
||||||
},
|
},
|
||||||
onConfirm: function(by_server) {
|
onConfirm: function(by_server) {
|
||||||
if (by_server) {
|
if (by_server) {
|
||||||
|
@ -1013,7 +1013,7 @@ var Assets = {
|
||||||
},
|
},
|
||||||
title: l('WEB_POPUP_QR_BOT_USERNAME_HEADER'),
|
title: l('WEB_POPUP_QR_BOT_USERNAME_HEADER'),
|
||||||
description: l('WEB_POPUP_QR_BOT_USERNAME_TEXT', {
|
description: l('WEB_POPUP_QR_BOT_USERNAME_TEXT', {
|
||||||
amount: '<span class="icon-before icon-ton-text js-amount_fee">' + Aj.state.botUsernameFee + '</span>'
|
amount: '<span class="icon-before icon-ton-text js-amount_fee">' + Main.wrapTonAmount(Aj.state.botUsernameFee) + '</span>'
|
||||||
}),
|
}),
|
||||||
qr_label: '@' + Aj.state.botUsername,
|
qr_label: '@' + Aj.state.botUsername,
|
||||||
tk_label: l('WEB_POPUP_QR_BOT_USERNAME_TK_BUTTON'),
|
tk_label: l('WEB_POPUP_QR_BOT_USERNAME_TK_BUTTON'),
|
||||||
|
@ -1850,7 +1850,7 @@ var Premium = {
|
||||||
},
|
},
|
||||||
title: l('WEB_POPUP_QR_PREMIUM_HEADER'),
|
title: l('WEB_POPUP_QR_PREMIUM_HEADER'),
|
||||||
description: l('WEB_POPUP_QR_PREMIUM_TEXT', {
|
description: l('WEB_POPUP_QR_PREMIUM_TEXT', {
|
||||||
amount: '<span class="icon-before icon-ton-text js-amount_fee">' + Aj.state.giftPrice + '</span>'
|
amount: '<span class="icon-before icon-ton-text js-amount_fee">' + Main.wrapTonAmount(Aj.state.giftPrice) + '</span>'
|
||||||
}),
|
}),
|
||||||
qr_label: item_title,
|
qr_label: item_title,
|
||||||
tk_label: l('WEB_POPUP_QR_PREMIUM_TK_BUTTON'),
|
tk_label: l('WEB_POPUP_QR_PREMIUM_TK_BUTTON'),
|
||||||
|
|
|
@ -6,6 +6,13 @@
|
||||||
<item>
|
<item>
|
||||||
<title>Telegram macOS</title>
|
<title>Telegram macOS</title>
|
||||||
<description>SHAREABLE FOLDERS AND CUSTOM WALLPAPERS<br><br>Shareable Folders<br>• Share folders that include dozens of chats with friends or colleagues.<br>• Anyone you invite can add the folder and join all its chats in one tap.<br>• You can create multiple invite links to give different people access to different chats in the folder.<br><br>Custom Wallpapers<br>• Set a custom wallpaper for any 1-on-1 chat.<br>• Your chat partner can apply the same wallpaper – or choose their own.</description>
|
<description>SHAREABLE FOLDERS AND CUSTOM WALLPAPERS<br><br>Shareable Folders<br>• Share folders that include dozens of chats with friends or colleagues.<br>• Anyone you invite can add the folder and join all its chats in one tap.<br>• You can create multiple invite links to give different people access to different chats in the folder.<br><br>Custom Wallpapers<br>• Set a custom wallpaper for any 1-on-1 chat.<br>• Your chat partner can apply the same wallpaper – or choose their own.</description>
|
||||||
|
<pubDate>2023-21-04 16:52:30</pubDate>
|
||||||
|
<enclosure sparkle:version="245681" sparkle:shortVersionString="9.6" sparkle:dsaSignature="MC0CFDGNaKBArDm4/hBYuRmUE/NUJ5L7AhUAmsC3NOMPLXxCM9a9K9AojwP4hz4=" url="https://osx.telegram.org/updates/Telegram-9.6.245681.app.zip" length="89340026" forbidden="false" critical="false" environment="updates" fileName="Telegram-9.6.245681.app.zip" internalUrl="https://t.me/macos_stable_updates_files/181" dmgName="Telegram-9.6.245681.dmg" type="application/octet-stream"/>
|
||||||
|
<sparkle:minimumSystemVersion>10.12</sparkle:minimumSystemVersion>
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<title>Telegram macOS</title>
|
||||||
|
<description>SHAREABLE FOLDERS AND CUSTOM WALLPAPERS<br><br>Shareable Folders<br>• Share folders that include dozens of chats with friends or colleagues.<br>• Anyone you invite can add the folder and join all its chats in one tap.<br>• You can create multiple invite links to give different people access to different chats in the folder.<br><br>Custom Wallpapers<br>• Set a custom wallpaper for any 1-on-1 chat.<br>• Your chat partner can apply the same wallpaper – or choose their own.</description>
|
||||||
<pubDate>2023-21-04 14:29:59</pubDate>
|
<pubDate>2023-21-04 14:29:59</pubDate>
|
||||||
<enclosure sparkle:version="245675" sparkle:shortVersionString="9.6" sparkle:dsaSignature="MCwCFH4ZY+VVQF1P0b1gpwlnYRBpkNGZAhQVkaoJAltr3hNkrm8EX+LnNnvVmg==" url="https://osx.telegram.org/updates/Telegram-9.6.245675.app.zip" length="89339498" forbidden="false" critical="false" environment="updates" fileName="Telegram-9.6.245675.app.zip" internalUrl="https://t.me/macos_stable_updates_files/180" dmgName="Telegram-9.6.245675.dmg" type="application/octet-stream"/>
|
<enclosure sparkle:version="245675" sparkle:shortVersionString="9.6" sparkle:dsaSignature="MCwCFH4ZY+VVQF1P0b1gpwlnYRBpkNGZAhQVkaoJAltr3hNkrm8EX+LnNnvVmg==" url="https://osx.telegram.org/updates/Telegram-9.6.245675.app.zip" length="89339498" forbidden="false" critical="false" environment="updates" fileName="Telegram-9.6.245675.app.zip" internalUrl="https://t.me/macos_stable_updates_files/180" dmgName="Telegram-9.6.245675.dmg" type="application/octet-stream"/>
|
||||||
<sparkle:minimumSystemVersion>10.12</sparkle:minimumSystemVersion>
|
<sparkle:minimumSystemVersion>10.12</sparkle:minimumSystemVersion>
|
||||||
|
@ -136,12 +143,5 @@
|
||||||
<enclosure sparkle:version="240459" sparkle:shortVersionString="9.2.1" sparkle:dsaSignature="MC4CFQDeaxgnqTLEi5jbDMQFX6MxxvYUHwIVAO1GcmmkcwB6OMTeQn4LlueVctKS" url="https://osx.telegram.org/updates/Telegram-9.2.1.240459.app.zip" length="85056583" forbidden="false" critical="false" environment="updates" fileName="Telegram-9.2.1.240459.app.zip" internalUrl="https://t.me/macos_stable_updates_files/162" dmgName="Telegram-9.2.1.240459.dmg" type="application/octet-stream"/>
|
<enclosure sparkle:version="240459" sparkle:shortVersionString="9.2.1" sparkle:dsaSignature="MC4CFQDeaxgnqTLEi5jbDMQFX6MxxvYUHwIVAO1GcmmkcwB6OMTeQn4LlueVctKS" url="https://osx.telegram.org/updates/Telegram-9.2.1.240459.app.zip" length="85056583" forbidden="false" critical="false" environment="updates" fileName="Telegram-9.2.1.240459.app.zip" internalUrl="https://t.me/macos_stable_updates_files/162" dmgName="Telegram-9.2.1.240459.dmg" type="application/octet-stream"/>
|
||||||
<sparkle:minimumSystemVersion>10.12</sparkle:minimumSystemVersion>
|
<sparkle:minimumSystemVersion>10.12</sparkle:minimumSystemVersion>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
|
||||||
<title>Telegram macOS</title>
|
|
||||||
<description>GLOBAL AUTO-DELETE, TOPICS 2.0 AND MUCH MORE<br><br>Global Auto-Delete<br>• You can set a Global Auto-Delete Timer for all new chats and groups you create.<br>• New messages will be deleted after 1 day, week, month – or a custom duration you choose.<br>• The new menu in Settings > Privacy and Security > Auto-Delete Messages also lets you set up Auto-Delete for any of your existing chats faster.<br><br>Topics 2.0<br>• Admins of groups with 100+ members can organize discussions into separate topics.<br><br>Topics 2.0: Navigation<br>• Topics now have a two-column layout that keeps recent chats easily accessible as you browse topics.<br>• Previews of topic messages in the chat list work like a button – tap to jump to the message or hold to preview the topic.<br>• When in a topic, you can hold the 'Back' button to go back to All Chats.<br><br>Topics 2.0: Organization<br>• Up to 5 topics can be pinned to the top of the list.<br>• Each topic now supports multiple pinned messages.<br>• The 'View as Messages' mode now shows which topic each message belongs to.<br>• Badge counters for topics you never opened will have a lighter, less distracting color.<br><br>Topics 2.0: General Topic<br>• A new 'General' topic is now included by default, containing service messages and the earlier message history from the group.<br>• Admins can rename the General topic or hide it in the topic list.<br><br>Aggressive Anti-Spam for Groups<br>• Large groups can enable 'Aggressive Filtering' in Group Info > Administrators to remove more spam with automated algorithms.<br>• Admins help improve filtering by reporting any false positives in 'Recent Actions'.</description>
|
|
||||||
<pubDate>2022-09-12 08:32:36</pubDate>
|
|
||||||
<enclosure sparkle:version="240451" sparkle:shortVersionString="9.2.1" sparkle:dsaSignature="MC0CFBAEju/baa6UFbFveMMd+9VIg3JSAhUA7SmOqmLGdF4Wb2/uXHE4jh7gjiI=" url="https://osx.telegram.org/updates/Telegram-9.2.1.240451.app.zip" length="85056078" forbidden="false" critical="false" environment="updates" fileName="Telegram-9.2.1.240451.app.zip" internalUrl="https://t.me/macos_stable_updates_files/161" dmgName="Telegram-9.2.1.240451.dmg" type="application/octet-stream"/>
|
|
||||||
<sparkle:minimumSystemVersion>10.12</sparkle:minimumSystemVersion>
|
|
||||||
</item>
|
|
||||||
</channel>
|
</channel>
|
||||||
</rss>
|
</rss>
|
Loading…
Reference in a new issue