存档笔记

This commit is contained in:
ckcz123 2020-06-13 21:41:34 +08:00
parent 68891b384c
commit 90c70599d9
3 changed files with 2 additions and 2 deletions

View File

@ -2206,7 +2206,7 @@ actions.prototype._clickNotes_show = function () {
}
result.push("\t[存档笔记]" + v.join("\n"));
}
if (result.length == 0) result.push("当前没有存档笔记,试着新增一个吧!");
if (result.length == 0) result.push("当前没有存档笔记,试着新增一个吧!\n菜单栏 -> 存档笔记 -> 新增存档笔记)");
core.drawText(result);
}

View File

@ -1753,7 +1753,7 @@ ui.prototype.drawNotes = function () {
core.status.event.id = 'notes';
core.status.hero.notes = core.status.hero.notes || [];
core.lockControl();
this.drawChoices(null, [
this.drawChoices("存档笔记允许你写入和查看任何笔记快捷键M你可以用做任何标记比如Boss前的属性、开门和路线选择等。", [
"新增存档笔记", "查看存档笔记", "编辑存档笔记", "删除存档笔记", "返回上一页"
]);
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 26 KiB