podflow 20250413.1__tar.gz → 20250413.3__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-20250413.1 → podflow-20250413.3}/PKG-INFO +1 -1
- {podflow-20250413.1 → podflow-20250413.3}/podflow/templates/index.html +35 -21
- {podflow-20250413.1 → podflow-20250413.3}/podflow.egg-info/PKG-INFO +1 -1
- {podflow-20250413.1 → podflow-20250413.3}/setup.py +1 -1
- {podflow-20250413.1 → podflow-20250413.3}/MANIFEST.in +0 -0
- {podflow-20250413.1 → podflow-20250413.3}/README.md +0 -0
- {podflow-20250413.1 → podflow-20250413.3}/podflow/__init__.py +0 -0
- {podflow-20250413.1 → podflow-20250413.3}/podflow/basic/__init__.py +0 -0
- {podflow-20250413.1 → podflow-20250413.3}/podflow/basic/file_save.py +0 -0
- {podflow-20250413.1 → podflow-20250413.3}/podflow/basic/folder_build.py +0 -0
- {podflow-20250413.1 → podflow-20250413.3}/podflow/basic/get_duration.py +0 -0
- {podflow-20250413.1 → podflow-20250413.3}/podflow/basic/get_file_list.py +0 -0
- {podflow-20250413.1 → podflow-20250413.3}/podflow/basic/get_html_dict.py +0 -0
- {podflow-20250413.1 → podflow-20250413.3}/podflow/basic/http_client.py +0 -0
- {podflow-20250413.1 → podflow-20250413.3}/podflow/basic/list_merge_tidy.py +0 -0
- {podflow-20250413.1 → podflow-20250413.3}/podflow/basic/qr_code.py +0 -0
- {podflow-20250413.1 → podflow-20250413.3}/podflow/basic/split_dict.py +0 -0
- {podflow-20250413.1 → podflow-20250413.3}/podflow/basic/time_format.py +0 -0
- {podflow-20250413.1 → podflow-20250413.3}/podflow/basic/time_print.py +0 -0
- {podflow-20250413.1 → podflow-20250413.3}/podflow/basic/time_stamp.py +0 -0
- {podflow-20250413.1 → podflow-20250413.3}/podflow/basic/vary_replace.py +0 -0
- {podflow-20250413.1 → podflow-20250413.3}/podflow/basic/write_log.py +0 -0
- {podflow-20250413.1 → podflow-20250413.3}/podflow/bilibili/__init__.py +0 -0
- {podflow-20250413.1 → podflow-20250413.3}/podflow/bilibili/build.py +0 -0
- {podflow-20250413.1 → podflow-20250413.3}/podflow/bilibili/get.py +0 -0
- {podflow-20250413.1 → podflow-20250413.3}/podflow/bilibili/login.py +0 -0
- {podflow-20250413.1 → podflow-20250413.3}/podflow/config/__init__.py +0 -0
- {podflow-20250413.1 → podflow-20250413.3}/podflow/config/build_original.py +0 -0
- {podflow-20250413.1 → podflow-20250413.3}/podflow/config/channge_icon.py +0 -0
- {podflow-20250413.1 → podflow-20250413.3}/podflow/config/correct_channelid.py +0 -0
- {podflow-20250413.1 → podflow-20250413.3}/podflow/config/correct_config.py +0 -0
- {podflow-20250413.1 → podflow-20250413.3}/podflow/config/get_channelid.py +0 -0
- {podflow-20250413.1 → podflow-20250413.3}/podflow/config/get_channelid_id.py +0 -0
- {podflow-20250413.1 → podflow-20250413.3}/podflow/config/get_config.py +0 -0
- {podflow-20250413.1 → podflow-20250413.3}/podflow/download/__init__.py +0 -0
- {podflow-20250413.1 → podflow-20250413.3}/podflow/download/convert_bytes.py +0 -0
- {podflow-20250413.1 → podflow-20250413.3}/podflow/download/delete_part.py +0 -0
- {podflow-20250413.1 → podflow-20250413.3}/podflow/download/dl_aideo_video.py +0 -0
- {podflow-20250413.1 → podflow-20250413.3}/podflow/download/show_progress.py +0 -0
- {podflow-20250413.1 → podflow-20250413.3}/podflow/download/wait_animation.py +0 -0
- {podflow-20250413.1 → podflow-20250413.3}/podflow/download/youtube_and_bilibili_download.py +0 -0
- {podflow-20250413.1 → podflow-20250413.3}/podflow/download_and_build.py +0 -0
- {podflow-20250413.1 → podflow-20250413.3}/podflow/ffmpeg_judge.py +0 -0
- {podflow-20250413.1 → podflow-20250413.3}/podflow/httpfs/__init__.py +0 -0
- {podflow-20250413.1 → podflow-20250413.3}/podflow/httpfs/app_bottle.py +0 -0
- {podflow-20250413.1 → podflow-20250413.3}/podflow/httpfs/browser.py +0 -0
- {podflow-20250413.1 → podflow-20250413.3}/podflow/httpfs/get_channelid.py +0 -0
- {podflow-20250413.1 → podflow-20250413.3}/podflow/httpfs/port_judge.py +0 -0
- {podflow-20250413.1 → podflow-20250413.3}/podflow/httpfs/to_html.py +0 -0
- {podflow-20250413.1 → podflow-20250413.3}/podflow/main.py +0 -0
- {podflow-20250413.1 → podflow-20250413.3}/podflow/main_podcast.py +0 -0
- {podflow-20250413.1 → podflow-20250413.3}/podflow/main_upload.py +0 -0
- {podflow-20250413.1 → podflow-20250413.3}/podflow/makeup/__init__.py +0 -0
- {podflow-20250413.1 → podflow-20250413.3}/podflow/makeup/del_makeup_format_fail.py +0 -0
- {podflow-20250413.1 → podflow-20250413.3}/podflow/makeup/make_up_file.py +0 -0
- {podflow-20250413.1 → podflow-20250413.3}/podflow/makeup/make_up_file_format_mod.py +0 -0
- {podflow-20250413.1 → podflow-20250413.3}/podflow/makeup/make_up_file_mod.py +0 -0
- {podflow-20250413.1 → podflow-20250413.3}/podflow/message/__init__.py +0 -0
- {podflow-20250413.1 → podflow-20250413.3}/podflow/message/backup_zip_save.py +0 -0
- {podflow-20250413.1 → podflow-20250413.3}/podflow/message/create_main_rss.py +0 -0
- {podflow-20250413.1 → podflow-20250413.3}/podflow/message/display_qrcode_and_url.py +0 -0
- {podflow-20250413.1 → podflow-20250413.3}/podflow/message/fail_message_initialize.py +0 -0
- {podflow-20250413.1 → podflow-20250413.3}/podflow/message/format_time.py +0 -0
- {podflow-20250413.1 → podflow-20250413.3}/podflow/message/get_media_name.py +0 -0
- {podflow-20250413.1 → podflow-20250413.3}/podflow/message/get_original_rss.py +0 -0
- {podflow-20250413.1 → podflow-20250413.3}/podflow/message/get_video_format.py +0 -0
- {podflow-20250413.1 → podflow-20250413.3}/podflow/message/get_video_format_multithread.py +0 -0
- {podflow-20250413.1 → podflow-20250413.3}/podflow/message/get_youtube_and_bilibili_video_format.py +0 -0
- {podflow-20250413.1 → podflow-20250413.3}/podflow/message/media_format.py +0 -0
- {podflow-20250413.1 → podflow-20250413.3}/podflow/message/original_rss_fail_print.py +0 -0
- {podflow-20250413.1 → podflow-20250413.3}/podflow/message/rss_create_hash.py +0 -0
- {podflow-20250413.1 → podflow-20250413.3}/podflow/message/save_rss.py +0 -0
- {podflow-20250413.1 → podflow-20250413.3}/podflow/message/title_correction.py +0 -0
- {podflow-20250413.1 → podflow-20250413.3}/podflow/message/update_information_display.py +0 -0
- {podflow-20250413.1 → podflow-20250413.3}/podflow/message/update_youtube_bilibili_rss.py +0 -0
- {podflow-20250413.1 → podflow-20250413.3}/podflow/message/want_retry.py +0 -0
- {podflow-20250413.1 → podflow-20250413.3}/podflow/message/xml_item.py +0 -0
- {podflow-20250413.1 → podflow-20250413.3}/podflow/message/xml_original_item.py +0 -0
- {podflow-20250413.1 → podflow-20250413.3}/podflow/message/xml_rss.py +0 -0
- {podflow-20250413.1 → podflow-20250413.3}/podflow/netscape/__init__.py +0 -0
- {podflow-20250413.1 → podflow-20250413.3}/podflow/netscape/bulid_netscape.py +0 -0
- {podflow-20250413.1 → podflow-20250413.3}/podflow/netscape/get_cookie_dict.py +0 -0
- {podflow-20250413.1 → podflow-20250413.3}/podflow/parse_arguments.py +0 -0
- {podflow-20250413.1 → podflow-20250413.3}/podflow/remove/__init__.py +0 -0
- {podflow-20250413.1 → podflow-20250413.3}/podflow/remove/remove_dir.py +0 -0
- {podflow-20250413.1 → podflow-20250413.3}/podflow/remove/remove_file.py +0 -0
- {podflow-20250413.1 → podflow-20250413.3}/podflow/repair/__init__.py +0 -0
- {podflow-20250413.1 → podflow-20250413.3}/podflow/repair/reverse_log.py +0 -0
- {podflow-20250413.1 → podflow-20250413.3}/podflow/upload/__init__.py +0 -0
- {podflow-20250413.1 → podflow-20250413.3}/podflow/upload/add_upload.py +0 -0
- {podflow-20250413.1 → podflow-20250413.3}/podflow/upload/build_hash.py +0 -0
- {podflow-20250413.1 → podflow-20250413.3}/podflow/upload/get_upload_original.py +0 -0
- {podflow-20250413.1 → podflow-20250413.3}/podflow/upload/linked_client.py +0 -0
- {podflow-20250413.1 → podflow-20250413.3}/podflow/upload/linked_server.py +0 -0
- {podflow-20250413.1 → podflow-20250413.3}/podflow/upload/login.py +0 -0
- {podflow-20250413.1 → podflow-20250413.3}/podflow/upload/time_key.py +0 -0
- {podflow-20250413.1 → podflow-20250413.3}/podflow/upload/update_upload.py +0 -0
- {podflow-20250413.1 → podflow-20250413.3}/podflow/upload/upload_server.py +0 -0
- {podflow-20250413.1 → podflow-20250413.3}/podflow/youtube/__init__.py +0 -0
- {podflow-20250413.1 → podflow-20250413.3}/podflow/youtube/build.py +0 -0
- {podflow-20250413.1 → podflow-20250413.3}/podflow/youtube/get.py +0 -0
- {podflow-20250413.1 → podflow-20250413.3}/podflow/youtube/login.py +0 -0
- {podflow-20250413.1 → podflow-20250413.3}/podflow.egg-info/SOURCES.txt +0 -0
- {podflow-20250413.1 → podflow-20250413.3}/podflow.egg-info/dependency_links.txt +0 -0
- {podflow-20250413.1 → podflow-20250413.3}/podflow.egg-info/entry_points.txt +0 -0
- {podflow-20250413.1 → podflow-20250413.3}/podflow.egg-info/requires.txt +0 -0
- {podflow-20250413.1 → podflow-20250413.3}/podflow.egg-info/top_level.txt +0 -0
- {podflow-20250413.1 → podflow-20250413.3}/setup.cfg +0 -0
@@ -20,8 +20,9 @@
|
|
20
20
|
--menu-text: #333333;
|
21
21
|
--menu-width: 170px;
|
22
22
|
--menu-selected-bg: #cccccc;
|
23
|
-
/*
|
24
|
-
--progress-bar-color: #
|
23
|
+
/* 将进度条颜色变量修改为蓝色 */
|
24
|
+
--progress-bar-color: #0d6efd; /* 标准蓝色 */
|
25
|
+
--background-bar-color: #e0e0e0; /* 浅色背景下的进度条颜色 */
|
25
26
|
}
|
26
27
|
|
27
28
|
/* 深色模式变量 */
|
@@ -39,8 +40,9 @@
|
|
39
40
|
--menu-bg: #333333;
|
40
41
|
--menu-text: #e0e0e0;
|
41
42
|
--menu-selected-bg: #555555;
|
42
|
-
/*
|
43
|
-
--progress-bar-color: #
|
43
|
+
/* 将深色模式下的进度条颜色修改为较亮的蓝色 */
|
44
|
+
--progress-bar-color: #315188; /* 较亮的蓝色,适合深色背景 */
|
45
|
+
--background-bar-color: #333333; /* 深色背景下的进度条颜色 */
|
44
46
|
}
|
45
47
|
}
|
46
48
|
|
@@ -49,6 +51,7 @@
|
|
49
51
|
text-decoration: underline;
|
50
52
|
}
|
51
53
|
|
54
|
+
/* ... (其余的 ANSI 颜色、基本样式、表单样式、按钮样式、提示样式、菜单切换按钮、手机端优化、消息和二维码样式保持不变) ... */
|
52
55
|
.ansi-30m { color: #000000; }
|
53
56
|
.ansi-31m { color: #bb271b; }
|
54
57
|
.ansi-32m { color: #61992e; }
|
@@ -249,32 +252,43 @@
|
|
249
252
|
/* 主进度条样式 */
|
250
253
|
.progress-bar {
|
251
254
|
width: 100%;
|
252
|
-
height: 22px;
|
253
|
-
background-color:
|
254
|
-
border-radius: 12px;
|
255
|
+
height: 22px;
|
256
|
+
background-color: var(--background-bar-color); /* 考虑使用变量 */
|
257
|
+
border-radius: 12px;
|
255
258
|
overflow: hidden;
|
256
259
|
position: relative;
|
257
|
-
border: 1px solid
|
260
|
+
border: 1px solid var(--input-border);
|
258
261
|
}
|
259
262
|
.progress-bar .progress {
|
260
263
|
height: 100%;
|
261
|
-
background-color: var(--progress-bar-color);
|
262
|
-
/*
|
263
|
-
|
264
|
-
|
265
|
-
|
266
|
-
|
264
|
+
background-color: var(--progress-bar-color);
|
265
|
+
width: 0%; /* 根据实际进度更新 */
|
266
|
+
transition: width 0.3s ease-in-out;
|
267
|
+
border-radius: 12px;
|
268
|
+
/* 多背景 */
|
269
|
+
background-image:
|
270
|
+
linear-gradient(to right, transparent 0%, rgba(255, 255, 255, 0.5) 50%, transparent 100%),
|
271
|
+
linear-gradient(to right, rgba(255, 255, 255, 0.15) 0%, rgba(0, 0, 0, 0.15) 100%);
|
272
|
+
background-size: 200% 100%, 100% 100%;
|
273
|
+
background-repeat: no-repeat, no-repeat;
|
274
|
+
/* 初始背景位置 */
|
275
|
+
background-position: 100% 0, 0 0; /* 脉冲初始在左侧 */
|
267
276
|
}
|
268
277
|
/* 脉冲动画效果 */
|
269
278
|
.progress-bar .progress.animated {
|
270
|
-
|
279
|
+
/* 动画:名称 时长 缓动函数 延迟 次数 方向 填充模式 播放状态 */
|
280
|
+
animation: pulse-lr 4s linear infinite alternate; /* 添加 alternate */
|
281
|
+
/* 注意:你也可以调整时长,例如 2s 让单程更快 */
|
271
282
|
}
|
272
|
-
|
283
|
+
/* 关键帧动画 (保持 L-to-R 定义) */
|
284
|
+
@keyframes pulse-lr {
|
273
285
|
0% {
|
274
|
-
|
286
|
+
/* 脉冲背景的右边缘对齐容器右边缘 (高亮在左边缘) */
|
287
|
+
background-position: 100% 0, 0 0;
|
275
288
|
}
|
276
289
|
100% {
|
277
|
-
|
290
|
+
/* 脉冲背景的左边缘对齐容器左边缘 (高亮在右边缘) */
|
291
|
+
background-position: 0% 0, 0 0;
|
278
292
|
}
|
279
293
|
}
|
280
294
|
.progress-bar .status-text {
|
@@ -333,7 +347,7 @@
|
|
333
347
|
<h2>Podflow 运行情况</h2>
|
334
348
|
</div>
|
335
349
|
<form>
|
336
|
-
<label
|
350
|
+
<label>主进度条:</label>
|
337
351
|
<div class="progress-bar">
|
338
352
|
<div class="progress animated" id="mainProgress"></div>
|
339
353
|
<div class="status-text" id="progressStatus">准备中</div>
|
@@ -341,7 +355,7 @@
|
|
341
355
|
</div>
|
342
356
|
<label>构建服务:</label><br>
|
343
357
|
<div class="common-area" id="messageArea"></div>
|
344
|
-
<label
|
358
|
+
<label>收发服务:</label><br>
|
345
359
|
<div class="common-area" id="messageHttp"></div>
|
346
360
|
</form>
|
347
361
|
</section>
|
@@ -448,7 +462,7 @@
|
|
448
462
|
})
|
449
463
|
.catch(error => console.error('获取消息失败:', error));
|
450
464
|
}
|
451
|
-
|
465
|
+
|
452
466
|
// 更新进度条并显示状态和百分比
|
453
467
|
function updateProgress(scheduleData) {
|
454
468
|
// 检查 schedule 数据是否存在且长度为 2
|
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-20250413.1 → podflow-20250413.3}/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
|