feat: Bot发布增加外链聊天界面
This commit is contained in:
@@ -12,8 +12,39 @@
|
||||
"enableDeepThinking": "EnableDeepThinking",
|
||||
"publish": "Publish",
|
||||
"postToWeChatOfficialAccount": "PostToWeChatOfficialAccount",
|
||||
"publishExternalLink": "Publish External Chat Link",
|
||||
"configured": "Configured",
|
||||
"notConfigured": "NotConfigured",
|
||||
"chatPublishBaseUrlMissing": "Publish base URL is not configured. Please set it in system settings first.",
|
||||
"chatExternalLink": "Chat External Link",
|
||||
"iframeEmbedCode": "Iframe Embed Code",
|
||||
"copyLink": "Copy Link",
|
||||
"copyIframeCode": "Copy Code",
|
||||
"openPublicPage": "Open Page",
|
||||
"allowAnonymousAccess": "Allow Anonymous Access",
|
||||
"embedUsage": "Embed Notes",
|
||||
"embedUsageTip1": "If embedding fails, check whether gateway/Nginx sets X-Frame-Options or strict Content-Security-Policy.",
|
||||
"embedUsageTip2": "Embed only in trusted sites and combine with rate limiting.",
|
||||
"publicPageBlocked": "Anonymous access is disabled for this bot",
|
||||
"publicPageBlockedTip": "Enable anonymous access in publish settings before using external links.",
|
||||
"publicChatTitle": "Public Chat Assistant",
|
||||
"publicChatSubtitle": "Powered by EasyFlow",
|
||||
"publicChatPlaceholder": "Type your question and press Enter to send",
|
||||
"publicChatInputHint": "Shift + Enter for newline",
|
||||
"publicChatSend": "Send",
|
||||
"publicChatStop": "Stop",
|
||||
"publicChatLoading": "Initializing chat environment...",
|
||||
"publicChatThinking": "Thinking...",
|
||||
"publicChatInitError": "Initialization failed, please try again later",
|
||||
"publicChatAssistantReply": "Assistant Reply",
|
||||
"publicChatToolCalling": "Calling tool",
|
||||
"publicChatToolDone": "Tool completed",
|
||||
"publicChatToolUnknown": "Unnamed tool",
|
||||
"publicChatToolExpand": "Expand",
|
||||
"publicChatToolCollapse": "Collapse",
|
||||
"publicChatCopySuccess": "Copied",
|
||||
"publicChatCopyFail": "Copy failed",
|
||||
"basicInfo": "Basic Info",
|
||||
"placeholder": {
|
||||
"welcome": "Please enter welcome message",
|
||||
"prompt": "You are an AI assistant. Please provide clear and accurate answers based on the user's questions.",
|
||||
@@ -23,5 +54,6 @@
|
||||
"aiOptimization": "AI Optimization",
|
||||
"weChatOfficialAccountConfiguration": "WeChat Official Account configuration",
|
||||
"aiOptimizedPrompts": "AI Optimized Prompts",
|
||||
"chatAssistant": "Chat Assistant"
|
||||
"chatAssistant": "Chat Assistant",
|
||||
"publicChatStopped": "Generation stopped"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user