我有大病

This commit is contained in:
xyz 2025-05-05 23:06:18 +08:00
parent 77e633a742
commit c81ef62f07

View file

@ -48,7 +48,6 @@ export default class Button {
const parsedName = match?.[2]?.trim();
if (parsedName && !['更新', '刷新', '列表'].includes(parsedName)) {
charName = parsedName;
return null;
}
}