mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2025-12-12 09:18:14 +08:00
♻️ 姑且能跑 dev,尚需调试功能
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -1 +1,36 @@
|
||||
{}
|
||||
{
|
||||
"Mys": {
|
||||
"identifier": "Mys",
|
||||
"description": "Capability for the mys client window",
|
||||
"remote": { "urls": ["https://*.mihoyo.com/*", "https://*.miyoushe.com/*"] },
|
||||
"local": true,
|
||||
"windows": ["mhy_client"],
|
||||
"permissions": [],
|
||||
"platforms": ["windows", "macOS"]
|
||||
},
|
||||
"TeyvatGuide": {
|
||||
"identifier": "TeyvatGuide",
|
||||
"description": "Capability for the main window",
|
||||
"local": true,
|
||||
"windows": ["TeyvatGuide"],
|
||||
"permissions": [
|
||||
"path:allow-resolve-directory",
|
||||
"path:default",
|
||||
"event:allow-listen",
|
||||
"event:default",
|
||||
"app:allow-version",
|
||||
"app:default",
|
||||
"window:allow-set-title",
|
||||
"sql:allow-load",
|
||||
"sql:default",
|
||||
"sql:allow-execute",
|
||||
"log:allow-log",
|
||||
"log:default",
|
||||
"http:allow-fetch",
|
||||
{
|
||||
"identifier": "http:default",
|
||||
"allow": [{ "url": "https://*.miyoushe.com/*" }, { "url": "https://*.mihoyo.com/*" }]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user