Commit 6be507f2 authored by nanahira's avatar nanahira

fix puppet default config

parent 64899632
Pipeline #18696 canceled with stages
in 53 seconds
{
"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": {
......
......@@ -27,7 +27,7 @@ export class WechatyBotConfig {
name: string;
@SchemaProperty({
default: 'wechaty-wechat-puppet',
default: 'wechaty-puppet-wechat',
description: 'Wechaty 使用的 Puppet。',
hidden: true,
})
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment