diff --git a/client/web/src/plugin/builtin.ts b/client/web/src/plugin/builtin.ts index b54575ff..61157802 100644 --- a/client/web/src/plugin/builtin.ts +++ b/client/web/src/plugin/builtin.ts @@ -75,6 +75,8 @@ export const builtinPlugins: PluginManifest[] = _compact([ 'label.zh-CN': 'IAM 插件', name: 'com.msgbyte.iam', url: '{BACKEND}/plugins/com.msgbyte.iam/index.js', + documentUrl: + 'https://tailchat.msgbyte.com/docs/advanced-usage/plugins/com.msgbyte.iam', version: '0.0.0', author: 'moonrailgun', description: diff --git a/server/plugins/com.msgbyte.iam/web/plugins/com.msgbyte.iam/manifest.json b/server/plugins/com.msgbyte.iam/web/plugins/com.msgbyte.iam/manifest.json index 02b7f6bb..d21a3ca2 100644 --- a/server/plugins/com.msgbyte.iam/web/plugins/com.msgbyte.iam/manifest.json +++ b/server/plugins/com.msgbyte.iam/web/plugins/com.msgbyte.iam/manifest.json @@ -3,6 +3,7 @@ "label.zh-CN": "IAM 插件", "name": "com.msgbyte.iam", "url": "{BACKEND}/plugins/com.msgbyte.iam/index.js", + "documentUrl": "https://tailchat.msgbyte.com/docs/advanced-usage/plugins/com.msgbyte.iam", "version": "0.0.0", "author": "moonrailgun", "description": "Provide Tailchat with the function of conveniently accessing external account systems",