feat: add hot-pluggable language shell UI system

This commit is contained in:
冰朔 2026-08-10 12:50:28 +08:00
commit 43578222c2
15 changed files with 592 additions and 5 deletions

View file

@ -0,0 +1,11 @@
{
"schema": "hololake.ui-plugin-registry/v1",
"plugins": [
{
"id": "guanghu.default-language-world",
"version": "1.0.0",
"path": "packages/guanghu.default-language-world/ui-package.json",
"state": "REFERENCE_LAST_KNOWN_GOOD"
}
]
}