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", "name": "koishi-plugin-adapter-wechaty",
"description": "Koishi 微信适配器。", "description": "Koishi 微信适配器。",
"version": "1.0.3", "version": "1.0.1",
"main": "dist/src/index.js", "main": "dist/src/index.js",
"types": "dist/src/index.d.ts", "types": "dist/src/index.d.ts",
"scripts": { "scripts": {
......
...@@ -27,7 +27,7 @@ export class WechatyBotConfig { ...@@ -27,7 +27,7 @@ export class WechatyBotConfig {
name: string; name: string;
@SchemaProperty({ @SchemaProperty({
default: 'wechaty-wechat-puppet', default: 'wechaty-puppet-wechat',
description: 'Wechaty 使用的 Puppet。', description: 'Wechaty 使用的 Puppet。',
hidden: true, 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