ChatBox
背景
功能
interface SingleScript {
title: string;
type: string;
option?: ChatOption[];
next?: string;
}Demo
Last updated
interface SingleScript {
title: string;
type: string;
option?: ChatOption[];
next?: string;
}Last updated