Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
K
koishi-plugin-adapter-wechaty
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
2
Issues
2
List
Boards
Labels
Service Desk
Milestones
Merge Requests
1
Merge Requests
1
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-adapter-wechaty
Commits
6be507f2
Commit
6be507f2
authored
Dec 20, 2022
by
nanahira
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix puppet default config
parent
64899632
Pipeline
#18696
canceled with stages
in 53 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
package.json
package.json
+1
-1
src/index.ts
src/index.ts
+1
-1
No files found.
package.json
View file @
6be507f2
{
"name"
:
"koishi-plugin-adapter-wechaty"
,
"description"
:
"Koishi 微信适配器。"
,
"version"
:
"1.0.
3
"
,
"version"
:
"1.0.
1
"
,
"main"
:
"dist/src/index.js"
,
"types"
:
"dist/src/index.d.ts"
,
"scripts"
:
{
...
...
src/index.ts
View file @
6be507f2
...
...
@@ -27,7 +27,7 @@ export class WechatyBotConfig {
name
:
string
;
@
SchemaProperty
({
default
:
'
wechaty-
wechat-puppe
t
'
,
default
:
'
wechaty-
puppet-wecha
t
'
,
description
:
'
Wechaty 使用的 Puppet。
'
,
hidden
:
true
,
})
...
...
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