mirror of
https://git.boykissers.com/pawkey/pawkey-sk.git
synced 2025-12-20 04:04:16 +00:00
enhance(client): flash作成時のプリセットを追加
This commit is contained in:
@@ -53,7 +53,7 @@ let aiscript: Interpreter;
|
||||
const code = ref('');
|
||||
const logs = ref<any[]>([]);
|
||||
const root = ref<AsUiRoot>();
|
||||
let components: Ref<AsUiComponent>[] = [];
|
||||
let components: Ref<AsUiComponent>[] = $ref([]);
|
||||
let uiKey = $ref(0);
|
||||
|
||||
const saved = miLocalStorage.getItem('scratchpad');
|
||||
|
||||
Reference in New Issue
Block a user