feat: build system
This commit is contained in:
parent
0c8a9cc622
commit
53375ea11c
9 changed files with 83 additions and 9 deletions
|
|
@ -55,3 +55,9 @@ FuntionMap.set("sqrt", number => {
|
|||
value: rtn,
|
||||
}
|
||||
})
|
||||
|
||||
FuntionMap.set("translatable", key => {
|
||||
return {
|
||||
value: `'%' + ${key}`,
|
||||
}
|
||||
})
|
||||
|
|
|
|||
Reference in a new issue