mirror of
https://github.com/ZZZure/ZZZ-Plugin.git
synced 2025-12-18 14:17:45 +00:00
细节优化
This commit is contained in:
parent
0697a2c68a
commit
b50d7dafe5
1 changed files with 1 additions and 1 deletions
|
|
@ -89,7 +89,7 @@ export class Panel extends ZZZPlugin {
|
||||||
list: result,
|
list: result,
|
||||||
};
|
};
|
||||||
const role_list = result.map(item => item.name_mi18n);
|
const role_list = result.map(item => item.name_mi18n);
|
||||||
global.zzzRoleList = roleList;
|
global.zzzRoleList = role_list;
|
||||||
let buttons = [[]];
|
let buttons = [[]];
|
||||||
const nonChineseOrDigitRegex = /[^\u4E00-\u9FFF0-9]/g;
|
const nonChineseOrDigitRegex = /[^\u4E00-\u9FFF0-9]/g;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue