更新 SayNo.cs

This commit is contained in:
milimoe 2024-04-18 13:07:07 +08:00 committed by GitHub
parent 6588525ea9
commit 66851f9582
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -107,7 +107,8 @@
"真没人在乎你{0}不{0}吧", "真没人在乎你{0}不{0}吧",
"差不多得了,这不{0}等到啥时候{0}", "差不多得了,这不{0}等到啥时候{0}",
"我就不{0},怎么了?", "我就不{0},怎么了?",
"你不{0}有的是人{0}" "你不{0}有的是人{0}",
"逆天"
]; ];
public static List<string> SayDontHaveWords { get; } = [ public static List<string> SayDontHaveWords { get; } = [
@ -125,7 +126,8 @@
"太没{0}了", "太没{0}了",
"可是我有{0}", "可是我有{0}",
"从来都有{0}", "从来都有{0}",
"这还没{0}你想等到你80岁了才有{0}吗?" "这还没{0}你想等到你80岁了才有{0}吗?",
"逆天"
]; ];
public static List<string> SayNotYesWords { get; } = [ public static List<string> SayNotYesWords { get; } = [
@ -142,7 +144,8 @@
"从来都是", "从来都是",
"这很不是", "这很不是",
"这很是", "这很是",
"爱是不是" "爱是不是",
"确实"
]; ];
public static List<string> SayDontWords { get; } = [ public static List<string> SayDontWords { get; } = [