This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Задача | |
Преобразовать транскрибацию аудио в структурированный текст с логичным изложением и заголовками. | |
--- | |
## 1. Роль и подход | |
Работай как опытный редактор-корректор с экспертизой в области: | |
- Структурирования контента |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- ********************************************************************** --> | |
<!-- Анимация появления текста при скролле --> | |
<!-- ********************************************************************** --> | |
<!-- Скрипт создаёт эффектную анимацию поочерёдного появления строк текста --> | |
<!-- снизу вверх при прокрутке страницы. Использует библиотеку GSAP --> | |
<!-- для плавных переходов и автоматически разбивает контент на строки --> | |
<!-- для создания каскадного эффекта появления. --> | |
<!-- ********************************************************************** --> | |
<!-- Инструкция: --> | |
<!-- 1. Добавить в Zero Block текстовые элементы --> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- ********************************************************************** --> | |
<!-- Открытие Success URL формы Zero Block в новой вкладке --> | |
<!-- ********************************************************************** --> | |
<!-- Переопределяет стандартную функцию t396_onSuccess для изменения --> | |
<!-- поведения перенаправления после успешной отправки формы в Zero Block. --> | |
<!-- Заставляет success URL открываться в новой вкладке вместо текущей, --> | |
<!-- сохраняя при этом всю стандартную функциональность Тильды. --> | |
<!-- Требует включения jQuery в разделе «Настройки сайта → Ещё». --> | |
<!-- ********************************************************************** --> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- ********************************************************************** --> | |
<!-- Автоматическая пауза YouTube-видео при переключении --> | |
<!-- ********************************************************************** --> | |
<!-- Скрипт для нескольких YouTube-плееров, который при запуске одного --> | |
<!-- видео автоматически ставит на паузу все остальные на странице. --> | |
<!-- Использует YouTube API для управления плеерами. Стили опциональны. --> | |
<!-- ********************************************************************** --> | |
<style> | |
/* | |
Стили здесь «для красоты» — для скрипта они не нужны. Это просто как |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- ********************************************************************** --> | |
<!-- Фиксированный блок с динамической маской --> | |
<!-- ********************************************************************** --> | |
<!-- Закрепляет первый экран (класс uc-first-screen) и создает эффект --> | |
<!-- «ухода под» остальные блоки при скролле через белую маску. --> | |
<!-- Поддерживает lazy loading Тильды и адаптивность. --> | |
<!-- ********************************************************************** --> | |
<script> | |
(function() { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- ********************************************************************** --> | |
<!-- Эффект Liquid Glass для шейпа Zero-блока Тильды --> | |
<!-- ********************************************************************** --> | |
<!-- Создает реалистичный эффект жидкого стекла с размытием фона и --> | |
<!-- полупрозрачностью. Применяется к любым элементам через CSS-класс. --> | |
<!-- Обратите внимаение что border-radius у шейпа --> | |
<!-- и «--uc-lg-border-radius» должны совпадать --> | |
<!-- ********************************************************************** --> | |
<style> | |
/* Основной контейнер для Liquid Glass */ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python3 | |
# -*- coding: utf-8 -*- | |
""" | |
********************************************************************** | |
Экспорт документации Midjourney через Zendesk Help Center API | |
********************************************************************** | |
* Назначение | |
Экспорт статей help-центра docs.midjourney.com в офлайновый архив: | |
- собирает навигацию (категории → разделы → статьи); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- ********************************************************************** --> | |
<!-- Плавное отображение текста --> | |
<!-- ********************************************************************** --> | |
<!-- | |
settings { | |
"elemClass": "uc-text-animation", | |
"speedText": "0.3", | |
"bgColorTextAnimation": "#F8F7F8", | |
"opacityText": "0.8", | |
"textColor": "#002EFE" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- ********************************************************************** --> | |
<!-- Скрываем некоторые характеристики в каталоге Тильды --> | |
<!-- ********************************************************************** --> | |
<script> | |
document.addEventListener("DOMContentLoaded", function(){ | |
// Константы для настроек | |
const ALLOWED_NAMES = [ | |
"Размер моста", | |
"Материал оправы", | |
"Гендерная принадлежность", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- ********************************************************************** --> | |
<!-- Замена иконок у кнопок на WhatsApp, Telegram, --> | |
<!-- VK и прочие в ЗероБлоке (Тильда) --> | |
<!-- ********************************************************************** --> | |
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.1/css/all.min.css"> | |
<script> | |
document.addEventListener('DOMContentLoaded', function() { | |
var iconsMap = { | |
'.uc-contact-whatsapp': 'fa-brands fa-whatsapp', | |
'.uc-contact-telegram': 'fa-brands fa-telegram', |
NewerOlder