Commit d2bd5ab7 authored by nanahira's avatar nanahira

rename

parent 8f87c056
Pipeline #23008 passed with stages
in 1 minute and 43 seconds
......@@ -41,7 +41,7 @@ upload_to_minio:
tags:
- linux
script:
- aws s3 --endpoint=https://minio.mycard.moe:9000 sync --delete dist/full/ s3://nanahira/koishi-plugin/autoreply
- aws s3 --endpoint=https://minio.mycard.moe:9000 sync --delete dist/full/ s3://nanahira/koishi-plugin/autoresponse
only:
- master
......
# koishi-plugin-autoreply
# koishi-plugin-autoresponse
一个 Koishi 插件。
......@@ -7,12 +7,12 @@
### npm
```bash
npm install koishi-plugin-autoreply
npm install koishi-plugin-autoresponse
```
### 直接安装
在 https://cdn02.moecube.com:444/nanahira/koishi-plugin/autoreply/index.js 下载即可。
在 https://cdn02.moecube.com:444/nanahira/koishi-plugin/autoresponse/index.js 下载即可。
## 配置
......
{
"name": "koishi-plugin-autoreply",
"name": "koishi-plugin-autoresponse",
"version": "1.0.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "koishi-plugin-autoreply",
"name": "koishi-plugin-autoresponse",
"version": "1.0.0",
"license": "MIT",
"dependencies": {
......
{
"name": "koishi-plugin-autoreply",
"name": "koishi-plugin-autoresponse",
"description": "自动回复插件。",
"version": "1.0.0",
"main": "dist/index.js",
......@@ -12,7 +12,7 @@
},
"repository": {
"type": "git",
"url": "https://code.mycard.moe/3rdeye/koishi-plugin-autoreply.git"
"url": "https://code.mycard.moe/3rdeye/koishi-plugin-autoresponse.git"
},
"author": "Nanahira <nanahira@momobako.com>",
"license": "MIT",
......@@ -23,9 +23,9 @@
"onebot"
],
"bugs": {
"url": "https://code.mycard.moe/3rdeye/koishi-plugin-autoreply/issues"
"url": "https://code.mycard.moe/3rdeye/koishi-plugin-autoresponse/issues"
},
"homepage": "https://code.mycard.moe/3rdeye/koishi-plugin-autoreply",
"homepage": "https://code.mycard.moe/3rdeye/koishi-plugin-autoresponse",
"jest": {
"moduleFileExtensions": [
"js",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment