Skip to content

BSTluo/koishi-search-endpoint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation


logo

koishi-search-endpoint

搭建自己的Koishi插件市场源叭!

说明:

在启动后,会每隔1分钟将官方源下载到本地。

当访问本地的11451端口后,会将本地的官方源Json文件输出,从而达到分发官方源的作用

使用方法:

// 1. 从github上下载包
git clone https://github.com/BSTluo/koishi-search-endpoint.git
// 上面这条失败的话,选择执行下面这条
git clone https://ghproxy.com/https://github.com/BSTluo/koishi-search-endpoint.git
// 2. 进入文件夹
cd koishi-search-endpoint

// 3. 下载依赖包
npm i

// 4. 运行它!
node index.js

// 5. 在koishi中将market插件的search.endpoint修改为
http://127.0.0.1:11451

// 6. 碎了怎么办!把market插件的search.endpoint修改为
https://registry.koishi.chat/index.json

About

(说实话好像没啥用))

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published