提供 HTML 文本处理和操作工具,支持自动翻译、Wiki 语法解析,并集成 SugarCube 宏系统。
可通过 maplebirch.tool.text 或快捷接口 maplebirchFrameworks.addText() 访问。
maplebirch.tool.text
maplebirchFrameworks.addText()
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}`); });