fix: keep native HoloLake entry responsive

This commit is contained in:
冰朔 2026-08-04 20:56:12 +08:00
commit 7a985a3761
9 changed files with 143 additions and 36 deletions

View file

@ -0,0 +1,12 @@
{
"$schema": "../node_modules/@tauri-apps/cli/config.schema.json",
"productName": "HoloLake Era · 本地方向候选 0.4.6",
"identifier": "com.guanghulab.hololake.local-candidate",
"app": {
"windows": [
{
"title": "HoloLake Era · 本地方向候选 0.4.6"
}
]
}
}