mirror of
http://112.124.100.131/huang.ze/ebiz-dify-ai.git
synced 2025-12-10 11:26:52 +08:00
feat: support app rename and make app card ui better (#766)
Co-authored-by: Gillian97 <jinling.sunshine@gmail.com>
This commit is contained in:
@@ -33,14 +33,7 @@ const translation = {
|
||||
explanation: 'Ready-to-use AI WebApp',
|
||||
accessibleAddress: 'Public URL',
|
||||
preview: 'Preview',
|
||||
share: {
|
||||
entry: 'Share',
|
||||
explanation: 'Share the following URL to invite more people to access the application.',
|
||||
shareUrl: 'Share URL',
|
||||
linkCopied: 'Copied',
|
||||
copyLink: 'Copy Link',
|
||||
regenerate: 'Regenerate',
|
||||
},
|
||||
regenerate: 'Regenerate',
|
||||
preUseReminder: 'Please enable WebApp before continuing.',
|
||||
settings: {
|
||||
entry: 'Settings',
|
||||
@@ -70,7 +63,7 @@ const translation = {
|
||||
},
|
||||
customize: {
|
||||
way: 'way',
|
||||
entry: 'Want to customize your WebApp?',
|
||||
entry: 'Customize',
|
||||
title: 'Customize AI WebApp',
|
||||
explanation: 'You can customize the frontend of the Web App to fit your scenario and style needs.',
|
||||
way1: {
|
||||
@@ -93,7 +86,7 @@ const translation = {
|
||||
apiInfo: {
|
||||
title: 'Backend service API',
|
||||
explanation: 'Easily integrated into your application',
|
||||
accessibleAddress: 'API Token',
|
||||
accessibleAddress: 'Service API Endpoint',
|
||||
doc: 'API Reference',
|
||||
},
|
||||
status: {
|
||||
|
||||
Reference in New Issue
Block a user