chore: bump dependencies, added script to download live2d sdk

This commit is contained in:
Neko Ayaka
2024-12-02 13:55:49 +08:00
parent 72f41d8bde
commit 330c6c0008
20 changed files with 4631 additions and 5063 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
import { ref } from 'vue'
import type { Ref } from 'vue'
import { ref } from 'vue'
export interface HandlerContext<T> {
data: T