enhance(client): flash作成時のプリセットを追加
This commit is contained in:
parent
c9f5e60f43
commit
d600296360
6 changed files with 58 additions and 5 deletions
|
|
@ -50,7 +50,7 @@ const { widgetProps, configure } = useWidgetPropsManager(name,
|
|||
const parser = new Parser();
|
||||
|
||||
const root = ref<AsUiRoot>();
|
||||
const components: Ref<AsUiComponent>[] = [];
|
||||
const components: Ref<AsUiComponent>[] = $ref([]);
|
||||
|
||||
async function run() {
|
||||
const aiscript = new Interpreter({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue