11 lines
257 B
JSON
11 lines
257 B
JSON
{
|
|
"$schema": "../gen/schemas/desktop-schema.json",
|
|
"identifier": "default",
|
|
"description": "默认能力: 允许 core API + hotswap 插件 (前端 OTA 升级)",
|
|
"windows": ["main"],
|
|
"permissions": [
|
|
"core:default",
|
|
"hotswap:default"
|
|
]
|
|
}
|