修复快照完整性:raw/llm_wiki 由 gitlink 转为普通目录(.git 备份为 .git.bak),新增 .gitignore 排除 __pycache__/pyc 与子仓库元数据
This commit is contained in:
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"$schema": "../gen/schemas/desktop-schema.json",
|
||||
"identifier": "default",
|
||||
"description": "Capability for the main window",
|
||||
"windows": ["main"],
|
||||
"permissions": [
|
||||
"core:default",
|
||||
"core:window:allow-set-background-color",
|
||||
"core:window:allow-set-theme",
|
||||
"autostart:default",
|
||||
"opener:default",
|
||||
"dialog:default",
|
||||
"store:default",
|
||||
{
|
||||
"identifier": "http:default",
|
||||
"allow": [
|
||||
{ "url": "http://*" },
|
||||
{ "url": "http://*/*" },
|
||||
{ "url": "http://*:*" },
|
||||
{ "url": "http://*:*/*" },
|
||||
{ "url": "http://**" },
|
||||
{ "url": "https://*" },
|
||||
{ "url": "https://*/*" },
|
||||
{ "url": "https://*:*" },
|
||||
{ "url": "https://*:*/*" },
|
||||
{ "url": "https://**" }
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user