feat(hololake): add typed persona interaction runtime

This commit is contained in:
冰朔 2026-09-04 04:26:33 +08:00
commit b35e0d6524
24 changed files with 1614 additions and 58 deletions

View file

@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "HoloLake",
"version": "1.2.2",
"version": "1.3.0",
"identifier": "world.guanghu.hololake",
"build": { "frontendDist": "../dist", "devUrl": "http://127.0.0.1:5211", "beforeDevCommand": "npm run dev", "beforeBuildCommand": "npm run build" },
"app": {