Update profile.js

This commit is contained in:
2025-05-05 01:09:48 +05:00
committed by GitHub
parent 28cbd96445
commit 94a27c0cdf

View File

@@ -39,14 +39,6 @@ async function getProfileFromAnixart(profileId, token = '') {
// Кастомные поля
profileData.profile.avatar = "https://www.tophentaigallery.com/wp-content/uploads/2020/03/delicious-hentai-gif-xxx-1584367984kn4g8.gif";
profileData.profile.is_sponsor = true;
profileData.profile.rating_score = 10000;
profileData.profile.plan_count = 9999999;
profileData.profile.completed_count = 9999999;
profileData.profile.hold_on_count = 9999999;
profileData.profile.favorite_count = 9999999;
profileData.profile.watching_count = 9999999;
profileData.profile.dropped_count = 9999999;
return {
...profileData,