Skip to content

Commit

Permalink
Update ban list
Browse files Browse the repository at this point in the history
  • Loading branch information
xfangfang committed Aug 16, 2023
1 parent aaa507c commit 5bc7c2d
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion wiliwili/include/utils/ban_list.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ typedef std::map<std::string, std::vector<std::string>> BanList;
* 涉及到人身攻击、言语羞辱等内容,永久不欢迎这些用户
*/
static BanList banList = {
{"173504381", {"2023-07-27 06:12", "发布评论:\"冒着ban机的风险在ns上搞手机上就能用的软件,多半脑子有问题\""}},
{"334039311", {"2023-04-22 09:30:23", "在作者视频发送弹幕:\"破解机滚吧\""}},
{"1386247250", {"2022-10-03 14:22:43", "在作者视频发送评论,言语恶劣,内容概括为:\"未经调查评论作者为炒二手游戏机的贩子\""}},
{"38806518", {"2022-09-04 19:42:10", "在作者视频发送评论:\"搞破解的剑宗。就你这还要啥支持?\""}},
Expand All @@ -35,13 +36,21 @@ static BanList banList = {

static BanList hintList = {
#ifdef __SWITCH__
{"356118574", {"2023-08-14 08:18", "发布评论:\"意义在哪\""}},
{"107121156", {"2023-08-01 01:19", "发布评论:\"这些都是没用的功能,拿来折腾娱乐的,装完了估计几个月都不会打开一次。\""}},
{"457599240", {"2023-07-31 17:54", "发布评论:\"这样折腾感觉还不如直接整个手机。。\""}},
{"383216385", {"2023-07-28 19:24", "发布评论:\"没用的功能\""}},
{"8164546", {"2023-07-27 20:00", "发布评论:\"游戏机就用来玩游戏吧,搞这些,还不如用手机\""}},
{"233873353", {"2023-07-27 07:17", "发布评论:\"花里胡哨的有啥用\""}},
{"3514445", {"2023-06-28 09:11:05", "在作者视频发送弹幕:\"有2k不看,拿720p看,没事吧\""}},
{"564824325", {"2023-05-29 07:41", "发布评论:\"看b站手机不更容易吗,ns看b站不脱裤子放屁?\""}},
{"34359982", {"2023-05-28 17:20:09", "在作者视频发送评论:\"我还是不理解,为啥不把手机掏出来看,这年头手机都没720p的吧。。。 我也有switch,纯纯的健身环启动器\""}},
{"604953196", {"2023-05-12 06:51:23", "在作者视频发送弹幕:\"720p有意思吗\""}},
{"5728203", {"2023-05-02 14:56:43", "在作者视频发送弹幕:\"虽然有挺好 但是拿手上不如手机,接电视不如直接用电视。。\""}},
{"43465933", {"2023-04-19 17:11:00", "在作者视频发送弹幕:\"ns画质这么低都有人拿来看片啊\""}},
{"40993847", {"2023-04-16 22:04:02", "在作者视频发送弹幕:\"这鬼东西你送我 我都不要\""}},
{"310762077", {"2023-04-01 14:26:09", "在作者视频发送弹幕:\"手机不更方便吗?\""}},
{"1950252998", {"2023-02-12 23:28", "发布评论:\"难道真的有人看视频?不用平板,不用手机,用游戏机吗?\""}},
{"12463483", {"2022-09-29 05:46:28", "在作者视频发送弹幕:\"本末倒置游戏机不用来玩游戏看视频那要手机干嘛\""}},
{"28480830", {"2022-09-25 13:51:40", "在作者视频发送弹幕:\"用手机比这玩意儿好多了,完全没有用啊\""}},
{"97191935", {"2022-09-24 13:44:15", "在作者视频发送评论:\"所以说这是必须大气层后才能用的东西,你正儿八经做好了挂到商店卖1块钱不香么\""}},
Expand All @@ -55,8 +64,8 @@ static BanList hintList = {
#else
{"407694319", {"2023-07-31 17:45:48", "在作者视频发送评论:\"都不如uwp好用\""}},
{"45425845", {"2023-07-31 16:59:25", "在作者视频发送评论:\"我的评价是,还是网页端好使[doge]\""}},
{"9355679", {"2022-09-04 20:39:55", "在作者视频发送评论:\"wiliwili,这不是盗版是什么[辣眼睛]\""}},
#endif
{"9355679", {"2022-09-04 20:39:55", "在作者视频发送评论:\"wiliwili,这不是盗版是什么[辣眼睛]\""}},
};

static void checkBanList() {
Expand Down

0 comments on commit 5bc7c2d

Please sign in to comment.