From 18de852afbadac26806e886220e7ccfd87f959b1 Mon Sep 17 00:00:00 2001 From: AllenWriter Date: Wed, 10 Jul 2024 15:30:59 +0800 Subject: [PATCH] Docs: update how to get the App ID (#156) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Docs:Add how to get the App ID * Docs:Add how to get the App ID * Docs:Add how to get the App ID-update jp content --------- Co-authored-by: 蓝道夫 --- en/guides/application-publishing/based-on-frontend-templates.md | 2 ++ jp/guides/application-publishing/based-on-frontend-templates.md | 2 ++ .../application-publishing/based-on-frontend-templates.md | 2 ++ 3 files changed, 6 insertions(+) diff --git a/en/guides/application-publishing/based-on-frontend-templates.md b/en/guides/application-publishing/based-on-frontend-templates.md index 2a412b7..b74e891 100644 --- a/en/guides/application-publishing/based-on-frontend-templates.md +++ b/en/guides/application-publishing/based-on-frontend-templates.md @@ -34,6 +34,8 @@ export const isShowPrompt = true export const promptTemplate = '' ``` +> The App ID can be obtained from the App's URL, where the long string characters is the unique App ID. + Each WebApp Template provides a README file containing deployment instructions. Usually, WebApp Templates contain a lightweight backend service to ensure that developers' API keys are not directly exposed to users. These WebApp Templates can help you quickly build prototypes of AI applications and use all the capabilities of Dify. If you develop your own applications or new templates based on them, feel free to share with us. diff --git a/jp/guides/application-publishing/based-on-frontend-templates.md b/jp/guides/application-publishing/based-on-frontend-templates.md index 3dab920..b2ff5c6 100644 --- a/jp/guides/application-publishing/based-on-frontend-templates.md +++ b/jp/guides/application-publishing/based-on-frontend-templates.md @@ -33,6 +33,8 @@ export const isShowPrompt = true export const promptTemplate = '' ```` +> アプリIDはアプリのURLの中から取得できます。URLの長い文字列の部分がユニークなアプリIDです。 + 各WebAppテンプレートにはREADMEファイルが含まれており、デプロイ方法の説明が記載されています。通常、WebAppテンプレートには軽量バックエンドサービスが含まれており、これは開発者のAPIキーがユーザーに直接露出しないようにするためのものです。 これらのWebAppテンプレートは、AIアプリプロトタイプを迅速に構築し、Difyのすべての機能を使用するのに役立ちます。もしこれらを基に自分のアプリや新しいテンプレートを開発した場合、ぜひ私たちと共有してください。 \ No newline at end of file diff --git a/zh_CN/guides/application-publishing/based-on-frontend-templates.md b/zh_CN/guides/application-publishing/based-on-frontend-templates.md index 53d556e..188928a 100644 --- a/zh_CN/guides/application-publishing/based-on-frontend-templates.md +++ b/zh_CN/guides/application-publishing/based-on-frontend-templates.md @@ -33,6 +33,8 @@ export const isShowPrompt = true export const promptTemplate = '' ```` +> App ID 可以在 App 的 URL 内获取,其中的长串英文字符为唯一的 App ID。 + 每一种 WebApp 模版都提供了 README 文件,内含部署方式的说明。通常,WebApp 模版都包含了一个轻后端服务,这是为了确保开发者的 API KEY 不会直接暴露给用户。 这些 WebApp 模版能够帮助你快速搭建起 AI 应用原型,并使用 Dify 的所有能力。如果你基于它们开发了自己的应用或新的模版,欢迎你与我们分享。