podflow 20250413__py3-none-any.whl → 20250413.1__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.
@@ -265,6 +265,18 @@
265
265
  transition: width 0.3s ease-in-out; /* 更平滑的过渡 */
266
266
  border-radius: 12px; /* 与容器保持一致 */
267
267
  }
268
+ /* 脉冲动画效果 */
269
+ .progress-bar .progress.animated {
270
+ animation: pulse 1.5s ease-in-out infinite alternate;
271
+ }
272
+ @keyframes pulse {
273
+ 0% {
274
+ opacity: 0.8;
275
+ }
276
+ 100% {
277
+ opacity: 1;
278
+ }
279
+ }
268
280
  .progress-bar .status-text {
269
281
  position: absolute;
270
282
  top: 50%;
@@ -323,7 +335,7 @@
323
335
  <form>
324
336
  <label>主进度:</label>
325
337
  <div class="progress-bar">
326
- <div class="progress" id="mainProgress"></div>
338
+ <div class="progress animated" id="mainProgress"></div>
327
339
  <div class="status-text" id="progressStatus">准备中</div>
328
340
  <div class="percentage-text" id="progressPercentage">0.00%</div>
329
341
  </div>
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: podflow
3
- Version: 20250413
3
+ Version: 20250413.1
4
4
  Summary: A podcast server that includes YouTube and BiliBili
5
5
  Home-page: https://github.com/gruel-zxz/podflow
6
6
  Author: gruel_zxz
@@ -80,7 +80,7 @@ podflow/remove/remove_dir.py,sha256=xQIhrnqnYjMzXjoSWaTvm7JwPYOFTN1muuTPdaLDXpQ,
80
80
  podflow/remove/remove_file.py,sha256=8wAJQehs-XBqvu0vPlEme2_tt0FZxc5ELwGMxXA_558,982
81
81
  podflow/repair/__init__.py,sha256=Gpc1i6xiSLodKjjmzH66c_Y1z0HQ9E9CS3p95FRnVFM,45
82
82
  podflow/repair/reverse_log.py,sha256=Wc_vAH0WB-z1fNdWx7FYaVH4caRPtot7tDwDwFhmpz4,1106
83
- podflow/templates/index.html,sha256=i8T2wsvPQG6vP0qVN6LiGwC_0QF65IIWlz7MllVWO1Q,21558
83
+ podflow/templates/index.html,sha256=mY8Pj-_eRiYyc13n0AAUd5H0baOD78fUBYr96zTBaiw,21812
84
84
  podflow/upload/__init__.py,sha256=AtOSXDrE5EjUe3z-iBd1NTDaH8n_X9qA5WXdBLkONjA,45
85
85
  podflow/upload/add_upload.py,sha256=_2-V0z75Lwu-PUCfMD9HOSxZTB102yZlZW5hSdlHcsc,1432
86
86
  podflow/upload/build_hash.py,sha256=9opa3xLd7nJbGGX5xa3uuKPS6dxlbkAb87ZdEiUxmxI,473
@@ -95,8 +95,8 @@ podflow/youtube/__init__.py,sha256=pgXod8gq0IijZxIkPSwgAOcb9JI5rd1mqMomoR7bcJ4,4
95
95
  podflow/youtube/build.py,sha256=3LYk_ICVXj9XkE9jZ8jEVI8596xxS_QZkcoIwcBE3Ys,12006
96
96
  podflow/youtube/get.py,sha256=Of7PRgUknhpyW70nvyVAUYVb5KyFViKiBTfH3Y6Mke8,16970
97
97
  podflow/youtube/login.py,sha256=KYl--ya6Z1u0uIcOp9l8i3DIIj9hsYUDH4dtJjI0MLM,1295
98
- podflow-20250413.dist-info/METADATA,sha256=Kqj23ZIOpy39Dpz4T9rT-8pymmXHOmVscSBj4wCbKy4,14163
99
- podflow-20250413.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
100
- podflow-20250413.dist-info/entry_points.txt,sha256=mn7hD_c_dmpKe3XU0KNekheBvD01LhlJ9htY-Df0j2A,131
101
- podflow-20250413.dist-info/top_level.txt,sha256=fUujhhz-RrMI8aGvi-3Ey5y7FQnpOOgoFw9OWM3yLCU,8
102
- podflow-20250413.dist-info/RECORD,,
98
+ podflow-20250413.1.dist-info/METADATA,sha256=TlilFulQ_mHU8jc2D7ELLJGk4FYYY0op7p6D4-YyFb0,14165
99
+ podflow-20250413.1.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
100
+ podflow-20250413.1.dist-info/entry_points.txt,sha256=mn7hD_c_dmpKe3XU0KNekheBvD01LhlJ9htY-Df0j2A,131
101
+ podflow-20250413.1.dist-info/top_level.txt,sha256=fUujhhz-RrMI8aGvi-3Ey5y7FQnpOOgoFw9OWM3yLCU,8
102
+ podflow-20250413.1.dist-info/RECORD,,