🐛 修复分享图米游铺icon渲染异常

This commit is contained in:
目棃
2024-08-26 18:29:23 +08:00
parent 2535e3e5ae
commit f0a64b6e91
3 changed files with 25 additions and 3 deletions

View File

@@ -107,7 +107,11 @@
{ "identifier": "fs:allow-write-text-file", "allow": [{ "path": "**" }] },
{
"identifier": "http:default",
"allow": [{ "url": "https://*.miyoushe.com/*" }, { "url": "https://*.mihoyo.com/*" }]
"allow": [
{ "url": "https://*.miyoushe.com/*" },
{ "url": "https://*.mihoyo.com/*" },
{ "url": "https://*.mihoyogift.com/*" }
]
}
],
"platforms": ["windows", "macOS"]