refactor(testing-audio,stage-ui): added pinia-plugin-tracing, directly assert from history of pinia

This commit is contained in:
Neko Ayaka
2026-08-14 03:22:32 +08:00
parent d4fe2bef59
commit addfec1981
25 changed files with 564 additions and 81 deletions
+2
View File
@@ -20,8 +20,10 @@
"./beat-sync": "./src/beat-sync/index.ts",
"./global-shortcut": "./src/global-shortcut/index.ts",
"./godot-stage": "./src/godot-stage/index.ts",
"./perf/io-trace": "./src/perf/io-trace.ts",
"./server-channel-qr": "./src/server-channel-qr.ts",
"./types/io-trace": "./src/types/io-trace.ts",
"./types/pinia-action-event": "./src/types/pinia-action-event.ts",
"./electron-renderer": "./src/electron-renderer.d.ts",
"./composables": "./src/composables/index.ts",
"./webgpu": "./src/webgpu/index.ts"