Docs: update how to get the App ID (#156)

* 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: 蓝道夫 <allen@landaofndiannao.lan>
pull/157/head
AllenWriter 2024-07-10 15:30:59 +08:00 committed by GitHub
parent 31eaf36bec
commit 18de852afb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 6 additions and 0 deletions

View File

@ -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.

View File

@ -33,6 +33,8 @@ export const isShowPrompt = true
export const promptTemplate = ''
````
> アプリIDはアプリのURLの中から取得できます。URLの長い文字列の部分がユニークなアプリIDです。
各WebAppテンプレートにはREADMEファイルが含まれており、デプロイ方法の説明が記載されています。通常、WebAppテンプレートには軽量バックエンドサービスが含まれており、これは開発者のAPIキーがユーザーに直接露出しないようにするためのものです。
これらのWebAppテンプレートは、AIアプリプロトタイプを迅速に構築し、Difyのすべての機能を使用するのに役立ちます。もしこれらを基に自分のアプリや新しいテンプレートを開発した場合、ぜひ私たちと共有してください。

View File

@ -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 的所有能力。如果你基于它们开发了自己的应用或新的模版,欢迎你与我们分享。