feat: add hot-pluggable language shell UI system
This commit is contained in:
parent
621b714449
commit
43578222c2
15 changed files with 592 additions and 5 deletions
11
product-source/hololake-platform/ui-plugins/registry.json
Normal file
11
product-source/hololake-platform/ui-plugins/registry.json
Normal 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"
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Reference in a new issue