From f83cfa965645ad008cc00ba3803e21043a212b0f Mon Sep 17 00:00:00 2001 From: tt Date: Thu, 20 Mar 2025 15:29:00 +0800 Subject: [PATCH] build: specify platform for Docker builds docs: add plugin usage documentation link --- Makefile | 4 ++-- src/server/api/message.md | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 858de46..42205d5 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ build: - docker build -t wukongimdocs . + docker build -t wukongimdocs . --platform linux/amd64 deploy: - docker build -t wukongimdocs . + docker build -t wukongimdocs . --platform linux/amd64 docker tag wukongimdocs registry.cn-shanghai.aliyuncs.com/wukongim/wukongimdocs:latest docker push registry.cn-shanghai.aliyuncs.com/wukongim/wukongimdocs:latest \ No newline at end of file diff --git a/src/server/api/message.md b/src/server/api/message.md index 0854ba3..f1a2acd 100644 --- a/src/server/api/message.md +++ b/src/server/api/message.md @@ -212,6 +212,8 @@ http status为200 `v2.1.3-20250210或以上版本支持` `需要安装wk.plugin.search插件` +插件使用文档:[文档](https://githubim.com/server/plugin/use.html) + 搜索属于当前用户的所有消息,多维度,支持中文分词搜索 > POST /plugins/wk.plugin.search/usersearch