yeref 0.25.35__py3-none-any.whl → 0.25.36__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
yeref/yeref.py
CHANGED
@@ -167,6 +167,7 @@ channel_instruction_ru = 'https://telegra.ph/FereyChannelBot-10-21'
|
|
167
167
|
group_instruction_ru = 'https://telegra.ph/FereyGroupBot-11-13'
|
168
168
|
demo_instruction_ru = 'https://telegra.ph/FereyDemoBot-11-15'
|
169
169
|
tools_instruction_ru = 'https://telegra.ph/FereyToolsBot-11-15'
|
170
|
+
sticker_instruction_ru = 'https://telegra.ph/FereyPostBot-11-15'
|
170
171
|
post_instruction_ru = 'https://telegra.ph/FereyPostBot-11-15'
|
171
172
|
media_instruction_ru = 'https://telegra.ph/FereyMediaBot-11-15'
|
172
173
|
find_instruction_ru = 'https://telegra.ph/FereyFindBot-11-15'
|
@@ -180,6 +181,7 @@ channel_instruction_en = 'https://telegra.ph/FereyChannelBot-10-21'
|
|
180
181
|
group_instruction_en = 'https://telegra.ph/FereyGroupBot-11-13'
|
181
182
|
demo_instruction_en = 'https://telegra.ph/FereyDemoBot-11-15'
|
182
183
|
tools_instruction_en = 'https://telegra.ph/FereyToolsBot-11-15'
|
184
|
+
sticker_instruction_en = 'https://telegra.ph/FereyPostBot-11-15'
|
183
185
|
post_instruction_en = 'https://telegra.ph/FereyPostBot-11-15'
|
184
186
|
media_instruction_en = 'https://telegra.ph/FereyMediaBot-11-15'
|
185
187
|
find_instruction_en = 'https://telegra.ph/FereyFindBot-11-15'
|
@@ -561,7 +563,7 @@ html_template = """<!DOCTYPE html>
|
|
561
563
|
}})
|
562
564
|
}}
|
563
565
|
else if (shade === "purple") {{
|
564
|
-
document.querySelectorAll('.button').
|
566
|
+
document.querySelectorAll('.button').forsticker_instruction_ruEach(button => {{
|
565
567
|
button.style.backgroundColor = 'purple'
|
566
568
|
}})
|
567
569
|
}}
|
@@ -0,0 +1,8 @@
|
|
1
|
+
yeref/__init__.py,sha256=Qpv3o6Xa78VdLcsSRmctGtpnYE9btpAkCekgGhgJyXM,49
|
2
|
+
yeref/l_.py,sha256=_ozVgrXaH-9twjcGx9LYiqt9vfAQ8tTa5nZKTfGGeQY,1171531
|
3
|
+
yeref/tonweb.js,sha256=Jf6aFOQ1OIY4q7fINYz-m5LsI3seMus124M5SYYZmtE,443659
|
4
|
+
yeref/yeref.py,sha256=1nrBigsbgQDOMhWJ3V_0i5eZNlwk1dByWo4Ckqw9bZA,1024693
|
5
|
+
yeref-0.25.36.dist-info/METADATA,sha256=DHWW7vZBIr-qPUHvcGZLq2PkUwZFPomsk6yNx_XmoMY,119
|
6
|
+
yeref-0.25.36.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
7
|
+
yeref-0.25.36.dist-info/top_level.txt,sha256=yCQKchWHbfV-3OuQPYRdi2loypD-nmbDJbtt3OuKKkY,6
|
8
|
+
yeref-0.25.36.dist-info/RECORD,,
|
yeref-0.25.35.dist-info/RECORD
DELETED
@@ -1,8 +0,0 @@
|
|
1
|
-
yeref/__init__.py,sha256=Qpv3o6Xa78VdLcsSRmctGtpnYE9btpAkCekgGhgJyXM,49
|
2
|
-
yeref/l_.py,sha256=_ozVgrXaH-9twjcGx9LYiqt9vfAQ8tTa5nZKTfGGeQY,1171531
|
3
|
-
yeref/tonweb.js,sha256=Jf6aFOQ1OIY4q7fINYz-m5LsI3seMus124M5SYYZmtE,443659
|
4
|
-
yeref/yeref.py,sha256=OFTUUnT8Ea4JrUPqRGCKwrREIrhpVDOgi5jy___DwiI,1024541
|
5
|
-
yeref-0.25.35.dist-info/METADATA,sha256=TrSItw6ZUf_fSXH4f-LEmgYzLDC0IgetN6pnt9d2TRc,119
|
6
|
-
yeref-0.25.35.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
7
|
-
yeref-0.25.35.dist-info/top_level.txt,sha256=yCQKchWHbfV-3OuQPYRdi2loypD-nmbDJbtt3OuKKkY,6
|
8
|
-
yeref-0.25.35.dist-info/RECORD,,
|
File without changes
|
File without changes
|