mirror of
https://github.com/WuKongIM/WuKongIMDocs
synced 2025-05-30 04:47:43 +00:00
build: specify platform for Docker builds
docs: add plugin usage documentation link
This commit is contained in:
parent
02e2856bd2
commit
f83cfa9656
4
Makefile
4
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
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user