refactor: formula syntax references link (#6751)

This commit is contained in:
Katherine 2025-04-23 14:01:20 +08:00 committed by GitHub
parent 7340a7d187
commit 63ebe1d357
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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>
</>

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',