mirror of
https://gitee.com/HuLaSpark/HuLa.git
synced 2024-11-29 18:28:30 +08:00
f626a96c1a
* fix(view): 🐛 修复打开独立窗口后主窗口消息窗口无法打开问题 * fix(service): 🐛 修复请求参数错误问题 * feat(view): ✨ 优化登录 增加账号密码登录功能 请求增加中断 优化自动登录 简化请求接口 --------- Co-authored-by: ZOL4789 <44133469+ZOL4789@users.noreply.github.com>
14 lines
244 B
JSON
14 lines
244 B
JSON
{
|
|
"version": "2.0.0",
|
|
"tasks": [
|
|
{
|
|
"type": "npm",
|
|
"script": "tauri:build:debug",
|
|
"group": "build",
|
|
"problemMatcher": [],
|
|
"label": "npm: tauri:build:debug",
|
|
"detail": "tauri build --debug"
|
|
}
|
|
]
|
|
}
|