Skip to content

Commit

Permalink
Merge branch 'master' into images-feat
Browse files Browse the repository at this point in the history
  • Loading branch information
XxLittleCxX committed Aug 8, 2023
2 parents 5dbd9b6 + 9aada8a commit 0bd21a3
Show file tree
Hide file tree
Showing 191 changed files with 30,741 additions and 860 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node-version: [14, 16, 18]
node-version: [16, 18, 20]

steps:
- name: Check out
Expand Down
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,11 @@
- [x] Telegram
- [x] OneBot (v11)
- [x] QQ Guild
- [x] KOOK (Kaiheila)
- [x] Lark (Feishu)
- [x] KOOK (开黑啦)
- [x] Lark (飞书)
- [x] Line
- [ ] Whatsapp
- [ ] Slack
- [ ] Dingding
- [ ] Wecom

Expand Down
2 changes: 2 additions & 0 deletions adapters/dingtalk/.npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
.DS_Store
tsconfig.tsbuildinfo
31 changes: 31 additions & 0 deletions adapters/dingtalk/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"name": "@satorijs/adapter-dingtalk",
"description": "Dingtalk Adapter for Satorijs",
"version": "1.0.1",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
"lib"
],
"author": "LittleC <[email protected]>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/satorijs/satori.git",
"directory": "adapters/dingtalk"
},
"bugs": {
"url": "https://github.com/satorijs/satori/issues"
},
"homepage": "https://koishi.chat/plugins/adapter/dingtalk.html",
"keywords": [
"bot",
"dingtalk",
"adapter",
"chatbot",
"satori"
],
"peerDependencies": {
"@satorijs/satori": "^2.6.1"
}
}
Loading

0 comments on commit 0bd21a3

Please sign in to comment.