We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
从数据持久化里看到的,例如 "three_point": { "dislike_reasons": [ { "id": 4, "name": "UP主:隋卞做", "toast": "将减少相似内容推荐" }, { "id": 2, "name": "分区:美食制作", "toast": "将减少相似内容推荐" }, { "id": 3, "name": "频道:美食教程", "toast": "将减少相似内容推荐" }, { "id": 12, "name": "此类内容过多", "toast": "将减少相似内容推荐" }, { "id": 13, "name": "推荐过", "toast": "将减少相似内容推荐" }, { "id": 1, "name": "不感兴趣", "toast": "将减少相似内容推荐" } ], "feedbacks": [ { "id": 1, "name": "恐怖血腥", "toast": "将优化首页此类内容" }, { "id": 2, "name": "色情低俗", "toast": "将优化首页此类内容" }, { "id": 3, "name": "封面恶心", "toast": "将优化首页此类内容" }, { "id": 4, "name": "标题党/封面党", "toast": "将优化首页此类内容" } ], "watch_later": 1 }, 这是哪个插件的问题?
The text was updated successfully, but these errors were encountered:
有没有一种可能,我是说可能,这个是原有程序自带的内容,而不是我故意加进去的(我们换一种想法,如果我加进去了,为什么会让你选择因为什么原因而减少推荐,而不是直接确定好不给你推荐?或者我们再换一种说法,如果你长按封面,会出现不喜欢的选项,这些选项跟上面的文字是不是有些相似?假使这些文字不是程序自带的,你是否会认为这些东西是我加进去的?我没有那么伟大,也没有那么闲!就酱。
Sorry, something went wrong.
ClydeTime
No branches or pull requests
从数据持久化里看到的,例如
"three_point": {
"dislike_reasons": [
{
"id": 4,
"name": "UP主:隋卞做",
"toast": "将减少相似内容推荐"
},
{
"id": 2,
"name": "分区:美食制作",
"toast": "将减少相似内容推荐"
},
{
"id": 3,
"name": "频道:美食教程",
"toast": "将减少相似内容推荐"
},
{
"id": 12,
"name": "此类内容过多",
"toast": "将减少相似内容推荐"
},
{
"id": 13,
"name": "推荐过",
"toast": "将减少相似内容推荐"
},
{
"id": 1,
"name": "不感兴趣",
"toast": "将减少相似内容推荐"
}
],
"feedbacks": [
{
"id": 1,
"name": "恐怖血腥",
"toast": "将优化首页此类内容"
},
{
"id": 2,
"name": "色情低俗",
"toast": "将优化首页此类内容"
},
{
"id": 3,
"name": "封面恶心",
"toast": "将优化首页此类内容"
},
{
"id": 4,
"name": "标题党/封面党",
"toast": "将优化首页此类内容"
}
],
"watch_later": 1
},
这是哪个插件的问题?
The text was updated successfully, but these errors were encountered: