Skip to content

Commit

Permalink
chore: update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
BIYUEHU committed Aug 5, 2024
1 parent 089a8cc commit e0d1dbc
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,9 @@ jobs:
version: 8
- name: Clone submodules
run: |
git submodule init
git submodule update
cd ./packages
git clone https://github.com/biyuehu/fluoro
cd ../
- name: Install packages
run: pnpm install --no-frozen-lockfile
- name: Build packages
Expand Down
11 changes: 5 additions & 6 deletions TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
- [x] @kotori-bot/webui
- [x] @kotori-bot/kotori-plugin-webui
- [x] @kotori-bot/kotori-plugin-adapter-sandbox
- [ ] @kotori-bot/kotori-plugin-adapter-mail (adapter and plugin)
- [ ] @kotori-bot/kotori-plugin-adapter-telegram
- [ ] @kotori-bot/kotori-plugin-adapter-discord
- [X] @kotori-bot/kotori-plugin-adapter-mail (adapter and plugin)
- [x] @kotori-bot/kotori-plugin-adapter-telegram
- [x] @kotori-bot/kotori-plugin-adapter-discord
- [x] kotori-plugin-adapter-minecraft
- [x] kotori-plugin-requester
- [x] kotori-plugin-grouper
Expand All @@ -17,8 +17,7 @@

## Features

<!-- - [x] ctx.filter() -->

- [x] ctx.filter()
- [ ] Kotori cli gui and modules search,install,uninstall,update
- [x] message.schedule()
- [x] decorator plugin form
Expand All @@ -45,4 +44,4 @@
- [x] Kotori cli start
- [x] kotori-plugin-request: onGroupMsg and onPrivateMsg
- [ ] webui load tips twice
- [ ] symbols props inject and reality context
- [x] symbols props inject and reality context
6 changes: 3 additions & 3 deletions modules/adapter-email/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@kotori-bot/kotori-plugin-adapter-cmd",
"version": "1.1.1",
"description": "Adapter For Cmd",
"name": "@kotori-bot/adapter-email",
"version": "1.0.0",
"description": "Adapter For Email",
"main": "lib/index.js",
"keywords": ["kotori", "chatbot", "kotori-plugin"],
"license": "GPL-3.0",
Expand Down

0 comments on commit e0d1dbc

Please sign in to comment.