Merge branch 'main' into next

This commit is contained in:
nocobase[bot] 2025-04-23 06:01:45 +00:00
commit 2622074094
3 changed files with 3 additions and 3 deletions

View File

@ -131,7 +131,7 @@ export const ValueDynamicComponent = (props: ValueDynamicComponentProps) => {
<span style={{ marginLeft: '.25em' }} className={'ant-formily-item-extra'}>
{t('Syntax references')}:
</span>
<a href="https://formulajs.info/functions/" target="_blank" rel="noreferrer">
<a href="https://docs.nocobase.com/handbook/calculation-engines/formula" target="_blank" rel="noreferrer">
Formula.js
</a>
</div>

View File

@ -199,7 +199,7 @@ export default {
value: 'formula.js',
label: 'Formula.js',
tooltip: '{{t("Formula.js supports most Microsoft Excel formula functions.")}}',
link: 'https://formulajs.info/functions/',
link: 'https://docs.nocobase.com/handbook/calculation-engines/formula',
},
],
default: 'formula.js',

View File

@ -882,7 +882,7 @@ export const builtinExpression = {
value: 'formula.js',
label: 'Formula.js',
tooltip: '{{t("Formula.js supports most Microsoft Excel formula functions.")}}',
link: 'https://formulajs.info/functions/',
link: 'https://docs.nocobase.com/handbook/calculation-engines/formula',
},
],
default: 'formula.js',