mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-05-05 21:49:25 +08:00
Merge branch 'main' into next
This commit is contained in:
commit
af9465e2c8
@ -22,8 +22,8 @@ export interface Evaluator {
|
||||
|
||||
export const evaluators = new Registry<Evaluator>();
|
||||
|
||||
evaluators.register('math.js', mathjs);
|
||||
evaluators.register('formula.js', formulajs);
|
||||
evaluators.register('math.js', mathjs);
|
||||
evaluators.register('string', string);
|
||||
|
||||
export function getOptions() {
|
||||
|
@ -32,7 +32,7 @@ export default class extends Instruction {
|
||||
options: getOptions(),
|
||||
},
|
||||
required: true,
|
||||
default: 'math.js',
|
||||
default: 'formula.js',
|
||||
},
|
||||
expression: {
|
||||
type: 'string',
|
||||
|
Loading…
x
Reference in New Issue
Block a user