From 3ce1c2e4687a71fdfc1a0e0860c884c6250e0137 Mon Sep 17 00:00:00 2001 From: oc Date: Tue, 30 Oct 2018 03:01:03 +0800 Subject: [PATCH] mana & skill --- docs/personalization.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/personalization.md b/docs/personalization.md index a9087224..e3d9dc8e 100644 --- a/docs/personalization.md +++ b/docs/personalization.md @@ -638,7 +638,7 @@ if (core.flags.enableMana) { } // 设置技能栏 if (core.flags.enableSkill) { - // 可以用flag:skill表示当前开启的技能类型,flag:skillName显示技能名;详见文档-个性化-技能塔的支持 + // 可以用flag:skill表示当前开启的技能类型,flag:skillName显示技能名 core.statusBar.skill.innerHTML = core.getFlag('skillName', '无'); } ```