From cfdcc7d8909e5d15b4bb07edb71269582b8454fa Mon Sep 17 00:00:00 2001 From: CanisMinor Date: Tue, 5 Sep 2023 06:15:28 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20chore:=20Fresh=20build?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 1 + README-zh_CN.md | 110 +++++++++---------------------- README.md | 110 +++++++++---------------------- docs/Plugin-Development.en-US.md | 8 ++- docs/Plugin-Development.zh-CN.md | 8 ++- 5 files changed, 75 insertions(+), 162 deletions(-) diff --git a/.gitignore b/.gitignore index 4577ee4f28..5ab61474bf 100644 --- a/.gitignore +++ b/.gitignore @@ -54,3 +54,4 @@ test-output next-env.d.ts .next .env +public/*.js diff --git a/README-zh_CN.md b/README-zh_CN.md index 9ae7c70e14..185e95efc9 100644 --- a/README-zh_CN.md +++ b/README-zh_CN.md @@ -215,92 +215,46 @@ This project is [MIT](./LICENSE) licensed. -[official-shield]: https://img.shields.io/website?down_message=offline&label=🤯%20Try%20LobeChat&up_message=online&url=https%3A%2F%2Flobe-chat.vercel.app&style=for-the-badge -[official-url]: https://lobe-chat.vercel.app +[back-to-top]: https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square +[chat-plugin-realtime-weather]: https://github.com/lobehub/chat-plugin-realtime-weather +[chat-plugin-sdk]: https://github.com/lobehub/chat-plugin-sdk +[chat-plugin-search-engine]: https://github.com/lobehub/chat-plugin-search-engine +[chat-plugin-web-crawler]: https://github.com/lobehub/chat-plugin-web-crawler +[chat-plugins-gateway]: https://github.com/lobehub/chat-plugins-gateway +[ci-release-shield]: https://github.com/lobehub/lobe-chat/workflows/Release%20CI/badge.svg +[ci-release-url]: https://github.com/lobehub/lobe-chat/actions?query=workflow%3ARelease%20CI +[ci-test-shield]: https://github.com/lobehub/lobe-chat/workflows/Test%20CI/badge.svg +[ci-test-url]: https://github.com/lobehub/lobe-chat/actions/workflows/test.yml +[contributors-shield]: https://img.shields.io/github/contributors/lobehub/lobe-chat.svg?style=flat +[contributors-url]: https://github.com/lobehub/lobe-chat/graphs/contributors +[deploy-button-image]: https://vercel.com/button +[deploy-url]: https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Flobehub%2Flobe-chat&env=OPENAI_API_KEY&envDescription=Find%20your%20OpenAI%20API%20Key%20by%20click%20the%20right%20Learn%20More%20button.%20%20&envLink=https%3A%2F%2Fplatform.openai.com%2Faccount%2Fapi-keys&project-name=lobe-chat&repository-name=lobe-chat [discord-shield]: https://dcbadge.vercel.app/api/server/AYFPHvv2jT?style=for-the-badge [discord-url]: https://discord.gg/AYFPHvv2jT [fc-url]: https://sspai.com/post/81986 -[profile-url]: https://github.com/lobehub -[issues-url]: https://github.com/lobehub/lobe-chat/issues/new/choose -[project-url]: https://github.com/lobehub/lobe-chat/projects -[gitpod-url]: https://gitpod.io/#https://github.com/lobehub/lobe-chat - - - -[back-to-top]: https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square - - - -[release-shield]: https://img.shields.io/npm/v/@lobehub/chat?label=%F0%9F%A4%AF%20Chat -[release-url]: https://www.npmjs.com/package/@lobehub/chat - - - -[release-date-shield]: https://img.shields.io/github/release-date/lobehub/lobe-chat?style=flat -[release-date-url]: https://github.com/lobehub/lobe-chat/releases - - - -[ci-test-shield]: https://github.com/lobehub/lobe-chat/workflows/Test%20CI/badge.svg -[ci-test-url]: https://github.com/lobehub/lobe-chat/actions/workflows/test.yml - - - -[ci-release-shield]: https://github.com/lobehub/lobe-chat/workflows/Release%20CI/badge.svg -[ci-release-url]: https://github.com/lobehub/lobe-chat/actions?query=workflow%3ARelease%20CI - - - -[contributors-shield]: https://img.shields.io/github/contributors/lobehub/lobe-chat.svg?style=flat -[contributors-url]: https://github.com/lobehub/lobe-chat/graphs/contributors - - - [forks-shield]: https://img.shields.io/github/forks/lobehub/lobe-chat.svg?style=flat [forks-url]: https://github.com/lobehub/lobe-chat/network/members - - - -[stargazers-shield]: https://img.shields.io/github/stars/lobehub/lobe-chat.svg?style=flat -[stargazers-url]: https://github.com/lobehub/lobe-chat/stargazers - - - +[gitpod-url]: https://gitpod.io/#https://github.com/lobehub/lobe-chat [issues-shield]: https://img.shields.io/github/issues/lobehub/lobe-chat.svg?style=flat [issues-url]: https://img.shields.io/github/issues/lobehub/lobe-chat.svg?style=flat - - - -[deploy-button-image]: https://vercel.com/button -[deploy-url]: https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Flobehub%2Flobe-chat&env=OPENAI_API_KEY&envDescription=Find%20your%20OpenAI%20API%20Key%20by%20click%20the%20right%20Learn%20More%20button.%20%20&envLink=https%3A%2F%2Fplatform.openai.com%2Faccount%2Fapi-keys&project-name=lobe-chat&repository-name=lobe-chat - - - [lobe-assets-github]: https://github.com/lobehub/lobe-assets - - - -[lobe-ui-shield]: https://img.shields.io/npm/v/@lobehub/ui?label=%F0%9F%A4%AF%20NPM -[lobe-ui-url]: https://www.npmjs.com/package/@lobehub/ui -[lobe-ui-github]: https://github.com/lobehub/lobe-ui - - - -[lobe-lint-shield]: https://img.shields.io/npm/v/@lobehub/lint?label=%F0%9F%A4%AF%20NPM -[lobe-lint-url]: https://www.npmjs.com/package/@lobehub/lint -[lobe-lint-github]: https://github.com/lobehub/lobe-lint - - - [lobe-chat-plugins]: https://github.com/lobehub/lobe-chat-plugins -[chat-plugin-sdk]: https://github.com/lobehub/chat-plugin-sdk -[chat-plugins-gateway]: https://github.com/lobehub/chat-plugins-gateway -[chat-plugin-search-engine]: https://github.com/lobehub/chat-plugin-search-engine -[chat-plugin-realtime-weather]: https://github.com/lobehub/chat-plugin-realtime-weather -[chat-plugin-web-crawler]: https://github.com/lobehub/chat-plugin-web-crawler - - - -[lobe-theme]: https://github.com/lobehub/sd-webui-lobe-theme [lobe-commit]: https://github.com/lobehub/lobe-commit/tree/master/packages/lobe-commit [lobe-i18n]: https://github.com/lobehub/lobe-commit/tree/master/packages/lobe-i18n +[lobe-lint-github]: https://github.com/lobehub/lobe-lint +[lobe-lint-shield]: https://img.shields.io/npm/v/@lobehub/lint?label=%F0%9F%A4%AF%20NPM +[lobe-lint-url]: https://www.npmjs.com/package/@lobehub/lint +[lobe-theme]: https://github.com/lobehub/sd-webui-lobe-theme +[lobe-ui-github]: https://github.com/lobehub/lobe-ui +[lobe-ui-shield]: https://img.shields.io/npm/v/@lobehub/ui?label=%F0%9F%A4%AF%20NPM +[lobe-ui-url]: https://www.npmjs.com/package/@lobehub/ui +[official-shield]: https://img.shields.io/website?down_message=offline&label=🤯%20Try%20LobeChat&up_message=online&url=https%3A%2F%2Flobe-chat.vercel.app&style=for-the-badge +[official-url]: https://lobe-chat.vercel.app +[profile-url]: https://github.com/lobehub +[project-url]: https://github.com/lobehub/lobe-chat/projects +[release-date-shield]: https://img.shields.io/github/release-date/lobehub/lobe-chat?style=flat +[release-date-url]: https://github.com/lobehub/lobe-chat/releases +[release-shield]: https://img.shields.io/npm/v/@lobehub/chat?label=%F0%9F%A4%AF%20Chat +[release-url]: https://www.npmjs.com/package/@lobehub/chat +[stargazers-shield]: https://img.shields.io/github/stars/lobehub/lobe-chat.svg?style=flat +[stargazers-url]: https://github.com/lobehub/lobe-chat/stargazers diff --git a/README.md b/README.md index f0d79aa4f8..8132ee3643 100644 --- a/README.md +++ b/README.md @@ -215,92 +215,46 @@ This project is [MIT](./LICENSE) licensed. -[official-shield]: https://img.shields.io/website?down_message=offline&label=🤯%20Try%20LobeChat&up_message=online&url=https%3A%2F%2Flobe-chat.vercel.app&style=for-the-badge -[official-url]: https://lobe-chat.vercel.app +[back-to-top]: https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square +[chat-plugin-realtime-weather]: https://github.com/lobehub/chat-plugin-realtime-weather +[chat-plugin-sdk]: https://github.com/lobehub/chat-plugin-sdk +[chat-plugin-search-engine]: https://github.com/lobehub/chat-plugin-search-engine +[chat-plugin-web-crawler]: https://github.com/lobehub/chat-plugin-web-crawler +[chat-plugins-gateway]: https://github.com/lobehub/chat-plugins-gateway +[ci-release-shield]: https://github.com/lobehub/lobe-chat/workflows/Release%20CI/badge.svg +[ci-release-url]: https://github.com/lobehub/lobe-chat/actions?query=workflow%3ARelease%20CI +[ci-test-shield]: https://github.com/lobehub/lobe-chat/workflows/Test%20CI/badge.svg +[ci-test-url]: https://github.com/lobehub/lobe-chat/actions/workflows/test.yml +[contributors-shield]: https://img.shields.io/github/contributors/lobehub/lobe-chat.svg?style=flat +[contributors-url]: https://github.com/lobehub/lobe-chat/graphs/contributors +[deploy-button-image]: https://vercel.com/button +[deploy-url]: https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Flobehub%2Flobe-chat&env=OPENAI_API_KEY&envDescription=Find%20your%20OpenAI%20API%20Key%20by%20click%20the%20right%20Learn%20More%20button.%20%20&envLink=https%3A%2F%2Fplatform.openai.com%2Faccount%2Fapi-keys&project-name=lobe-chat&repository-name=lobe-chat [discord-shield]: https://dcbadge.vercel.app/api/server/AYFPHvv2jT?style=for-the-badge [discord-url]: https://discord.gg/AYFPHvv2jT [fc-url]: https://sspai.com/post/81986 -[profile-url]: https://github.com/lobehub -[issues-url]: https://github.com/lobehub/lobe-chat/issues/new/choose -[project-url]: https://github.com/lobehub/lobe-chat/projects -[gitpod-url]: https://gitpod.io/#https://github.com/lobehub/lobe-chat - - - -[back-to-top]: https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square - - - -[release-shield]: https://img.shields.io/npm/v/@lobehub/chat?label=%F0%9F%A4%AF%20Chat -[release-url]: https://www.npmjs.com/package/@lobehub/chat - - - -[release-date-shield]: https://img.shields.io/github/release-date/lobehub/lobe-chat?style=flat -[release-date-url]: https://github.com/lobehub/lobe-chat/releases - - - -[ci-test-shield]: https://github.com/lobehub/lobe-chat/workflows/Test%20CI/badge.svg -[ci-test-url]: https://github.com/lobehub/lobe-chat/actions/workflows/test.yml - - - -[ci-release-shield]: https://github.com/lobehub/lobe-chat/workflows/Release%20CI/badge.svg -[ci-release-url]: https://github.com/lobehub/lobe-chat/actions?query=workflow%3ARelease%20CI - - - -[contributors-shield]: https://img.shields.io/github/contributors/lobehub/lobe-chat.svg?style=flat -[contributors-url]: https://github.com/lobehub/lobe-chat/graphs/contributors - - - [forks-shield]: https://img.shields.io/github/forks/lobehub/lobe-chat.svg?style=flat [forks-url]: https://github.com/lobehub/lobe-chat/network/members - - - -[stargazers-shield]: https://img.shields.io/github/stars/lobehub/lobe-chat.svg?style=flat -[stargazers-url]: https://github.com/lobehub/lobe-chat/stargazers - - - +[gitpod-url]: https://gitpod.io/#https://github.com/lobehub/lobe-chat [issues-shield]: https://img.shields.io/github/issues/lobehub/lobe-chat.svg?style=flat [issues-url]: https://img.shields.io/github/issues/lobehub/lobe-chat.svg?style=flat - - - -[deploy-button-image]: https://vercel.com/button -[deploy-url]: https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Flobehub%2Flobe-chat&env=OPENAI_API_KEY&envDescription=Find%20your%20OpenAI%20API%20Key%20by%20click%20the%20right%20Learn%20More%20button.%20%20&envLink=https%3A%2F%2Fplatform.openai.com%2Faccount%2Fapi-keys&project-name=lobe-chat&repository-name=lobe-chat - - - [lobe-assets-github]: https://github.com/lobehub/lobe-assets - - - -[lobe-ui-shield]: https://img.shields.io/npm/v/@lobehub/ui?label=%F0%9F%A4%AF%20NPM -[lobe-ui-url]: https://www.npmjs.com/package/@lobehub/ui -[lobe-ui-github]: https://github.com/lobehub/lobe-ui - - - -[lobe-lint-shield]: https://img.shields.io/npm/v/@lobehub/lint?label=%F0%9F%A4%AF%20NPM -[lobe-lint-url]: https://www.npmjs.com/package/@lobehub/lint -[lobe-lint-github]: https://github.com/lobehub/lobe-lint - - - [lobe-chat-plugins]: https://github.com/lobehub/lobe-chat-plugins -[chat-plugin-sdk]: https://github.com/lobehub/chat-plugin-sdk -[chat-plugins-gateway]: https://github.com/lobehub/chat-plugins-gateway -[chat-plugin-search-engine]: https://github.com/lobehub/chat-plugin-search-engine -[chat-plugin-realtime-weather]: https://github.com/lobehub/chat-plugin-realtime-weather -[chat-plugin-web-crawler]: https://github.com/lobehub/chat-plugin-web-crawler - - - -[lobe-theme]: https://github.com/lobehub/sd-webui-lobe-theme [lobe-commit]: https://github.com/lobehub/lobe-commit/tree/master/packages/lobe-commit [lobe-i18n]: https://github.com/lobehub/lobe-commit/tree/master/packages/lobe-i18n +[lobe-lint-github]: https://github.com/lobehub/lobe-lint +[lobe-lint-shield]: https://img.shields.io/npm/v/@lobehub/lint?label=%F0%9F%A4%AF%20NPM +[lobe-lint-url]: https://www.npmjs.com/package/@lobehub/lint +[lobe-theme]: https://github.com/lobehub/sd-webui-lobe-theme +[lobe-ui-github]: https://github.com/lobehub/lobe-ui +[lobe-ui-shield]: https://img.shields.io/npm/v/@lobehub/ui?label=%F0%9F%A4%AF%20NPM +[lobe-ui-url]: https://www.npmjs.com/package/@lobehub/ui +[official-shield]: https://img.shields.io/website?down_message=offline&label=🤯%20Try%20LobeChat&up_message=online&url=https%3A%2F%2Flobe-chat.vercel.app&style=for-the-badge +[official-url]: https://lobe-chat.vercel.app +[profile-url]: https://github.com/lobehub +[project-url]: https://github.com/lobehub/lobe-chat/projects +[release-date-shield]: https://img.shields.io/github/release-date/lobehub/lobe-chat?style=flat +[release-date-url]: https://github.com/lobehub/lobe-chat/releases +[release-shield]: https://img.shields.io/npm/v/@lobehub/chat?label=%F0%9F%A4%AF%20Chat +[release-url]: https://www.npmjs.com/package/@lobehub/chat +[stargazers-shield]: https://img.shields.io/github/stars/lobehub/lobe-chat.svg?style=flat +[stargazers-url]: https://github.com/lobehub/lobe-chat/stargazers diff --git a/docs/Plugin-Development.en-US.md b/docs/Plugin-Development.en-US.md index 910146f310..4348621fdf 100644 --- a/docs/Plugin-Development.en-US.md +++ b/docs/Plugin-Development.en-US.md @@ -254,7 +254,9 @@ After completing the plugin development, you can deploy the plugin using your pr If you want more people to use your plugin, you are welcome to submit it for review in the plugin marketplace. -[manifest-docs-url]: https://github.com/lobehub/chat-plugin-sdk/tree/master/docs/manifest.zh-CN.md -[lobe-chat-plugin-template-url]: https://github.com/lobehub/chat-plugin-template -[plugin-error-type-url]: https://github.com/lobehub/chat-plugin-template + + [fetch-plugin-message-url]: https://github.com/lobehub/chat-plugin-template +[lobe-chat-plugin-template-url]: https://github.com/lobehub/chat-plugin-template +[manifest-docs-url]: https://github.com/lobehub/chat-plugin-sdk/tree/master/docs/manifest.zh-CN.md +[plugin-error-type-url]: https://github.com/lobehub/chat-plugin-template diff --git a/docs/Plugin-Development.zh-CN.md b/docs/Plugin-Development.zh-CN.md index e0ee8922f2..b380d16461 100644 --- a/docs/Plugin-Development.zh-CN.md +++ b/docs/Plugin-Development.zh-CN.md @@ -253,7 +253,9 @@ export default Render; 如果你希望插件被更多人使用,欢迎将你的插件 [提交上架](https://github.com/lobehub/lobe-chat-plugins) 到插件市场。 -[manifest-docs-url]: https://github.com/lobehub/chat-plugin-sdk/tree/master/docs/manifest.zh-CN.md -[lobe-chat-plugin-template-url]: https://github.com/lobehub/chat-plugin-template -[plugin-error-type-url]: https://github.com/lobehub/chat-plugin-template + + [fetch-plugin-message-url]: https://github.com/lobehub/chat-plugin-template +[lobe-chat-plugin-template-url]: https://github.com/lobehub/chat-plugin-template +[manifest-docs-url]: https://github.com/lobehub/chat-plugin-sdk/tree/master/docs/manifest.zh-CN.md +[plugin-error-type-url]: https://github.com/lobehub/chat-plugin-template