提供 HTML 文本处理和操作工具,支持自动翻译、Wiki 语法解析,并集成 SugarCube 宏系统。
请使用 maplebirch.tool.text。简易框架兼容层仍提供 simpleFrameworks.addto(见 快速开始)。
maplebirch.tool.text
simpleFrameworks.addto
const text = maplebirch.tool.text;
reg(key, fn)
delete(key)
replaceText()
replaceLink()
maplebirch.tool.text.reg("gameStatus", (tools) => { tools.text("状态:", "header").line(`生命: ${V.health}/${V.maxHealth}`).line(`金币: ${V.gold}`); });