mirror of
https://github.com/ZZZure/ZZZ-Plugin.git
synced 2025-12-16 13:17:32 +00:00
typo: 部分描述调整
This commit is contained in:
parent
27171c5727
commit
4f6eaa979c
2 changed files with 5 additions and 4 deletions
|
|
@ -16,7 +16,7 @@ export class Panel extends ZZZPlugin {
|
|||
fnc: 'refreshPanel',
|
||||
},
|
||||
{
|
||||
reg: `${rulePrefix}面板列表$`,
|
||||
reg: `${rulePrefix}面板(列表)?$`,
|
||||
fnc: 'getCharPanelList',
|
||||
},
|
||||
{
|
||||
|
|
@ -52,8 +52,9 @@ export class Panel extends ZZZPlugin {
|
|||
await this.getPlayerInfo();
|
||||
let str = '面板列表获取成功,共计' + noteData.length + '个角色:';
|
||||
for (const item of noteData) {
|
||||
str += '\n' + item.name_mi18n;
|
||||
str += item.name_mi18n + '、';
|
||||
}
|
||||
str = str.slice(0, -1);
|
||||
await this.reply(str);
|
||||
// const finalData = {
|
||||
// list: noteData,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue