diff --git a/libs/ui.js b/libs/ui.js index b9c879b..bcead0e 100644 --- a/libs/ui.js +++ b/libs/ui.js @@ -1270,7 +1270,6 @@ ui.prototype._drawTextContent_drawChar = function (tempCtx, content, config, ch) // 输出 var left = config.offsetX, top = config.offsetY + config.topMargin; core.fillText(tempCtx, ch, left, top); - tempCtx.strokeText(ch, left, top); config.blocks.push({ left: config.offsetX, top: config.offsetY, width: charwidth, height: config.currfont + config.lineMargin, diff --git a/project/plugins.js b/project/plugins.js index da57179..4122086 100644 --- a/project/plugins.js +++ b/project/plugins.js @@ -3107,7 +3107,7 @@ var plugins_bb40132b_638b_4a9f_b028_d3fe47acc8d1 = break; case "matk": case "mhp": - text = `${Math.floor(core.getRealStatus("spell")* core.getRealStatus(item)/100)}(${text})%`; + text = `${Math.floor(core.getRealStatus("spell")* core.getRealStatus(item)/100)}(${text}%)`; break; } core.fillBoldText1(