feat: 完成,登录获取cookie有bug

This commit is contained in:
tsl
2026-02-27 09:07:50 +08:00
parent 4cf22c9205
commit 71bb171f48
19 changed files with 5210 additions and 1017 deletions
+32 -1
View File
@@ -5,6 +5,37 @@
"windows": ["main"],
"permissions": [
"core:default",
"opener:default"
"opener:default",
"notification:default",
{
"identifier": "http:default",
"allow": [
{ "url": "https://crm.yunvip123.com/**" },
{ "url": "https://www.baidu.com/**" }
]
},
{
"identifier": "http:allow-fetch",
"allow": [
{ "url": "https://crm.yunvip123.com/**" },
{ "url": "https://www.baidu.com/**" }
]
},
"http:allow-fetch-cancel",
"http:allow-fetch-read-body",
"http:allow-fetch-send",
"autostart:default",
"autostart:allow-enable",
"autostart:allow-disable",
"autostart:allow-is-enabled",
"core:tray:default",
"core:tray:allow-new",
"core:tray:allow-set-icon",
"core:tray:allow-set-menu",
"core:tray:allow-set-tooltip",
"core:window:allow-close",
"core:window:allow-destroy",
"core:image:default",
"core:image:allow-from-path"
]
}