podflow 20250413.2__py3-none-any.whl → 20250413.3__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.
- podflow/templates/index.html +4 -2
- {podflow-20250413.2.dist-info → podflow-20250413.3.dist-info}/METADATA +1 -1
- {podflow-20250413.2.dist-info → podflow-20250413.3.dist-info}/RECORD +6 -6
- {podflow-20250413.2.dist-info → podflow-20250413.3.dist-info}/WHEEL +0 -0
- {podflow-20250413.2.dist-info → podflow-20250413.3.dist-info}/entry_points.txt +0 -0
- {podflow-20250413.2.dist-info → podflow-20250413.3.dist-info}/top_level.txt +0 -0
podflow/templates/index.html
CHANGED
@@ -22,6 +22,7 @@
|
|
22
22
|
--menu-selected-bg: #cccccc;
|
23
23
|
/* 将进度条颜色变量修改为蓝色 */
|
24
24
|
--progress-bar-color: #0d6efd; /* 标准蓝色 */
|
25
|
+
--background-bar-color: #e0e0e0; /* 浅色背景下的进度条颜色 */
|
25
26
|
}
|
26
27
|
|
27
28
|
/* 深色模式变量 */
|
@@ -40,7 +41,8 @@
|
|
40
41
|
--menu-text: #e0e0e0;
|
41
42
|
--menu-selected-bg: #555555;
|
42
43
|
/* 将深色模式下的进度条颜色修改为较亮的蓝色 */
|
43
|
-
--progress-bar-color: #
|
44
|
+
--progress-bar-color: #315188; /* 较亮的蓝色,适合深色背景 */
|
45
|
+
--background-bar-color: #333333; /* 深色背景下的进度条颜色 */
|
44
46
|
}
|
45
47
|
}
|
46
48
|
|
@@ -251,7 +253,7 @@
|
|
251
253
|
.progress-bar {
|
252
254
|
width: 100%;
|
253
255
|
height: 22px;
|
254
|
-
background-color:
|
256
|
+
background-color: var(--background-bar-color); /* 考虑使用变量 */
|
255
257
|
border-radius: 12px;
|
256
258
|
overflow: hidden;
|
257
259
|
position: relative;
|
@@ -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=
|
83
|
+
podflow/templates/index.html,sha256=NYEjsIrf9EJJsZ-udAOdn1f92lxCRj6QFuDusA1IEwQ,22853
|
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.
|
99
|
-
podflow-20250413.
|
100
|
-
podflow-20250413.
|
101
|
-
podflow-20250413.
|
102
|
-
podflow-20250413.
|
98
|
+
podflow-20250413.3.dist-info/METADATA,sha256=3kvvUiN1sl5garY_BsBHEkT1sBkUjoz1UpmU-pyo2zM,14165
|
99
|
+
podflow-20250413.3.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
|
100
|
+
podflow-20250413.3.dist-info/entry_points.txt,sha256=mn7hD_c_dmpKe3XU0KNekheBvD01LhlJ9htY-Df0j2A,131
|
101
|
+
podflow-20250413.3.dist-info/top_level.txt,sha256=fUujhhz-RrMI8aGvi-3Ey5y7FQnpOOgoFw9OWM3yLCU,8
|
102
|
+
podflow-20250413.3.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|