feat(frontend): workflow import dsl from url (#6286)

This commit is contained in:
zxhlyh
2024-07-15 16:24:03 +08:00
committed by GitHub
parent 46a5294d94
commit 9a536979ab
6 changed files with 158 additions and 25 deletions

View File

@@ -13,6 +13,10 @@ const translation = {
exportFailed: 'Export DSL failed.',
importDSL: 'Import DSL file',
createFromConfigFile: 'Create from DSL file',
importFromDSL: 'Import from DSL',
importFromDSLFile: 'From DSL file',
importFromDSLUrl: 'From URL',
importFromDSLUrlPlaceholder: 'Paste DSL link here',
deleteAppConfirmTitle: 'Delete this app?',
deleteAppConfirmContent:
'Deleting the app is irreversible. Users will no longer be able to access your app, and all prompt configurations and logs will be permanently deleted.',