细节优化

This commit is contained in:
xyz 2025-05-05 22:35:43 +08:00
parent 0697a2c68a
commit b50d7dafe5

View file

@ -89,7 +89,7 @@ export class Panel extends ZZZPlugin {
list: result,
};
const role_list = result.map(item => item.name_mi18n);
global.zzzRoleList = roleList;
global.zzzRoleList = role_list;
let buttons = [[]];
const nonChineseOrDigitRegex = /[^\u4E00-\u9FFF0-9]/g;