1、去重

2、分享
3、视频播放
4、批量删除,重新下载
5、自定义标题(仅博主视频)
6、授权页面去掉博主添加,新增关注列表
7、图文视频合成优化
8、其他优化
This commit is contained in:
jianzhichu
2025-11-30 00:42:25 +08:00
parent 63b51d211e
commit e6e9ff3cc3
94 changed files with 8155 additions and 1544 deletions
+2 -2
View File
@@ -44,7 +44,7 @@
{
if(downImage)
{
for (int i = 0; i < rawImages.Count(); i++)
for (int i = 0; i < rawImages.Length; i++)
{
string sourcePath = rawImages[i];
// 重命名为有规律的文件名,如 temp_001.jpg, temp_002.png
@@ -66,7 +66,7 @@
{
if(downMp3)
{
for (int i = 0; i < rawAudios.Count(); i++)
for (int i = 0; i < rawAudios.Length; i++)
{
string sourcePath = rawAudios[i];
// 重命名为有规律的文件名,如 temp_001.mp3, temp_002.mp3