Skip to content
This repository has been archived by the owner on Feb 3, 2023. It is now read-only.

Latest commit

 

History

History
50 lines (27 loc) · 735 Bytes

TopicConfig.md

File metadata and controls

50 lines (27 loc) · 735 Bytes

mewbot / TopicConfig

Interface: TopicConfig

话题/节点配置

Table of contents

Properties

Properties

id

id: string

话题/节点id


name

name: string

话题/节点名称


isStatic

Optional isStatic: boolean

是否为静态配置,静态配置不可在运行中被移除


repliers

repliers: Object

回复器配置,key对应type,为all时表示启用所有回复器

Index signature

▪ [type: string]: ReplierConfig