去掉原来博主配置的界面

This commit is contained in:
jianzhichu
2025-11-30 02:08:24 +08:00
parent d4b3e36591
commit e42a004765
3 changed files with 11 additions and 17 deletions
+4 -4
View File
@@ -37,17 +37,17 @@ namespace dy.net.service
var cookie = new DouyinCookie
{
UserName = "douyin",
Cookies = "--",
Cookies = "-",
SecUserId = "-",
Id = initId,
SavePath = "/app/collect",
Status = 0,
SecUserId = "--",
SavePath = "/app/collect",
FavSavePath = "/app/favorite",
UpSavePath = "/app/uper",
ImgSavePath="/app/images",
CollHasSyncd = 0,
FavHasSyncd = 0,
UperSyncd = 0,
ImgSavePath="/app/images",
};
return _cookieRepository.Insert(cookie);
}