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: ...@@ -41,7 +41,7 @@ upload_to_minio:
tags: tags:
- linux - linux
script: 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: only:
- master - master
......
# koishi-plugin-autoreply # koishi-plugin-autoresponse
一个 Koishi 插件。 一个 Koishi 插件。
...@@ -7,12 +7,12 @@ ...@@ -7,12 +7,12 @@
### npm ### npm
```bash ```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", "version": "1.0.0",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "koishi-plugin-autoreply", "name": "koishi-plugin-autoresponse",
"version": "1.0.0", "version": "1.0.0",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
......
{ {
"name": "koishi-plugin-autoreply", "name": "koishi-plugin-autoresponse",
"description": "自动回复插件。", "description": "自动回复插件。",
"version": "1.0.0", "version": "1.0.0",
"main": "dist/index.js", "main": "dist/index.js",
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
}, },
"repository": { "repository": {
"type": "git", "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>", "author": "Nanahira <nanahira@momobako.com>",
"license": "MIT", "license": "MIT",
...@@ -23,9 +23,9 @@ ...@@ -23,9 +23,9 @@
"onebot" "onebot"
], ],
"bugs": { "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": { "jest": {
"moduleFileExtensions": [ "moduleFileExtensions": [
"js", "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