Skip to content

Commit

Permalink
📝 docs: update document
Browse files Browse the repository at this point in the history
  • Loading branch information
arvinxx committed Sep 9, 2023
1 parent b4a27b6 commit 998306a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
<img height="120" src="https://gw.alipayobjects.com/zos/kitchen/qJ3l3EPsdW/split.svg">
<img height="120" src="https://registry.npmmirror.com/@lobehub/assets-emoji/1.3.0/files/assets/package.webp">

<h1> LobeChat Plugin Template</h1>
<h1>Template<br/><sup>LobeChat Plugin</sup></h1>

This is the plugin template for LobeChat plugin development
This is the plugin template for LobeChat plugin development, see detail on [template usage](https://chat-plugin-sdk.lobehub.com/guides/template)

[Changelog](./CHANGELOG.md) · [Report Bug][issues-url] · [Request Feature][issues-url]

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@lobehub/chat-plugin-template",
"name": "plugin-identifier",
"version": "1.0.0",
"private": true,
"description": "This is the plugin template for LobeChat plugin development",
Expand Down
2 changes: 1 addition & 1 deletion public/manifest-dev.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
}
],
"gateway": "http://localhost:3400/api/gateway",
"identifier": "chat-plugin-template",
"identifier": "plugin-identifier",
"ui": {
"url": "http://localhost:3400",
"height": 200
Expand Down

0 comments on commit 998306a

Please sign in to comment.