mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-26 00:46:52 +08:00
Template conversion adds Jinjia2 syntax support (#4545)
### What problem does this PR solve? Template conversion adds Jinjia2 syntax support ### Type of change - [x] New Feature (non-breaking change which adds functionality) --------- Co-authored-by: wangrui <wangrui@haima.me> Co-authored-by: Yingfeng <yingfeng.zhang@gmail.com> Co-authored-by: Kevin Hu <kevinhu.sh@gmail.com>
This commit is contained in:
@ -1049,7 +1049,7 @@ export default {
|
||||
testRun: 'テスト実行',
|
||||
template: 'テンプレート',
|
||||
templateDescription:
|
||||
'このコンポーネントは、さまざまなコンポーネントの出力を組版するために使用されます。',
|
||||
'このコンポーネントは、さまざまなコンポーネントの出力を組版するために使用されます。1. Jinja2テンプレートをサポートし、最初に入力をオブジェクトに変換してからテンプレートをレンダリングします。2. {parameter}文字列置換を使用する元の方法も同時に保持します',
|
||||
emailComponent: 'メール',
|
||||
emailDescription: '指定されたアドレスにメールを送信',
|
||||
smtpServer: 'SMTPサーバー',
|
||||
|
||||
Reference in New Issue
Block a user