feat: build system

This commit is contained in:
Asaki Yuki 2026-01-27 18:53:08 +07:00
parent 0c8a9cc622
commit 53375ea11c
9 changed files with 83 additions and 9 deletions

View file

@ -55,3 +55,9 @@ FuntionMap.set("sqrt", number => {
value: rtn,
}
})
FuntionMap.set("translatable", key => {
return {
value: `'%' + ${key}`,
}
})