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
6a5b5308
Commit
6a5b5308
authored
Oct 05, 2021
by
nanahira
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
readme
parent
a43a82ff
Pipeline
#6081
passed with stages
in 37 seconds
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
README.md
README.md
+5
-5
package.json
package.json
+1
-1
No files found.
README.md
View file @
6a5b5308
...
@@ -22,7 +22,7 @@ npm install koishi-plugin-act
...
@@ -22,7 +22,7 @@ npm install koishi-plugin-act
module
.
exports
=
{
module
.
exports
=
{
plugins
:
{
plugins
:
{
"
/path/to/act/index.js
"
:
{
"
/path/to/act/index.js
"
:
{
adminContext
:
(
ctx
)
=>
ctx
.
private
()
,
adminContext
:
{
$private
:
true
}
,
autoChangeName
:
true
,
autoChangeName
:
true
,
dropHelp
:
false
,
dropHelp
:
false
,
playbookPathPrefix
:
'
./playbooks
'
playbookPathPrefix
:
'
./playbooks
'
...
@@ -35,7 +35,7 @@ module.exports = {
...
@@ -35,7 +35,7 @@ module.exports = {
```
ts
```
ts
export
interface
Config
{
export
interface
Config
{
adminContext
:
(
ctx
:
Context
)
=>
Context
;
adminContext
:
Selection
;
autoChangeName
:
boolean
;
autoChangeName
:
boolean
;
dropHelp
:
boolean
;
dropHelp
:
boolean
;
playbookPathPrefix
:
string
;
playbookPathPrefix
:
string
;
...
...
package.json
View file @
6a5b5308
{
{
"name"
:
"koishi-plugin-act"
,
"name"
:
"koishi-plugin-act"
,
"version"
:
"2.0.
0
"
,
"version"
:
"2.0.
1
"
,
"description"
:
"A plugin playing acts in QQ groups"
,
"description"
:
"A plugin playing acts in QQ groups"
,
"main"
:
"dist/index.js"
,
"main"
:
"dist/index.js"
,
"typings"
:
"dist/index.d.ts"
,
"typings"
:
"dist/index.d.ts"
,
...
...
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