podflow 20250330.1__tar.gz → 20250330.2__tar.gz
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.
- {podflow-20250330.1 → podflow-20250330.2}/PKG-INFO +1 -1
- {podflow-20250330.1 → podflow-20250330.2}/podflow/templates/index.html +14 -14
- {podflow-20250330.1 → podflow-20250330.2}/podflow.egg-info/PKG-INFO +1 -1
- {podflow-20250330.1 → podflow-20250330.2}/setup.py +1 -1
- {podflow-20250330.1 → podflow-20250330.2}/MANIFEST.in +0 -0
- {podflow-20250330.1 → podflow-20250330.2}/README.md +0 -0
- {podflow-20250330.1 → podflow-20250330.2}/podflow/__init__.py +0 -0
- {podflow-20250330.1 → podflow-20250330.2}/podflow/basic/__init__.py +0 -0
- {podflow-20250330.1 → podflow-20250330.2}/podflow/basic/file_save.py +0 -0
- {podflow-20250330.1 → podflow-20250330.2}/podflow/basic/folder_build.py +0 -0
- {podflow-20250330.1 → podflow-20250330.2}/podflow/basic/get_duration.py +0 -0
- {podflow-20250330.1 → podflow-20250330.2}/podflow/basic/get_file_list.py +0 -0
- {podflow-20250330.1 → podflow-20250330.2}/podflow/basic/get_html_dict.py +0 -0
- {podflow-20250330.1 → podflow-20250330.2}/podflow/basic/http_client.py +0 -0
- {podflow-20250330.1 → podflow-20250330.2}/podflow/basic/list_merge_tidy.py +0 -0
- {podflow-20250330.1 → podflow-20250330.2}/podflow/basic/qr_code.py +0 -0
- {podflow-20250330.1 → podflow-20250330.2}/podflow/basic/split_dict.py +0 -0
- {podflow-20250330.1 → podflow-20250330.2}/podflow/basic/time_format.py +0 -0
- {podflow-20250330.1 → podflow-20250330.2}/podflow/basic/time_print.py +0 -0
- {podflow-20250330.1 → podflow-20250330.2}/podflow/basic/time_stamp.py +0 -0
- {podflow-20250330.1 → podflow-20250330.2}/podflow/basic/vary_replace.py +0 -0
- {podflow-20250330.1 → podflow-20250330.2}/podflow/basic/write_log.py +0 -0
- {podflow-20250330.1 → podflow-20250330.2}/podflow/bilibili/__init__.py +0 -0
- {podflow-20250330.1 → podflow-20250330.2}/podflow/bilibili/build.py +0 -0
- {podflow-20250330.1 → podflow-20250330.2}/podflow/bilibili/get.py +0 -0
- {podflow-20250330.1 → podflow-20250330.2}/podflow/bilibili/login.py +0 -0
- {podflow-20250330.1 → podflow-20250330.2}/podflow/config/__init__.py +0 -0
- {podflow-20250330.1 → podflow-20250330.2}/podflow/config/build_original.py +0 -0
- {podflow-20250330.1 → podflow-20250330.2}/podflow/config/channge_icon.py +0 -0
- {podflow-20250330.1 → podflow-20250330.2}/podflow/config/correct_channelid.py +0 -0
- {podflow-20250330.1 → podflow-20250330.2}/podflow/config/correct_config.py +0 -0
- {podflow-20250330.1 → podflow-20250330.2}/podflow/config/get_channelid.py +0 -0
- {podflow-20250330.1 → podflow-20250330.2}/podflow/config/get_channelid_id.py +0 -0
- {podflow-20250330.1 → podflow-20250330.2}/podflow/config/get_config.py +0 -0
- {podflow-20250330.1 → podflow-20250330.2}/podflow/download/__init__.py +0 -0
- {podflow-20250330.1 → podflow-20250330.2}/podflow/download/convert_bytes.py +0 -0
- {podflow-20250330.1 → podflow-20250330.2}/podflow/download/delete_part.py +0 -0
- {podflow-20250330.1 → podflow-20250330.2}/podflow/download/dl_aideo_video.py +0 -0
- {podflow-20250330.1 → podflow-20250330.2}/podflow/download/show_progress.py +0 -0
- {podflow-20250330.1 → podflow-20250330.2}/podflow/download/wait_animation.py +0 -0
- {podflow-20250330.1 → podflow-20250330.2}/podflow/download/youtube_and_bilibili_download.py +0 -0
- {podflow-20250330.1 → podflow-20250330.2}/podflow/download_and_build.py +0 -0
- {podflow-20250330.1 → podflow-20250330.2}/podflow/ffmpeg_judge.py +0 -0
- {podflow-20250330.1 → podflow-20250330.2}/podflow/httpfs/__init__.py +0 -0
- {podflow-20250330.1 → podflow-20250330.2}/podflow/httpfs/ansi_to_html.py +0 -0
- {podflow-20250330.1 → podflow-20250330.2}/podflow/httpfs/app_bottle.py +0 -0
- {podflow-20250330.1 → podflow-20250330.2}/podflow/httpfs/browser.py +0 -0
- {podflow-20250330.1 → podflow-20250330.2}/podflow/httpfs/get_channelid.py +0 -0
- {podflow-20250330.1 → podflow-20250330.2}/podflow/httpfs/port_judge.py +0 -0
- {podflow-20250330.1 → podflow-20250330.2}/podflow/main.py +0 -0
- {podflow-20250330.1 → podflow-20250330.2}/podflow/main_podcast.py +0 -0
- {podflow-20250330.1 → podflow-20250330.2}/podflow/main_upload.py +0 -0
- {podflow-20250330.1 → podflow-20250330.2}/podflow/makeup/__init__.py +0 -0
- {podflow-20250330.1 → podflow-20250330.2}/podflow/makeup/del_makeup_format_fail.py +0 -0
- {podflow-20250330.1 → podflow-20250330.2}/podflow/makeup/make_up_file.py +0 -0
- {podflow-20250330.1 → podflow-20250330.2}/podflow/makeup/make_up_file_format_mod.py +0 -0
- {podflow-20250330.1 → podflow-20250330.2}/podflow/makeup/make_up_file_mod.py +0 -0
- {podflow-20250330.1 → podflow-20250330.2}/podflow/message/__init__.py +0 -0
- {podflow-20250330.1 → podflow-20250330.2}/podflow/message/backup_zip_save.py +0 -0
- {podflow-20250330.1 → podflow-20250330.2}/podflow/message/create_main_rss.py +0 -0
- {podflow-20250330.1 → podflow-20250330.2}/podflow/message/display_qrcode_and_url.py +0 -0
- {podflow-20250330.1 → podflow-20250330.2}/podflow/message/fail_message_initialize.py +0 -0
- {podflow-20250330.1 → podflow-20250330.2}/podflow/message/format_time.py +0 -0
- {podflow-20250330.1 → podflow-20250330.2}/podflow/message/get_media_name.py +0 -0
- {podflow-20250330.1 → podflow-20250330.2}/podflow/message/get_original_rss.py +0 -0
- {podflow-20250330.1 → podflow-20250330.2}/podflow/message/get_video_format.py +0 -0
- {podflow-20250330.1 → podflow-20250330.2}/podflow/message/get_video_format_multithread.py +0 -0
- {podflow-20250330.1 → podflow-20250330.2}/podflow/message/get_youtube_and_bilibili_video_format.py +0 -0
- {podflow-20250330.1 → podflow-20250330.2}/podflow/message/media_format.py +0 -0
- {podflow-20250330.1 → podflow-20250330.2}/podflow/message/original_rss_fail_print.py +0 -0
- {podflow-20250330.1 → podflow-20250330.2}/podflow/message/rss_create_hash.py +0 -0
- {podflow-20250330.1 → podflow-20250330.2}/podflow/message/save_rss.py +0 -0
- {podflow-20250330.1 → podflow-20250330.2}/podflow/message/title_correction.py +0 -0
- {podflow-20250330.1 → podflow-20250330.2}/podflow/message/update_information_display.py +0 -0
- {podflow-20250330.1 → podflow-20250330.2}/podflow/message/update_youtube_bilibili_rss.py +0 -0
- {podflow-20250330.1 → podflow-20250330.2}/podflow/message/want_retry.py +0 -0
- {podflow-20250330.1 → podflow-20250330.2}/podflow/message/xml_item.py +0 -0
- {podflow-20250330.1 → podflow-20250330.2}/podflow/message/xml_original_item.py +0 -0
- {podflow-20250330.1 → podflow-20250330.2}/podflow/message/xml_rss.py +0 -0
- {podflow-20250330.1 → podflow-20250330.2}/podflow/netscape/__init__.py +0 -0
- {podflow-20250330.1 → podflow-20250330.2}/podflow/netscape/bulid_netscape.py +0 -0
- {podflow-20250330.1 → podflow-20250330.2}/podflow/netscape/get_cookie_dict.py +0 -0
- {podflow-20250330.1 → podflow-20250330.2}/podflow/parse_arguments.py +0 -0
- {podflow-20250330.1 → podflow-20250330.2}/podflow/remove/__init__.py +0 -0
- {podflow-20250330.1 → podflow-20250330.2}/podflow/remove/remove_dir.py +0 -0
- {podflow-20250330.1 → podflow-20250330.2}/podflow/remove/remove_file.py +0 -0
- {podflow-20250330.1 → podflow-20250330.2}/podflow/repair/__init__.py +0 -0
- {podflow-20250330.1 → podflow-20250330.2}/podflow/repair/reverse_log.py +0 -0
- {podflow-20250330.1 → podflow-20250330.2}/podflow/upload/__init__.py +0 -0
- {podflow-20250330.1 → podflow-20250330.2}/podflow/upload/add_upload.py +0 -0
- {podflow-20250330.1 → podflow-20250330.2}/podflow/upload/build_hash.py +0 -0
- {podflow-20250330.1 → podflow-20250330.2}/podflow/upload/get_upload_original.py +0 -0
- {podflow-20250330.1 → podflow-20250330.2}/podflow/upload/linked_client.py +0 -0
- {podflow-20250330.1 → podflow-20250330.2}/podflow/upload/linked_server.py +0 -0
- {podflow-20250330.1 → podflow-20250330.2}/podflow/upload/login.py +0 -0
- {podflow-20250330.1 → podflow-20250330.2}/podflow/upload/time_key.py +0 -0
- {podflow-20250330.1 → podflow-20250330.2}/podflow/upload/update_upload.py +0 -0
- {podflow-20250330.1 → podflow-20250330.2}/podflow/upload/upload_server.py +0 -0
- {podflow-20250330.1 → podflow-20250330.2}/podflow/youtube/__init__.py +0 -0
- {podflow-20250330.1 → podflow-20250330.2}/podflow/youtube/build.py +0 -0
- {podflow-20250330.1 → podflow-20250330.2}/podflow/youtube/get.py +0 -0
- {podflow-20250330.1 → podflow-20250330.2}/podflow/youtube/login.py +0 -0
- {podflow-20250330.1 → podflow-20250330.2}/podflow.egg-info/SOURCES.txt +0 -0
- {podflow-20250330.1 → podflow-20250330.2}/podflow.egg-info/dependency_links.txt +0 -0
- {podflow-20250330.1 → podflow-20250330.2}/podflow.egg-info/entry_points.txt +0 -0
- {podflow-20250330.1 → podflow-20250330.2}/podflow.egg-info/requires.txt +0 -0
- {podflow-20250330.1 → podflow-20250330.2}/podflow.egg-info/top_level.txt +0 -0
- {podflow-20250330.1 → podflow-20250330.2}/setup.cfg +0 -0
@@ -175,7 +175,9 @@
|
|
175
175
|
color: var(--secondary-text);
|
176
176
|
margin-top: 10px;
|
177
177
|
}
|
178
|
-
|
178
|
+
.message {
|
179
|
+
padding: 0px;
|
180
|
+
}
|
179
181
|
/* 菜单切换按钮 */
|
180
182
|
#toggleMenu {
|
181
183
|
width: 35px;
|
@@ -343,29 +345,27 @@
|
|
343
345
|
const lastNewMessage = newMessages[newMessages.length - 1];
|
344
346
|
const lastOldMessage = oldMessages[oldMessages.length - 1];
|
345
347
|
if (lastNewMessage !== lastOldMessage) {
|
346
|
-
const
|
347
|
-
|
348
|
+
const p = document.createElement('p');
|
349
|
+
p.innerHTML = lastNewMessage;
|
350
|
+
p.className = 'message'; // 添加 CSS 类名
|
348
351
|
|
349
352
|
// 获取容器的最后一个子元素
|
350
353
|
const lastChild = container.lastElementChild;
|
351
|
-
|
352
|
-
// 如果容器有子元素,则替换最后一个(这里逻辑可能需要调整,因为你不再替换 <p>)
|
354
|
+
// 如果容器有子元素,则替换最后一个
|
353
355
|
if (lastChild) {
|
354
|
-
container.
|
355
|
-
container.appendChild(textNode); // 添加新的文本节点
|
356
|
-
container.appendChild(br); // 添加换行符
|
356
|
+
container.replaceChild(p, lastChild);
|
357
357
|
} else {
|
358
|
-
|
359
|
-
container.appendChild(
|
358
|
+
// 如果容器为空,则直接添加
|
359
|
+
container.appendChild(p);
|
360
360
|
}
|
361
361
|
}
|
362
362
|
} else {
|
363
363
|
// 如果 newMessages 和 oldMessages 元素数量不一致,则执行原来的添加逻辑
|
364
364
|
newMessages.slice(oldMessages.length).forEach(msg => {
|
365
|
-
const
|
366
|
-
|
367
|
-
|
368
|
-
container.appendChild(
|
365
|
+
const p = document.createElement('p');
|
366
|
+
p.innerHTML = msg;
|
367
|
+
p.className = 'message'; // 添加 CSS 类名
|
368
|
+
container.appendChild(p);
|
369
369
|
});
|
370
370
|
}
|
371
371
|
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{podflow-20250330.1 → podflow-20250330.2}/podflow/message/get_youtube_and_bilibili_video_format.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|