Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
K
koishi-plugin-act
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
3rdeye
koishi-plugin-act
Commits
c9954a9b
Commit
c9954a9b
authored
Nov 11, 2021
by
nanahira
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
adapt
parent
0963ada6
Changes
3
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
138 additions
and
209 deletions
+138
-209
package-lock.json
package-lock.json
+133
-204
package.json
package.json
+4
-4
src/plugin.ts
src/plugin.ts
+1
-1
No files found.
package-lock.json
View file @
c9954a9b
This diff is collapsed.
Click to expand it.
package.json
View file @
c9954a9b
...
@@ -8,11 +8,11 @@
...
@@ -8,11 +8,11 @@
"
source-map-support
"
:
"
^0.5.19
"
"
source-map-support
"
:
"
^0.5.19
"
},
},
"peerDependencies"
:
{
"peerDependencies"
:
{
"
@koishijs/plugin-adapter-onebot
"
:
"
^4.0.0-
alpha.9
"
,
"
@koishijs/plugin-adapter-onebot
"
:
"
^4.0.0-
beta.0
"
,
"
koishi
"
:
"
^4.0.0-
alpha.1
0
"
"
koishi
"
:
"
^4.0.0-
beta.
0
"
},
},
"devDependencies"
:
{
"devDependencies"
:
{
"
@koishijs/plugin-adapter-onebot
"
:
"
^4.0.0-
alpha.9
"
,
"
@koishijs/plugin-adapter-onebot
"
:
"
^4.0.0-
beta.0
"
,
"
@types/lodash
"
:
"
^4.14.172
"
,
"
@types/lodash
"
:
"
^4.14.172
"
,
"
@types/mustache
"
:
"
^4.1.2
"
,
"
@types/mustache
"
:
"
^4.1.2
"
,
"
@types/node
"
:
"
^16.4.11
"
,
"
@types/node
"
:
"
^16.4.11
"
,
...
@@ -23,7 +23,7 @@
...
@@ -23,7 +23,7 @@
"
eslint
"
:
"
^7.32.0
"
,
"
eslint
"
:
"
^7.32.0
"
,
"
eslint-config-prettier
"
:
"
^8.3.0
"
,
"
eslint-config-prettier
"
:
"
^8.3.0
"
,
"
eslint-plugin-prettier
"
:
"
^3.4.0
"
,
"
eslint-plugin-prettier
"
:
"
^3.4.0
"
,
"
koishi
"
:
"
^4.0.0-
alpha.1
0
"
,
"
koishi
"
:
"
^4.0.0-
beta.
0
"
,
"
load-json-file
"
:
"
^6.2.0
"
,
"
load-json-file
"
:
"
^6.2.0
"
,
"
lodash
"
:
"
^4.17.21
"
,
"
lodash
"
:
"
^4.17.21
"
,
"
moment
"
:
"
^2.29.1
"
,
"
moment
"
:
"
^2.29.1
"
,
...
...
src/plugin.ts
View file @
c9954a9b
...
@@ -5,7 +5,7 @@ import { Playbook } from './playbook/Playbook';
...
@@ -5,7 +5,7 @@ import { Playbook } from './playbook/Playbook';
import
{
plainToClass
}
from
'
class-transformer
'
;
import
{
plainToClass
}
from
'
class-transformer
'
;
import
loadJsonFile
from
'
load-json-file
'
;
import
loadJsonFile
from
'
load-json-file
'
;
import
{
MaybeArray
}
from
'
koishi
'
;
import
{
MaybeArray
}
from
'
koishi
'
;
import
type
{
OneBotBot
}
from
'
@koishijs/plugin-adapter-onebot
/lib/bot
'
;
import
type
{
OneBotBot
}
from
'
@koishijs/plugin-adapter-onebot
'
;
const
selectors
=
[
const
selectors
=
[
'
user
'
,
'
user
'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment